Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-04 | chore: Bump FlightCore version to 1.4.0v1.4.0 | GeckoEidechse | |
2022-12-23 | chore: Bump FlightCore version to 1.3.2v1.3.2 | GeckoEidechse | |
2022-12-21 | chore: Bump FlightCore version to 1.3.1v1.3.1 | GeckoEidechse | |
2022-12-14 | chore: Bump FlightCore version to 1.3.0v1.3.0 | GeckoEidechse | |
2022-12-05 | chore: Bump FlightCore version to 1.2.1v1.2.1 | GeckoEidechse | |
2022-12-05 | chore: Bump Rust dependencies (#108) | GeckoEidechse | |
2022-12-02 | chore: Bump FlightCore version to 1.2.0v1.2.0 | GeckoEidechse | |
2022-12-02 | fix: Stop opening PS to get Origin game path (#99) | GeckoEidechse | |
Now using a library instead of calling a PowerShell command should prevent the PowerShell window from opening. | |||
2022-12-01 | feat: Threshold before showing update notification (#98) | GeckoEidechse | |
* feat: Threshold before showing update notification This way we don't spam the end-user with an update notification before an update is fully build and released * fix: Push missing dependencies * fix: Adjust delay to 2 hours | |||
2022-11-28 | chore: Bump FlightCore version to 1.1.0v1.1.0 | GeckoEidechse | |
2022-11-27 | chore: Update Tauri depedencies to 1.2 (#77) | GeckoEidechse | |
Also requires bumping Rust to 1.62 | |||
2022-11-25 | chore: Bump FlightCore version to 1.0.0v1.0.0 | GeckoEidechse | |
2022-11-25 | chore: Bump FlightCore version to 0.5.0v0.5.0 | GeckoEidechse | |
2022-11-21 | chore: Bump FlightCore version to 0.4.1v0.4.1 | GeckoEidechse | |
2022-11-19 | chore: Bump FlightCore version to 0.4.0 | GeckoEidechse | |
2022-11-19 | feat: Initial support for installing mods from TS (#32) | GeckoEidechse | |
* feat: Initial support for installing mods from TS This is the basic code needed to install a mod from Thunderstore * refactor: Remove console log, show msg in notif Instead of console logging result message, show it in notification instead. * refactor: Rename function to indicate behaviour Function not only installs but also downloads mod first. Although it does remove downloaded zip post installation. * refactor: Move install logic to dedicated module `mod_management` module didn't exist when this PR was created * chore: Trim single leftover newline * fix: Update code for newer `libthermite` version * feat: Allow installing older versions of mods Installs the given version number instead of only allowing latest. * fix: Explicit error msg for installing NS as mod While it would fail during install anyway, having explicit error message is nicer * feat: Write TS mod string to mod.json Write Thunderstore mod string of installed mod to its `mod.json` This way we can later check whether a mod is outdated based on the Thunderstore mod string * fix: Early return on empty string Prevent trying to install the first mod that matches an early string. We should never pass an empty string in the first place but better safe then sorry. * build: Add dependency for recursive async Needed for recursive mod dependency install * feat: Recursively install mod dependencies * fix: Early catch installing R2modman as mod Just in case to prevent someone trying to install R2modman as a mod. * refactor: Remove debug prints * fix: Allow installing mods having NS as dependency They would previously error out as Northstar cannot be installed as dependency. We now catch that specific error and return Ok(()) * fix: Delete download folder after mod install Deletes download folder after mod install if non-empty. * fix: Do not early leave when dependency is NS Logic error, instead of skipping installing Northstar as dependency it would previously just return early with success. * chore: Remove leftover commented out code | |||
2022-11-14 | chore: Bump libthermite version to 0.3.4 (#52) | 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 | |
Some mods have comments in their JSON. Northstar handles it fine, so we should too. | |||
2022-11-12 | chore: Bump version numberv0.3.1 | GeckoEidechse | |
2022-11-10 | chore: Bump version numberv0.3.0 | GeckoEidechse | |
2022-10-15 | chore: Bump version numberv0.2.3 | GeckoEidechse | |
2022-10-05 | chore: Bump version numberv0.2.2 | GeckoEidechse | |
2022-10-05 | chore: Bump version numberv0.2.1 | GeckoEidechse | |
2022-10-05 | chore: Bump version numberv0.2.0 | GeckoEidechse | |
2022-09-21 | Bump version numberv0.1.5 | GeckoEidechse | |
2022-09-20 | Bump version numberv0.1.4 | GeckoEidechse | |
2022-09-20 | Make button to select NS RC persistent | GeckoEidechse | |
Uses a tauri plugin for persistent store behind the scenes to persist values over restarts of the application. | |||
2022-09-20 | Bump version numberv0.1.3 | GeckoEidechse | |
2022-09-17 | Update dependencies | GeckoEidechse | |
In particular, update Tauri to 1.1 | |||
2022-09-16 | Bump version numberv0.1.2 | GeckoEidechse | |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse | |
To show user if application is outdated should self-update somehow not work. | |||
2022-09-15 | Bump version numberv0.1.1 | GeckoEidechse | |
2022-09-11 | Check if Origin is running | GeckoEidechse | |
2022-09-10 | Update libthermite version | GeckoEidechse | |
2022-09-10 | Add install location detection for Origin | GeckoEidechse | |
2022-09-09 | Add initial Northstar install support | GeckoEidechse | |
still Steam version only | |||
2022-09-09 | Use crates.io version instead of git repo | GeckoEidechse | |
for libthermite | |||
2022-09-06 | Implement update check for found Northstar install | GeckoEidechse | |
Also includes initial add of libthermite as dependency | |||
2022-09-06 | Update dependencies | GeckoEidechse | |
2022-08-29 | Add missing crate | GeckoEidechse | |
2022-08-27 | Find Titanfall2 steam install location | GeckoEidechse | |
and propagate it to front-end | |||
2022-08-27 | Add Sentry crash report logging | GeckoEidechse | |
2022-08-26 | Re-enable updater | GeckoEidechse | |
2022-08-25 | Update Tauri version | GeckoEidechse | |
2022-06-20 | . full code | Jeremy Chone | |
2022-06-20 | . initial | Jeremy Chone | |