Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | feat: Support reading mods from Northstar `packages` directory (#417) | 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-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 | feat: Add basic Proton management (#383) | Jan | |
Adds logic to install, remove, and check existing install of NorthstarProton. | |||
2023-07-18 | chore: Bump FlightCore version to 1.23.0v1.23.0 | GeckoEidechse | |
2023-07-18 | feat: Add warning for Snap installations (#399) | Jan | |
Prints a warning to console if snap installation of Steam is detected. | |||
2023-07-18 | refactor: Move code for legacy TS mod deletion to separate file (#424) | GeckoEidechse | |
2023-07-17 | feat: Launch via Steam on non-Windows systems if possible (#422) | Jan | |
2023-07-17 | i18n: Add empty translation file for Chinese (Simplified) | GeckoEidechse | |
2023-07-17 | chore: Bump FlightCore version to 1.22.1v1.22.1 | GeckoEidechse | |
2023-07-17 | fix: Add regex check for parsing TS mod string (#421) | GeckoEidechse | |
Otherwise we accept improper formatted Thunderstore mod strings like `AUTHOR-MOD-VERSION-RANDOM_STUFF` | |||
2023-07-17 | feat: Implement `to_string` for `ParsedThunderstoreModString` (#420) | GeckoEidechse | |
Allows printing `ParsedThunderstoreModString` in the Thunderstore mod string format | |||
2023-07-16 | refactor: Move code for legacy mod install reading to separate file (#416) | GeckoEidechse | |
Moves some logic related to reading legacy installed mods to new file in order to clean up code before adding new logic. | |||
2023-07-15 | chore: Bump FlightCore version to 1.22.0v1.22.0 | GeckoEidechse | |
2023-07-15 | chore: Bump Tauri to 1.4 (#412) | GeckoEidechse | |
2023-07-15 | fix: Address anti-pattern found by newer clippy (#413) | GeckoEidechse | |
Toolchain updated and new clipply managed to find a new anti-pattern. | |||
2023-07-07 | chore: Bump FlightCore version to 1.21.0v1.21.0 | GeckoEidechse | |
2023-07-07 | chore: Bump libthermite to `0.6.5` (#409) | GeckoEidechse | |
And update code accordingly Co-authored-by: AnActualEmerald <emerald_actual@protonmail.com> | |||
2023-07-07 | fix: Pass launch options to Steam (#392) | Jan | |
Relying on a file to be parsed in time is unreliably, and if the file is open while we delete it we may run into locking problems. Downside is that this gives a fugly prompt | |||
2023-07-06 | i18n: Add empty translation file for Vietnamese | GeckoEidechse | |
2023-07-02 | chore: Bump FlightCore version to 1.20.1v1.20.1 | GeckoEidechse | |
2023-07-02 | feat: Run `compareTags()` directly after fetching (#405) | GeckoEidechse | |
In most cases after fetching tags one wants to generate release notes for the two newest. This change saves another click by just running the function directly afterwards. | |||
2023-07-02 | fix: Return error instead of panicking | GeckoEidechse | |
Otherwise user will just see infinite loading bar | |||
2023-07-02 | chore: Bump FlightCore version to 1.20.0v1.20.0 | GeckoEidechse | |
2023-07-02 | chore: replace game_scanner usage with winreg (#394) | Jan | |
Slashes a bunch of unnecessary dependencies | |||
2023-07-02 | feat: Add button to disable ModSettings mod (#393) | GeckoEidechse | |
In preparation for Northstar releasing merged Mod Settings mod | |||
2023-07-02 | fix: delay scrolling the Mods View to prevent it stopping prematurely (#403) | Jan | |
2023-06-29 | chore: Bump FlightCore version to 1.19.2v1.19.2 | GeckoEidechse | |
2023-06-28 | fix: Use empty map for enabled mods (#397) | GeckoEidechse | |
if treating enabledmods.json as object fails | |||
2023-06-12 | fix: Display install messages even outside mod view (#391) | Rémy Raes | |
2023-06-12 | chore: Bump FlightCore version to 1.19.1v1.19.1 | GeckoEidechse | |
2023-06-12 | i18n: Translations update from Weblate (#372) | Harmony Weblate | |
Translated using Weblate (German) Currently translated at 100.0% (100 of 100 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/de/ Co-authored-by: GeckoEidechse <GeckoEidechse@users.noreply.translate.harmony.tf> | |||
2023-06-12 | fix: Hide deprecated mods in vanilla mods list (#390) | Rémy Raes | |
2023-06-12 | feat: Select most recent release tags after fetch (#389) | GeckoEidechse | |
2023-06-11 | chore: Bump FlightCore version to 1.19.0v1.19.0 | GeckoEidechse | |
2023-06-11 | feat: Show outdated Thunderstore mods first (#385) | Rémy Raes | |
* feat: add isThunderstoreModOutdated method to utils * feat: display a badge on menu if there are some outdated thunderstore mods * feat: always display outdated mods first * feat: fetch Thunderstore mods on mods view mount To display the count of outdated Thunderstore mods on mods main page, we need to fetch them. * style: Update src-vue/src/components/ModsMenu.vue * style: Update src-vue/src/utils/thunderstore/version.ts * style: Update src-vue/src/views/mods/ThunderstoreModsView.vue * docs: improve outdated mods comment * docs: add comment regarding versions ordering | |||
2023-06-10 | chore: Bump FlightCore version to 1.18.0v1.18.0 | GeckoEidechse | |
2023-06-10 | refactor: Use fully qualified path syntax in `main.rs` (#379) | GeckoEidechse | |
2023-06-08 | fix: Don't show deprecated mods (#382) | Rémy Raes | |
* fix: don't show deprecated mods * feat: add setting to settings view * feat: display deprecated mod cards in red | |||
2023-06-04 | chore: Bump FlightCore version to 1.17.1v1.17.1 | GeckoEidechse | |
2023-06-02 | fix: Remove unwrap from Northstar update check (#377) | GeckoEidechse | |
2023-06-02 | fix: Remove some unwraps for fetching GitHub API (#375) | GeckoEidechse | |
Remove some unwraps for fetching GitHub API to prevent thread from panicking on no internet | |||
2023-06-01 | chore: Bump FlightCore version to 1.17.0v1.17.0 | GeckoEidechse | |
2023-06-01 | feat: Log folder names when indexing mods (#373) | GeckoEidechse | |
2023-05-29 | i18n: Enable Italian translations (#370) | GeckoEidechse | |
2023-05-29 | fix: Return error on TS package index fetch fail (#371) | GeckoEidechse | |
instead of panicking | |||
2023-05-29 | i18n: Translations update from Weblate (#366) | Harmony Weblate | |
* Translated using Weblate (Italian) Currently translated at 100.0% (97 of 97 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/it/ --------- Co-authored-by: CloudSE7EN <CloudSE7EN@users.noreply.translate.harmony.tf> |