Releases: R2NorthstarTools/FlightCore
Releases · R2NorthstarTools/FlightCore
v1.13.4
Bug Fixes:
- Fetch multiple pages from GitHub PR API (#298)
Chores:
- Bump FlightCore version to 1.13.4
v1.13.3
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
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
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
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:
Build:
- Use
npm clean-install
(#257)
Chores:
- Bump FlightCore version to 1.13.0
v1.12.1
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
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
Bug Fixes:
- Remove redundant string conversions (#242)
- Address regression around persistent store (#227)
Chores:
- Bump FlightCore version to 1.11.1
v1.11.0
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
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