Skip to content

Commit 65d0b47

Browse files
committed
Updated version number and changelog.
1 parent 1bd4f71 commit 65d0b47

File tree

7 files changed

+27
-13
lines changed

7 files changed

+27
-13
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "4.4.3"
16+
version = "4.4.4"
1717
authors = ["Frodo45127 <[email protected]>"]
1818
rust-version = "1.80"
1919
edition = "2021"

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project doesn't adhere to [Semantic Versioning](https://semver.org/spec
66

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

9+
## [4.4.4]
10+
### Added
11+
- Implemented "Invalid file name" diagnostic, to detect files with invalid characters (according to Windows) in their names.
12+
13+
### Changed
14+
- Updated minimal rust version to 1.80.
15+
- ESF editor is a bit more memory-friendly (still eats ram like crazy though).
16+
17+
### Fixed
18+
- Fixed LZMA decompression failing in random files (like 3K's startpos).
19+
- Fixed table filter UI obscuring group names with 2 digits.
20+
- Fixed CLI not opening packs.
21+
22+
923
## [4.4.3]
1024
### Fixed
1125
- Fixed compression error when reading a very, VERY specific file from ui2.pack in Warhammer 3.

rpfm_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ rust-version.workspace = true
1616
[dependencies]
1717

1818
# Internal dependencies.
19-
rpfm_lib = { path = "../rpfm_lib", version = "4.4.3", features = ["integration_log", "integration_git"] }
20-
rpfm_extensions = { path = "../rpfm_extensions", version = "4.4.3" }
19+
rpfm_lib = { path = "../rpfm_lib", version = "4.4.4", features = ["integration_log", "integration_git"] }
20+
rpfm_extensions = { path = "../rpfm_extensions", version = "4.4.4" }
2121

2222
# Error managing.
2323
anyhow = "1.0"

rpfm_extensions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
[dependencies]
1616

1717
# Internal dependencies.
18-
rpfm_lib = { path = "../rpfm_lib", version = "4.4.3", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
18+
rpfm_lib = { path = "../rpfm_lib", version = "4.4.4", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
1919

2020
# Basic get/set support.
2121
getset = "^0.1"

rpfm_ui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ default = []
2828
[dependencies]
2929

3030
# Internal dependencies.
31-
rpfm_lib = { path = "../rpfm_lib", version = "4.4.3", features = ["integration_log", "integration_git"] }
32-
rpfm_extensions = { path = "../rpfm_extensions", version = "4.4.3" }
31+
rpfm_lib = { path = "../rpfm_lib", version = "4.4.4", features = ["integration_log", "integration_git"] }
32+
rpfm_extensions = { path = "../rpfm_extensions", version = "4.4.4" }
3333
rpfm_ui_common = { path = "../rpfm_ui_common" }
3434

3535
# Config dependencies.

rpfm_ui_common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ support_soundbank = ["rpfm_lib/support_soundbank"]
1919
[dependencies]
2020

2121
# Internal dependencies.
22-
rpfm_lib = { path = "../rpfm_lib", version = "4.4.3", features = ["integration_log"] }
23-
rpfm_extensions = { path = "../rpfm_extensions", version = "4.4.3" }
22+
rpfm_lib = { path = "../rpfm_lib", version = "4.4.4", features = ["integration_log"] }
23+
rpfm_extensions = { path = "../rpfm_extensions", version = "4.4.4" }
2424

2525
# Config dependencies.
2626
directories = "^6.0"

0 commit comments

Comments
 (0)