Skip to content

Commit

Permalink
Updated version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Oct 11, 2023
1 parent 516fa01 commit de5f9be
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
10 changes: 5 additions & 5 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 @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "4.1.102"
version = "4.2.0"
authors = ["Frodo45127 <[email protected]>"]
rust-version = "1.67"
edition = "2021"
Expand Down
12 changes: 9 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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.

## [Unreleased]
## [4.2.0]
### Added
- Implemented "Translator" tool, with support for all games.
- Implemented support for "HlslCompiled" files (lib-only).
- Implemented support for Pharaoh (Early Access).
- Implemented support for Pharaoh.
- Implemented support for GroupFormation files for:
+ Rome 2
+ Shogun 2
Expand All @@ -21,6 +21,8 @@ If you're looking for the changes included in the latest beta (against the lates
- BMD Vegetation now have a particular icon.
- Updated optimizer warning.
- The mysterious error non-error message when generating the dependencies cache is now less mysterious.
- ESF Editor has been disabled and hidden behind a setting due to bugs.
- The "move table" error message should be clearer now.

### Fixed
- Fixed a bug in the compression logic that caused errors when compressing/decompressing.
Expand All @@ -37,6 +39,9 @@ If you're looking for the changes included in the latest beta (against the lates
- Fixed crash logger setting the app name incorrectly.
- Fixed CTD when changing the type of a Pack through the CLI.
- Fixed logger error spam due to a missing check.
- Fixed "Add to Pack" operation decoding files they shouldn't decode.
- Fixed certain tables hanging when you click on their tab due to having too many icons.
- Fixed "Update schema from assembly kit" feature missing localisable fields when a localisable fields file existed.

## [4.1.3]
### Added
Expand Down Expand Up @@ -1226,7 +1231,8 @@ If you're looking for the changes included in the latest beta (against the lates
## [2.1.4] - 2020-08-15
- For this update and older ones, check the release page.

[Unreleased]: https://github.com/Frodo45127/rpfm/compare/v4.1.3...HEAD
[Unreleased]: https://github.com/Frodo45127/rpfm/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/Frodo45127/rpfm/compare/v4.1.3...v4.2.0
[4.1.3]: https://github.com/Frodo45127/rpfm/compare/v4.1.2...v4.1.3
[4.1.2]: https://github.com/Frodo45127/rpfm/compare/v4.1.1...v4.1.2
[4.1.1]: https://github.com/Frodo45127/rpfm/compare/v4.1.0...v4.1.1
Expand Down
4 changes: 2 additions & 2 deletions rpfm_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rust-version.workspace = true
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.1.102", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.102" }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.0", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.0" }

# Error managing.
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rpfm_extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.1.102", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.0", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }

# Basic get/set support.
getset = "^0.1"
Expand Down
4 changes: 2 additions & 2 deletions rpfm_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ default = []
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.1.102", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.102" }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.0", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.0" }
rpfm_ui_common = { path = "../rpfm_ui_common" }

# Config dependencies.
Expand Down
4 changes: 2 additions & 2 deletions rpfm_ui_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version.workspace = true
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.1.102", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.102" }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.0", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.0" }

# Config dependencies.
directories = "^5.0"
Expand Down

0 comments on commit de5f9be

Please sign in to comment.