Skip to content

Commit

Permalink
Updated dependencies, version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Jan 14, 2025
1 parent c1a219e commit 22fec0d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
Binary file modified 3rdparty/builds/qt_runcher_extensions.lib
Binary file not shown.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ and this project doesn't adhere to [Semantic Versioning](https://semver.org/spec

If you're looking for the changes included in the latest beta (against the latest stable version), check the unreleased section.

## [0.9.9]
### Fixed
- Fixed some cornercases of modded single-entity units not being treated as such by the unit multiplier.
- Fixed some crashes with launch options enabled in older games.
- Fixed mods with movie packs on data not being clickable.

## [0.9.8]
### Fixed
- Fixed many instances where incorrect/duplicated paths were added to the mod list file.
- Fixed profile selected resetting after saving it.

Expand Down Expand Up @@ -342,7 +349,9 @@ If you're looking for the changes included in the latest beta (against the lates
### Added
- Initial release.

[Unreleased]: https://github.com/Frodo45127/runcher/compare/v0.9.7...HEAD
[Unreleased]: https://github.com/Frodo45127/runcher/compare/v0.9.9...HEAD
[0.9.9]: https://github.com/Frodo45127/runcher/compare/v0.9.8...v0.9.9
[0.9.8]: https://github.com/Frodo45127/runcher/compare/v0.9.7...v0.9.8
[0.9.7]: https://github.com/Frodo45127/runcher/compare/v0.9.6...v0.9.7
[0.9.6]: https://github.com/Frodo45127/runcher/compare/v0.9.5...v0.9.6
[0.9.5]: https://github.com/Frodo45127/runcher/compare/v0.9.4...v0.9.5
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.9.8"
version = "0.9.9"
authors = ["Frodo45127 <[email protected]>"]
rust-version = "1.67"
edition = "2021"
Expand Down

0 comments on commit 22fec0d

Please sign in to comment.