aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
AgeCommit message (Expand)Author
2023-01-29feat: Add Rust code format check to CI (#146)GeckoEidechse
2023-01-22chore: Autoformat Rust source files (#143)GeckoEidechse
2023-01-22fix: Remove unused serde import in `main.rs` (#142)GeckoEidechse
2023-01-22fix: Properly parse mod string (#141)GeckoEidechse
2023-01-14chore: Bump FlightCore version to 1.6.0v1.6.0GeckoEidechse
2023-01-13chore: Bump FlightCore version to 1.5.0v1.5.0GeckoEidechse
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse
2023-01-13refactor: Bump libthermite (#133)GeckoEidechse
2023-01-08feat: Delete given Thunderstore mod (#111)GeckoEidechse
2023-01-07refactor: Store global const in separate file (#131)GeckoEidechse
2023-01-04chore: Bump FlightCore version to 1.4.0v1.4.0GeckoEidechse
2023-01-04feat: Add button to delete Northstar mod (#110)GeckoEidechse
2023-01-04refactor: Remove unnecessary caller function pattern (#128)GeckoEidechse
2023-01-04feat: Show newest version number (#124)GeckoEidechse
2023-01-04refactor: Deserialize into struct directly (#127)GeckoEidechse
2022-12-23chore: Bump FlightCore version to 1.3.2v1.3.2GeckoEidechse
2022-12-21chore: Bump FlightCore version to 1.3.1v1.3.1GeckoEidechse
2022-12-20feat: Alternatively check if EA App is running (#115)GeckoEidechse
2022-12-14chore: Bump FlightCore version to 1.3.0v1.3.0GeckoEidechse
2022-12-13feat: Start Northstar properly detached (#112)GeckoEidechse
2022-12-12feat: Expose installed NS mod directory (#109)GeckoEidechse
2022-12-12fix: Make sure all non-core mods get disabled (#103)GeckoEidechse
2022-12-05chore: Bump FlightCore version to 1.2.1v1.2.1GeckoEidechse
2022-12-05chore: Bump Rust dependencies (#108)GeckoEidechse
2022-12-05chore: Bump Rust version to 1.65 (#106)GeckoEidechse
2022-12-05refactor: Move variable to global const (#85)GeckoEidechse
2022-12-02refactor: remove useless debug printRemy Raes
2022-12-02chore: Bump FlightCore version to 1.2.0v1.2.0GeckoEidechse
2022-12-02fix: Stop opening PS to get Origin game path (#99)GeckoEidechse
2022-12-01feat: Threshold before showing update notification (#98)GeckoEidechse
2022-11-30refactor: Remove the "Origin running" check from frontend (#94)GeckoEidechse
2022-11-28style: Auto-format all Rust code (#84)GeckoEidechse
2022-11-28chore: Bump FlightCore version to 1.1.0v1.1.0GeckoEidechse
2022-11-28feat: Rebuild `enabledmods.json` if value not found (#69)GeckoEidechse
2022-11-27feat: Option to launch NS bypassing update check (#59)GeckoEidechse
2022-11-27chore: Update Tauri depedencies to 1.2 (#77)GeckoEidechse
2022-11-27refactor: Make var containing core mods pub const (#74)GeckoEidechse
2022-11-25chore: Bump FlightCore version to 1.0.0v1.0.0GeckoEidechse
2022-11-25chore: Update all references of personal repo (#70)GeckoEidechse
2022-11-25refactor: Move function to dedicated module (#67)GeckoEidechse
2022-11-25chore: Bump FlightCore version to 0.5.0v0.5.0GeckoEidechse
2022-11-22refactor: Start moving NS related logic to own mod (#63)GeckoEidechse
2022-11-21chore: Bump FlightCore version to 0.4.1v0.4.1GeckoEidechse
2022-11-19chore: Bump FlightCore version to 0.4.0GeckoEidechse
2022-11-19feat: Return Thunderstore mod string of installed mods. (#56)GeckoEidechse
2022-11-19feat: Initial support for installing mods from TS (#32)GeckoEidechse
2022-11-14chore: Bump libthermite version to 0.3.4 (#52)GeckoEidechse
2022-11-14refactor: Move GitHub API fetch to submodule and re-use existing function (#51)GeckoEidechse
2022-11-13chore: Bump libthermite version to 0.3.3 (#49)GeckoEidechse
2022-11-13feat: Add JSON5 support, allows comments in JSON (#50)GeckoEidechse