aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/main.rs
AgeCommit message (Expand)Author
2023-05-09refactor: Move `convert_release_candidate_number` to `main.rs` (#334)GeckoEidechse
2023-05-09refactor: Move `get_enabled_mods` to `main.rs` (#333)GeckoEidechse
2023-05-08refactor: Put doc comment before macro (#312)GeckoEidechse
2023-05-07refactor: Prepare code for installing older Northstar versions (#305)GeckoEidechse
2023-05-01feat: Show error message if WebView2 not installed (#285)GeckoEidechse
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-04-10feat: Show download progress for installing Northstar (#200)GeckoEidechse
2023-04-06feat: Add ability to launch via Steam to DevView (#178)Jan
2023-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-27feat: Generate FlightCore release notes (#188)GeckoEidechse
2023-03-27fix: Address regression around persistent store (#227)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-22feat: Refresh statistics (#228)Rémy Raes
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-03-12feat: Allow opening a window with various repair features (#129)GeckoEidechse
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse
2023-02-25refactor: Properly set cfg macro for OS conditional compilation (#186)GeckoEidechse
2023-02-14refactor: Get TS package API response from backend (#168)GeckoEidechse
2023-02-13feat: Better stacktrace in Sentry dashboard (#175)GeckoEidechse
2023-02-06chore: Bump libthermite version to 0.5.2 (#163)GeckoEidechse
2023-01-22chore: Autoformat Rust source files (#143)GeckoEidechse
2023-01-22fix: Remove unused serde import in `main.rs` (#142)GeckoEidechse
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse
2023-01-08feat: Delete given Thunderstore mod (#111)GeckoEidechse
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
2022-12-02refactor: remove useless debug printRemy Raes
2022-11-28style: Auto-format all Rust code (#84)GeckoEidechse
2022-11-27feat: Option to launch NS bypassing update check (#59)GeckoEidechse
2022-11-25refactor: Move function to dedicated module (#67)GeckoEidechse
2022-11-22refactor: Start moving NS related logic to own mod (#63)GeckoEidechse
2022-11-19feat: Initial support for installing mods from TS (#32)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-11refactor: Return Result<> for getting NS version (#46)GeckoEidechse
2022-11-10feat: Parse actually installed mods (#38)GeckoEidechse
2022-11-09feat: Patch notes (#18)Rémy Raes
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-10-21feat: Add initial skeleton for ModsView (#27)GeckoEidechse
2022-10-20refactor: Various formatting and fixes (#23)GeckoEidechse
2022-10-19refactor: Use `Result<>` return type for Linux checks (#21)GeckoEidechse
2022-10-18Add ldd --version check for Linux (#10)Salmon
2022-10-05feat: Add backend function to check if debug modeGeckoEidechse