Age | Commit message (Expand) | Author |
2023-02-14 | refactor: Get TS package API response from backend (#168) | GeckoEidechse |
2023-02-13 | feat: Better stacktrace in Sentry dashboard (#175) | GeckoEidechse |
2023-02-11 | refactor: Move various consts to `constants.rs` (#162) | GeckoEidechse |
2023-02-09 | feat: Add version number to user-agent (#173) | GeckoEidechse |
2023-02-07 | feat: Show mod version in LocalMods View (#159) | GeckoEidechse |
2023-02-06 | chore: Bump libthermite version to 0.5.2 (#163) | GeckoEidechse |
2023-02-06 | refactor: Parse using serde deserialisation (#158) | GeckoEidechse |
2023-02-05 | feat: Auto-generate TS bindings (#140) | GeckoEidechse |
2023-02-02 | fix: Prevent ModsView from crashing if Northstar is not installed (#152) | Jan |
2023-02-02 | refactor: Deal with `fs::read_dir` failure instead of checking if exists (#155) | Jan |
2023-01-31 | refactor: Remove unnecessary use of anyhow (#150) | GeckoEidechse |
2023-01-22 | chore: Autoformat Rust source files (#143) | GeckoEidechse |
2023-01-22 | fix: Remove unused serde import in `main.rs` (#142) | GeckoEidechse |
2023-01-22 | fix: Properly parse mod string (#141) | GeckoEidechse |
2023-01-13 | feat: Add backend code for getting playercount (#135) | GeckoEidechse |
2023-01-13 | refactor: Bump libthermite (#133) | GeckoEidechse |
2023-01-08 | feat: Delete given Thunderstore mod (#111) | GeckoEidechse |
2023-01-07 | refactor: Store global const in separate file (#131) | GeckoEidechse |
2023-01-04 | feat: Add button to delete Northstar mod (#110) | GeckoEidechse |
2023-01-04 | refactor: Remove unnecessary caller function pattern (#128) | GeckoEidechse |
2023-01-04 | feat: Show newest version number (#124) | GeckoEidechse |
2023-01-04 | refactor: Deserialize into struct directly (#127) | GeckoEidechse |
2022-12-20 | feat: Alternatively check if EA App is running (#115) | GeckoEidechse |
2022-12-13 | feat: Start Northstar properly detached (#112) | GeckoEidechse |
2022-12-12 | feat: Expose installed NS mod directory (#109) | GeckoEidechse |
2022-12-12 | fix: Make sure all non-core mods get disabled (#103) | GeckoEidechse |
2022-12-05 | refactor: Move variable to global const (#85) | GeckoEidechse |
2022-12-02 | refactor: remove useless debug print | Remy Raes |
2022-12-02 | fix: Stop opening PS to get Origin game path (#99) | GeckoEidechse |
2022-12-01 | feat: Threshold before showing update notification (#98) | GeckoEidechse |
2022-11-30 | refactor: Remove the "Origin running" check from frontend (#94) | GeckoEidechse |
2022-11-28 | style: Auto-format all Rust code (#84) | GeckoEidechse |
2022-11-28 | feat: Rebuild `enabledmods.json` if value not found (#69) | GeckoEidechse |
2022-11-27 | feat: Option to launch NS bypassing update check (#59) | GeckoEidechse |
2022-11-27 | refactor: Make var containing core mods pub const (#74) | GeckoEidechse |
2022-11-25 | chore: Update all references of personal repo (#70) | GeckoEidechse |
2022-11-25 | refactor: Move function to dedicated module (#67) | GeckoEidechse |
2022-11-22 | refactor: Start moving NS related logic to own mod (#63) | GeckoEidechse |
2022-11-19 | feat: Return Thunderstore mod string of installed mods. (#56) | GeckoEidechse |
2022-11-19 | feat: Initial support for installing mods from TS (#32) | GeckoEidechse |
2022-11-14 | refactor: Move GitHub API fetch to submodule and re-use existing function (#51) | GeckoEidechse |
2022-11-13 | chore: Bump libthermite version to 0.3.3 (#49) | GeckoEidechse |
2022-11-13 | feat: Add JSON5 support, allows comments in JSON (#50) | GeckoEidechse |
2022-11-13 | refactor: Splice out GH release API fetch function (#47) | GeckoEidechse |
2022-11-11 | refactor: Return Result<> for getting NS version (#46) | GeckoEidechse |
2022-11-10 | feat: Parse actually installed mods (#38) | GeckoEidechse |
2022-11-09 | feat: Patch notes (#18) | Rémy Raes |
2022-11-07 | refactor: Move functions to dedicated file (#41) | GeckoEidechse |
2022-11-03 | refactor: Rename function to better fit behaviour (#40) | GeckoEidechse |
2022-11-03 | fix: Resolve thread crash due to block in async (#39) | GeckoEidechse |