Releases: R2NorthstarTools/FlightCore
v1.10.1
v1.10.0
v1.9.1
v1.9.0
v1.8.3
v1.8.2
Bug Fixes:
- Update path of release file location
Chores:
- Bump FlightCore version to 1.8.2
v1.8.1
Features:
- Add button to force reinstall Northstar (#154)
Code Refactoring:
- Properly set cfg macro for OS conditional compilation (#186)
Build:
- Add Volar to recommended vscode extensions (#190)
- Separate zips for artifacts for Windows and Linux (#187)
- Upload Windows
.pdb
(#192)
Chores:
- Bump FlightCore version to 1.8.1
v1.8.0
Features:
feat: Display Northstar playercount and servercount in frontend (#130)
feat: Add version number to user-agent (#173)
feat: Better stacktrace in Sentry dashboard (#175)
Fixes:
fix: Resolve variable import error
fix: Specify commit for tauri-plugin-store (#176)
Maintenance:
chore: Bump sentry crate to 0.29.2 (#174)
refactor: Get TS package API response from backend (#168)
refactor: Move various consts to constants.rs (#162)
v1.7.0
Features:
Show mod version in LocalMods View (#159)
Show TS icon for TS mods (#160)
Show hint when hovering Thunderstore icon (#167)
Fixes:
fix: Slightly increase window size to better fit list of mods in Thunderstore mod browser (#169)
Maintenance:
refactor: Parse using serde deserialisation (#158)
chore: Bump libthermite version to 0.5.2 (#163)
v1.6.1
Fixes:
fix: Fix wrong comments (#138)
fix: Prevent ModsView from crashing if Northstar is not installed (#152)
fix: Properly parse mod string (#141)
fix: Remove unused serde import in main.rs (#142)
fix: Set current route as menu active item (#149)
Changes:
refactor: refactor: Deal with #fs::read_dir
failure instead of checking if exists (#155)
refactor: Remove unnecessary use of anyhow (#150)
chore: Autoformat Rust source files (#143)
docs: Redirector to up-to-date releases (#151)
feat: Add Rust code format check to CI (#146)
feat: Auto-generate TS bindings (#140)