Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-03 | chore: Bump Rust dependencies (#470) | GeckoEidechse | |
2023-08-03 | chore: Bump FlightCore version to 2.4.1v2.4.1 | GeckoEidechse | |
2023-08-02 | chore: Bump FlightCore version to 2.4.0v2.4.0 | GeckoEidechse | |
2023-07-30 | chore: Bump FlightCore version to 2.3.0v2.3.0 | GeckoEidechse | |
2023-07-24 | chore: Bump FlightCore version to 2.2.0v2.2.0 | GeckoEidechse | |
2023-07-22 | chore: Bump FlightCore version to 2.1.0v2.1.0v2.0.1 | GeckoEidechse | |
2023-07-22 | chore: Bump Rust dependencies (#439) | GeckoEidechse | |
2023-07-21 | chore: Bump FlightCore version to 2.0.0v2.0.0 | 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-19 | chore: Bump FlightCore version to 1.24.0v1.24.0 | GeckoEidechse | |
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-17 | chore: Bump FlightCore version to 1.22.1v1.22.1 | GeckoEidechse | |
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-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-02 | chore: Bump FlightCore version to 1.20.1v1.20.1 | GeckoEidechse | |
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-06-29 | chore: Bump FlightCore version to 1.19.2v1.19.2 | GeckoEidechse | |
2023-06-12 | chore: Bump FlightCore version to 1.19.1v1.19.1 | GeckoEidechse | |
2023-06-11 | chore: Bump FlightCore version to 1.19.0v1.19.0 | GeckoEidechse | |
2023-06-10 | chore: Bump FlightCore version to 1.18.0v1.18.0 | GeckoEidechse | |
2023-06-04 | chore: Bump FlightCore version to 1.17.1v1.17.1 | GeckoEidechse | |
2023-06-01 | chore: Bump FlightCore version to 1.17.0v1.17.0 | GeckoEidechse | |
2023-05-20 | chore: Bump FlightCore version to 1.16.1v1.16.1 | GeckoEidechse | |
2023-05-15 | chore: Bump FlightCore version to 1.16.0v1.16.0 | GeckoEidechse | |
2023-05-13 | chore: Bump FlightCore version to 1.15.4v1.15.4 | GeckoEidechse | |
2023-05-11 | chore: Bump FlightCore version to 1.15.3v1.15.3 | GeckoEidechse | |
2023-05-10 | chore: Bump FlightCore version to 1.15.2v1.15.2 | GeckoEidechse | |
2023-05-10 | feat: Add button to install older Northstar version in DevView (#325) | GeckoEidechse | |
Adds a button to DevView that allows installing older Northstar versions from Thunderstore | |||
2023-05-09 | chore: Bump FlightCore version to 1.15.1v1.15.1 | GeckoEidechse | |
2023-05-08 | chore: Bump FlightCore version to 1.15.0v1.15.0 | GeckoEidechse | |
2023-05-07 | chore: Bump FlightCore version to 1.14.1v1.14.1 | GeckoEidechse | |
2023-05-07 | chore: Bump steamlocate to 1.2.1 (#319) | GeckoEidechse | |
2023-05-04 | chore: Bump FlightCore version to 1.14.0v1.14.0 | GeckoEidechse | |
2023-05-04 | chore: Update Tauri to 1.3 (#303) | GeckoEidechse | |
2023-05-01 | chore: Bump FlightCore version to 1.13.5v1.13.5 | GeckoEidechse | |
2023-05-01 | feat: Show error message if WebView2 not installed (#285) | GeckoEidechse | |
* feat: Show error message if WebView2 not installed on Windows * fix: Add missing dependency * fix: Do not import lib on OS where not needed Don't need to import Windows lib on Linux * feat: Link to troubleshooting page directly * chore: Update comments * docs: Show error message in troubleshooting guide Show the "WebView2 not installed" error message in the troubleshooting guide * fix: Resolve clippy error * fix: Resolve clippy error (again) | |||
2023-04-30 | chore: Bump FlightCore version to 1.13.4v1.13.4 | GeckoEidechse | |
2023-04-30 | chore: Bump FlightCore version to 1.13.3v1.13.3 | GeckoEidechse | |
2023-04-21 | fix: Update game-scanner to avoid deprecated lib (#281) | GeckoEidechse | |
This is a hotfix until upstream is updated or we replace the library entirely | |||
2023-04-17 | chore: Bump FlightCore version to 1.13.2v1.13.2 | GeckoEidechse | |
2023-04-16 | chore: Bump FlightCore version to 1.13.1v1.13.1 | GeckoEidechse | |
2023-04-10 | chore: Bump FlightCore version to 1.13.0v1.13.0 | GeckoEidechse | |
2023-04-06 | feat: Add ability to launch via Steam to DevView (#178) | Jan | |
* feat: Add ability to launch via Steam * document what get_titanfall_proton() does * revert explicit use of newly imported Path * Format source code to pass CI * Use new steamlocate compat_tool helper * cargo fmt * fix: Address various clippy issues Addresses clippy warnings caused by newly introduced code * fix: Cargo toml dependency formatting | |||
2023-04-05 | chore: Bump FlightCore version to 1.12.1 | GeckoEidechse | |
2023-03-30 | chore: Bump FlightCore version to 1.12.0v1.12.0 | GeckoEidechse | |