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 Sep 20, 2023
1 parent 2e908b8 commit b28b357
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 13 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.3"
version = "4.1.100"
authors = ["Frodo45127 <[email protected]>"]
rust-version = "1.67"
edition = "2021"
Expand Down
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ 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]
### Added
- Implemented "Translator" tool, with support for all games.
- Implemented support for "HlslCompiled" files (lib-only).

### Changed
- BMD files should no longer have a red cross as icon.
- BMD Vegetation now have a particular icon.
- Updated optimizer warning.

### Fixed
- Fixed a bug in the compression logic that caused errors when compressing/decompressing.
- Fixed checkbox filtering working on reverse.
- Fixed functions that merged packs overwriting files in the wrong order.
- Fixed read-only tables still allowing to edit checkbox columns.
- Fixed table row counter not updating under certain situations.
- Fixed many pack features not working for packs open in a special way.
- Fixed Empire not counting "movies.pack" as a vanilla file.

## [4.1.3]
### Added
- Implemented Anim Fragment Battle view.
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.3", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.3" }
rpfm_lib = { path = "../rpfm_lib", version = "4.1.100", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.100" }

# 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.3", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
rpfm_lib = { path = "../rpfm_lib", version = "4.1.100", 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.3", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.3" }
rpfm_lib = { path = "../rpfm_lib", version = "4.1.100", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.100" }
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.3", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.3" }
rpfm_lib = { path = "../rpfm_lib", version = "4.1.100", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.100" }

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

0 comments on commit b28b357

Please sign in to comment.