Skip to content

Releases: R2NorthstarTools/FlightCore

v1.10.1

13 Mar 23:55
Compare
Choose a tag to compare

Features:

  • Add some breadcrumbs printing install path (#206)

Chores:

  • Bump FlightCore version to 1.10.1

v1.10.0

12 Mar 20:18
Compare
Choose a tag to compare

Features:

  • Allow opening a window with various repair features (#129)
  • Move open repair window button to settings (#208)

Code Refactoring:

  • Move buttons to repair window (#207)

Chores:

  • Bump FlightCore version to 1.10.0

v1.9.1

08 Mar 16:16
Compare
Choose a tag to compare

Build:

  • Upload Windows pdb to Sentry via CI (#205)

Chores:

  • Bump libthermite to 0.5.3 (#199)
  • Bump FlightCore version to 1.9.1

v1.9.0

02 Mar 22:47
Compare
Choose a tag to compare

Features:

  • Allow installing PRs from DeveloperView (#139)

Chores:

  • Bump all dependencies (#198)
  • Bump checkout action to v3 (#196)
  • Bump FlightCore version to 1.9.0

v1.8.3

01 Mar 00:41
Compare
Choose a tag to compare

Build:

  • Keep line tables in release builds (#191)

Chores:

  • Bump sentry to 0.30.0 (#195)
  • Bump FlightCore version to 1.8.3

v1.8.2

26 Feb 21:30
Compare
Choose a tag to compare

Bug Fixes:

  • Update path of release file location

Chores:

  • Bump FlightCore version to 1.8.2

v1.8.1

26 Feb 20:49
Compare
Choose a tag to compare

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

13 Feb 23:19
Compare
Choose a tag to compare

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

08 Feb 01:18
Compare
Choose a tag to compare

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

05 Feb 17:10
Compare
Choose a tag to compare

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)