Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | Merge branch 'main' into dev/packagesdev/packages | GeckoEidechse | |
2023-07-21 | feat: Update to new wallpaper (#435) | GeckoEidechse | |
2023-07-21 | Merge branch 'main' into dev/packages | GeckoEidechse | |
2023-07-21 | Merge branch 'feat/install-packages' into dev/packages | GeckoEidechse | |
2023-07-21 | feat: Support installing Thunderstore packages (#426) | GeckoEidechse | |
Support for installing mods from Thunderstore directly into the `packages` folder. Adds some basic sanity check during installation. After successful installation, the old version of the mod is removed. This includes both from `packages` and from `mods`. | |||
2023-07-21 | style: Remove trailing whitespace | GeckoEidechse | |
2023-07-21 | Merge branch 'main' into dev/packages | GeckoEidechse | |
2023-07-21 | docs: Add comment explaining why we skip a folder | GeckoEidechse | |
if parsing folder name to Thunderstore mod string failed. | |||
2023-07-21 | docs: Add comment explaining "legacy package" | GeckoEidechse | |
2023-07-21 | fix: Bump libthermite to 0.7.0-beta | GeckoEidechse | |
The difference is simply the removed deprecation notice | |||
2023-07-20 | feat: Compare Flightcore versions as semver (#423) | Jan | |
development versions are checked with: current_version < newest_version release versions are checked with: current_version != newest_version | |||
2023-07-20 | fix: Formatting | GeckoEidechse | |
2023-07-20 | Bump libthermite to 0.7.0-alpha.1 | GeckoEidechse | |
2023-07-20 | fix: Remove accidentally duplicated code | GeckoEidechse | |
2023-07-20 | Merge branch 'feat/install-packages' into dev/packages | GeckoEidechse | |
2023-07-20 | i18n: Translations update from Weblate (#436) | Harmony Weblate | |
Translated using Weblate (Polish) Currently translated at 100.0% (102 of 102 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/pl/ Co-authored-by: p0358 <p0358@users.noreply.github.com> | |||
2023-07-20 | feat: Add sanity check for package install | GeckoEidechse | |
2023-07-20 | chore: Sync with other branch | GeckoEidechse | |
2023-07-20 | feat: Delete old version of package on update | GeckoEidechse | |
also deletes old version of legacy package if installed | |||
2023-07-20 | fix: Typo in Cargo.toml | GeckoEidechse | |
2023-07-20 | Merge branch 'main' into feat/install-packages | GeckoEidechse | |
2023-07-20 | fix: Typo in comment | GeckoEidechse | |
2023-07-20 | Merge branch 'main' into dev/packages | GeckoEidechse | |
2023-07-19 | feat: Add ability to delete package (#425) | GeckoEidechse | |
Adds ability to delete mods from `packages` directory. | |||
2023-07-19 | Merge branch 'feat/delete-package' into dev/packages | GeckoEidechse | |
2023-07-19 | fix: Remove debug prints | GeckoEidechse | |
2023-07-19 | i18n: Translations update from Weblate (#433) | Harmony Weblate | |
Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (102 of 102 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/zh_Hans/ Co-authored-by: zxcPandora <zxcPandora@users.noreply.translate.harmony.tf> | |||
2023-07-19 | feat: Add ability to delete a Thunderstore package | GeckoEidechse | |
2023-07-19 | Merge branch 'main' into dev/packages | GeckoEidechse | |
2023-07-19 | feat: Support reading mods from Northstar `packages` directory (#417) | GeckoEidechse | |
2023-07-19 | Merge remote-tracking branch 'origin/feat/read-packages-dir' into dev/packages | GeckoEidechse | |
2023-07-19 | Merge branch 'main' into feat/read-packages-dir | GeckoEidechse | |
2023-07-19 | chore: Bump FlightCore version to 1.24.0v1.24.0 | GeckoEidechse | |
2023-07-19 | i18n: Enable Simplified Chinese translations (#432) | GeckoEidechse | |
2023-07-19 | i18n: Translations update from Weblate (#431) | Harmony Weblate | |
Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (102 of 102 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/zh_Hans/ Co-authored-by: zxcPandora <zxcPandora@users.noreply.translate.harmony.tf> | |||
2023-07-19 | feat: Replace MessageBoxW invocation with Tauri dialog (#418) | Jan | |
2023-07-19 | fix: Remove unnecessary reference | GeckoEidechse | |
according to clippy | |||
2023-07-19 | feat: Delete packages installed in legacy mode | GeckoEidechse | |
on upgrade | |||
2023-07-18 | i18n: Translations update from Weblate (#430) | Harmony Weblate | |
Translated using Weblate (Chinese (Simplified)) Currently translated at 70.5% (72 of 102 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/zh_Hans/ Co-authored-by: zxcPandora <zxcPandora@users.noreply.translate.harmony.tf> | |||
2023-07-18 | fix: Add missing semi colon | GeckoEidechse | |
No clue how that even worked in the first place | |||
2023-07-18 | fix: Typo in comment | GeckoEidechse | |
2023-07-18 | feat: Support deleting older versions of package | GeckoEidechse | |
on update | |||
2023-07-18 | Merge remote-tracking branch 'origin/feat/upgrade-to-packges' into dev/packages | GeckoEidechse | |
2023-07-18 | Merge remote-tracking branch 'origin/feat/install-packages' into dev/packages | GeckoEidechse | |
2023-07-18 | Merge remote-tracking branch 'origin/feat/delete-package' into dev/packages | GeckoEidechse | |
2023-07-18 | feat: Give wrong version number on legacy TS mods | GeckoEidechse | |
to prompt to "update" mod | |||
2023-07-18 | feat: Add basic Proton management (#383) | Jan | |
Adds logic to install, remove, and check existing install of NorthstarProton. | |||
2023-07-18 | feat: Initial support for installing packages | GeckoEidechse | |
2023-07-18 | Merge branch 'main' into feat/read-packages-dir | GeckoEidechse | |
2023-07-18 | chore: Bump FlightCore version to 1.23.0v1.23.0 | GeckoEidechse | |