From a3a540c2dd332c750f892d3d5c0625f368bc6ca6 Mon Sep 17 00:00:00 2001 From: Frodo45127 Date: Sun, 20 Aug 2023 03:14:28 +0200 Subject: [PATCH] Updated version number and changelog. --- 3rdparty/builds/qt_rpfm_extensions.lib | Bin 1154012 -> 1154012 bytes Cargo.lock | 10 +++---- Cargo.toml | 2 +- Changelog.md | 39 ++++++++++++++++++++++++- rpfm_cli/Cargo.toml | 4 +-- rpfm_extensions/Cargo.toml | 2 +- rpfm_ui/Cargo.toml | 4 +-- rpfm_ui_common/Cargo.toml | 4 +-- 8 files changed, 51 insertions(+), 14 deletions(-) diff --git a/3rdparty/builds/qt_rpfm_extensions.lib b/3rdparty/builds/qt_rpfm_extensions.lib index 5831c376d81e585c7713d44c895d3af8a751fdcb..95817497f1811ee495e96a9606d77e0befba4193 100644 GIT binary patch delta 1489 zcmZ`(ZD>;k#k$oK;%V@^iHBq2@nD^9na8jh6hGmljU({v4AzvF z-A~Qmpw1x6tV};n2a1F)5`_boaFvG7h`{v%4#RW}d2L;uLo&YqV|t`fL|{n+(fAbCH;`-*Vd^4uIn!fR z){C^0s{e%kkXT1EDlVV#3p+bRhnc( zLUfqiLBveDf(We^Gl_jmeh-(0qY%!!&b}1qwJlGsN-8Yyp<>`eq%+`iwldw)*G|GP ze4M#`!WL@$I9c?GivXP@jr?ufBsr5W^L2RpjYs2%w%v1cvy4pLb&K}6)~4sa3oA=9lSGfET2t}TeaIuHVCN!)9=HXc zHdnmfUo2QRRME)Y>>8@b=HzD689(KYj&vflS2(I)?B6~jlLp@SMVMP}{0%=zNUWtT z-BNbZ!Clx35Sr(@NcXGz)<^~L>x?R-re;)pR!01V07vphAz&GW;0GZIjV2Q<@wQUj z0&jGGrL$9fh<)dR8~P$R)uqJJ|W{%7w)F?azgtJ>ol= zf}Ek~@ME@;dLDN_&7a6tvTv1jBCEanT4r1r)i}etIjS`*mXJP$QiYY8De2$hbA?_L z*U@bd*C0mDY!MGMj#cV8Yk^ukI)DJJdrEghcH_ zJrqGFx@<&5b`#WUBDDxYk)Vsvee5j@?7_k!qM|eB%*@A3mixB#K;99Bp4s1WWnON`dfIXBz+$`17QoXzTKwUC;T_@()hQ zZIGH203gJnIuz7eKRB;1&dQ7-IZ#tu6Ux31DPR=rnFqiNvtUhC&bK3(f|Y$amDJ6? zzMNzS-)th`lBlE8O#mEZj>_k|b`0>Ot{*NI=D`nF#SIP#R>x!2mWu}JLZ1%6G}A?_ zQ#ibwE5NTN1tv8}9!1@&UNS7O%G1TRz7m;io&v`R(iQvhzFA;eG#_L2U=Vn z{PMK(N%8Ymo^gFhqzvu;kXSL_Li~l%x%_v7h^RH(cVoRnx+7S0**`bNCRl2G*u22t zk2nCRVy0D5y2(~P%$!Aok|Y?U{i^^dV)5I9Qh%4JNt5{_@lZ57uDet;*#f{Y"] rust-version = "1.67" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 6a1b2b038..940b7af7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,42 @@ 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. +## [4.1.2] +### Added +- Improved formatting of the paths used for icons in the table column tooltips. +- In tables, the column tooltips now say where do lookups get their data. +- General optimisations to the dependencies and diagnostics systems. +- Implemented support for the following Text files: + - ".bat" + - ".cco" + - ".environment_group" + - ".environment_group.override" + - ".fbx" + - ".fx" + - ".fx_fragment" + - ".h" + - ".hlsl" + - ".kfc" + - ".kfe_temp" + - ".kfl_temp" + - ".kfcs_temp" + - ".ktr" + - ".ktr_temp" + - ".mvscene" + - ".py" + - ".sbs" + - ".shader" + - ".xml_temp" + +### Fixed +- Fixed multiple issues related with lookups not showing up or not updating on certain columns. +- Fixed locs in the open pack not being used correctly for searching for lookup data. +- Fixed a bug that caused certain files in the open pack to not be used for reference data if something in their path had uppercases. +- Fixed icon fields not resolving icons when the provided path used \\ instead of / as separator. +- Fixed icon search not working correctly when the field can be searched in multiple paths. +- Fixed lookups not working correctly when the lookup pointed to multiple columns. +- Fixed actions that open files and scroll them failing to do the scroll part. + ## [4.1.1] ### Added - Implemented local schema patches. @@ -1129,7 +1165,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.1...HEAD +[Unreleased]: https://github.com/Frodo45127/rpfm/compare/v4.1.2...HEAD +[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 [4.1.0]: https://github.com/Frodo45127/rpfm/compare/v4.0.22...v4.1.0 [4.0.22]: https://github.com/Frodo45127/rpfm/compare/v4.0.21...v4.0.22 diff --git a/rpfm_cli/Cargo.toml b/rpfm_cli/Cargo.toml index 7ff0930eb..a5c48e338 100644 --- a/rpfm_cli/Cargo.toml +++ b/rpfm_cli/Cargo.toml @@ -16,8 +16,8 @@ rust-version.workspace = true [dependencies] # Internal dependencies. -rpfm_lib = { path = "../rpfm_lib", version = "4.1.1", features = ["integration_log", "integration_git"] } -rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.1" } +rpfm_lib = { path = "../rpfm_lib", version = "4.1.2", features = ["integration_log", "integration_git"] } +rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.2" } # Error managing. anyhow = "1.0" diff --git a/rpfm_extensions/Cargo.toml b/rpfm_extensions/Cargo.toml index cb1ccfa4d..66a6ed9df 100644 --- a/rpfm_extensions/Cargo.toml +++ b/rpfm_extensions/Cargo.toml @@ -15,7 +15,7 @@ rust-version.workspace = true [dependencies] # Internal dependencies. -rpfm_lib = { path = "../rpfm_lib", version = "4.1.1", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] } +rpfm_lib = { path = "../rpfm_lib", version = "4.1.2", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] } # Basic get/set support. getset = "^0.1" diff --git a/rpfm_ui/Cargo.toml b/rpfm_ui/Cargo.toml index 36440bb22..a512e467f 100644 --- a/rpfm_ui/Cargo.toml +++ b/rpfm_ui/Cargo.toml @@ -27,8 +27,8 @@ default = [] [dependencies] # Internal dependencies. -rpfm_lib = { path = "../rpfm_lib", version = "4.1.1", features = ["integration_log", "integration_git"] } -rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.1" } +rpfm_lib = { path = "../rpfm_lib", version = "4.1.2", features = ["integration_log", "integration_git"] } +rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.2" } rpfm_ui_common = { path = "../rpfm_ui_common" } # Config dependencies. diff --git a/rpfm_ui_common/Cargo.toml b/rpfm_ui_common/Cargo.toml index 1605e0cbe..3ddacb3cb 100644 --- a/rpfm_ui_common/Cargo.toml +++ b/rpfm_ui_common/Cargo.toml @@ -15,8 +15,8 @@ rust-version.workspace = true [dependencies] # Internal dependencies. -rpfm_lib = { path = "../rpfm_lib", version = "4.1.1", features = ["integration_log", "integration_git"] } -rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.1" } +rpfm_lib = { path = "../rpfm_lib", version = "4.1.2", features = ["integration_log", "integration_git"] } +rpfm_extensions = { path = "../rpfm_extensions", version = "4.1.2" } # Config dependencies. directories = "^5.0"