aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-28chore: Bump FlightCore version to 1.1.0v1.1.0GeckoEidechse
2022-11-28docs: Link Tauri intro and tutorial (#79)GeckoEidechse
2022-11-28docs: Introduce languages used in FlightCore (#78)GeckoEidechse
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-26docs: Move development docs to own file (#75)GeckoEidechse
2022-11-26docs: Update FC description to reflect featuresGeckoEidechse
2022-11-26style: Group View import lines together (#73)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-25feat: Thunderstore mods listing (#54)Rémy Raes
2022-11-25refactor: Move function to dedicated module (#67)GeckoEidechse
2022-11-25chore: Bump FlightCore version to 0.5.0v0.5.0GeckoEidechse
2022-11-24docs: Remove text from section about Viper (#66)0neGal
2022-11-23feat: Store game path in persistent store (#61)GeckoEidechse
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-21fix: Catch error for missing handle (#60)GeckoEidechse
2022-11-21chore: Bump actions/setup-node to v3 (#62)GeckoEidechse
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-14feat: Add element-plus scrollbar to mods view (#53)Rémy Raes
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-13feat: Show stripped title bar on debug build (#48)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
2022-11-13refactor: Splice out GH release API fetch function (#47)GeckoEidechse
2022-11-12chore: Bump version numberv0.3.1GeckoEidechse
2022-11-11feat: Add categories for dev mode buttons (#45)GeckoEidechse
2022-11-11refactor: Return Result<> for getting NS version (#46)GeckoEidechse
2022-11-11refactor: Clicking FC version activates dev (#44)GeckoEidechse
2022-11-10chore: Bump checkout action version (#43)GeckoEidechse
2022-11-10chore: Bump version numberv0.3.0GeckoEidechse
2022-11-10feat: Parse actually installed mods (#38)GeckoEidechse
2022-11-09feat: Patch notes (#18)Rémy Raes
2022-11-08style: Add `.editorconfig` file (#42)GeckoEidechse
2022-11-07refactor: Move functions to dedicated file (#41)GeckoEidechse
2022-11-03refactor: Rename function to better fit behaviour (#40)GeckoEidechse
2022-11-03fix: Resolve thread crash due to block in async (#39)GeckoEidechse
2022-11-02refactor: Return error string instead of anyhow!() (#36)GeckoEidechse
2022-11-02refactor: Make all functions async (#35)GeckoEidechse
2022-11-02refactor: Use existing function for enabled mods (#34)GeckoEidechse
2022-10-30feat: Enable toggling enabled mods (#29)GeckoEidechse
2022-10-25feat: Show installed mods (#28)GeckoEidechse
2022-10-25chore: Update vue-tsc (#30)GeckoEidechse
2022-10-21feat: Add initial skeleton for ModsView (#27)GeckoEidechse