Skip to content

Releases: R2NorthstarTools/FlightCore

v1.13.4

30 Apr 18:50
Compare
Choose a tag to compare

Bug Fixes:

  • Fetch multiple pages from GitHub PR API (#298)

Chores:

  • Bump FlightCore version to 1.13.4

v1.13.3

30 Apr 01:10
Compare
Choose a tag to compare

Bug Fixes:

  • Update game-scanner to avoid deprecated lib (#281)

Documentation:

  • Add docs for DevView (#275)
  • Add troubleshooting section (#286)

Code Refactoring:

  • Reorder DevView elements (#276)
  • Use error in ParsedThunderstoreModString::FromStr instead of panic (#295)

Build:

  • Run cargo clippy in CI on each push (#292)

Chores:

  • Bump FlightCore version to 1.13.3

v1.13.2

17 Apr 21:55
Compare
Choose a tag to compare

Bug Fixes:

  • Repair view add missing i18n (#271)
  • Update regex to match new release notes format (#274)

Build:

  • Only upload platform relevant artifacts (#272)
  • Additionally upload binaries separately from CI (#273)

Code Refactoring:

  • Use pass-by-reference where possible (#266)

Chores:

  • Bump FlightCore version to 1.13.2

v1.13.1

16 Apr 19:29
Compare
Choose a tag to compare

Features:

  • Allow filtering PRs (#264)
  • Persist dev mode (#265)

Bug Fixes:

  • Fix broken Thunderstore mod uninstall (#270)

Chores:

  • Bump FlightCore version to 1.13.1

v1.13.0

10 Apr 20:01
Compare
Choose a tag to compare

Features:

  • Show download progress for installing Northstar (#200)
  • Add ability to launch via Steam to DevView (#178)

Bug Fixes:

  • Change enum value casing (#255)
  • Remove unnecessary as_ref call (#261)

Code Refactoring:

  • Notifications (#259)

Build:

  • Use npm clean-install (#257)

Chores:

  • Bump FlightCore version to 1.13.0

v1.12.1

05 Apr 23:25
Compare
Choose a tag to compare

Features:

  • Initial German translation (#249)

Bug Fixes:

  • Another set of various clippy fixes (#246)
  • Use refname instead of release name

Build:

  • Generate release draft on tag (#256)

Chores:

  • Bump FlightCore version to 1.12.1

v1.12.0

30 Mar 18:37
Compare
Choose a tag to compare

Features:

  • Generate FlightCore release notes (#188)
  • i18n / French translation (#182)

Bug Fixes:

  • Replace <=0 with .is_empty() (#244)
  • Various clippy fixes (#243)
  • Typo in translation key

Documentation:

  • Expand on the Setup (build) instructions (#240)
  • Explanation on expanding language selector (#248)

Code Refactoring:

  • Style (#247)
  • Convert localization files from TypeScript to JSON format (#253)

Chores:

  • Bump FlightCore version to 1.12.0

v1.11.1

27 Mar 16:10
Compare
Choose a tag to compare

Bug Fixes:

  • Remove redundant string conversions (#242)
  • Address regression around persistent store (#227)

Chores:

  • Bump FlightCore version to 1.11.1

v1.11.0

26 Mar 16:22
Compare
Choose a tag to compare

Features:

  • Proper logging (#223)
  • Refresh statistics (#228)
  • Add buttons to download PRs (#203)

Bug Fixes:

  • Add error handling if default EA App path (#211)
  • Address clippy errors in glibc parsing code (#226)
  • Remove unnecessary .to_string() (#230)
  • Address clippy warnings regarding format!() (#229)
  • Update comment regarding Origin install (#237)
  • Remove unnecessary borrows (#231)
  • Adjust code for single iteration loop (#232)

Code Refactoring:

  • Replace all println!() with log statements (#236)

Chores:

  • Add License (#239)
  • Bump FlightCore version to 1.11.0

v1.10.2

19 Mar 21:46
Compare
Choose a tag to compare

Features:

  • Increase time mods PR install notification is shown (#221)

Code Refactoring:

  • Fix PR downloads permission issue (#217)

Build:

  • Replace unmaintained action (#210)
  • Update outdated checkout action (#220)

Chores:

  • Format Cargo.toml (#222)
  • Bump FlightCore version to 1.10.2