From dcf2d8cda7fb8e8037d54e2c1801a2d56d1f0d06 Mon Sep 17 00:00:00 2001
From: veechs <129508963+veechs@users.noreply.github.com>
Date: Mon, 17 Feb 2025 19:33:39 -0500
Subject: [PATCH] Bagshui 1.3.0
---
Bagshui.toc | 4 ++--
Changelog.md | 8 ++++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Bagshui.toc b/Bagshui.toc
index 477311a..77f48af 100644
--- a/Bagshui.toc
+++ b/Bagshui.toc
@@ -1,10 +1,10 @@
## Interface: 11200
## Title: Bagshui
-## Notes: All-in-one autosorting inventory
+## Notes: |cffdb4e97Feng shui for your bags|r|nAll-in-one autosorting inventory replacement
## Title-zhCN:|CFF00FF00[|r|CFFDD66DD界面|r|CFF00FF00] 乾坤袋
## Notes-zhCN: 自带离线银行等功能的一体化自动分拣背包插件。
## Author: veechs
-## Version: 1.2.29
+## Version: 1.3.0
## OptionalDeps: AtlasLoot, ItemRack, Outfitter, pfUI
## SavedVariables: BagshuiData
diff --git a/Changelog.md b/Changelog.md
index 4160ff7..c4488b9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,13 @@
# Bagshui Changelog
+## [1.3.0] - 2025-02-17
+### Changed
+* Accuracy of unusable item tinting has been vastly improved (things like fist weapons that gave it fits before now work correctly).
Thanks to [@Sunelegy](https://github.com/Sunelegy) for bringing the problems to my attention and [@shagu](https://github.com/shagu) for the pfUI code pointing me to the right solution.
+
+### Fixed
+* Significant zh-CN localization refinements by [@Sunelegy](https://github.com/Sunelegy).
+* No more errors in FrameXML.log. 🪲 [@RetroCro](https://github.com/RetroCro)
+
## [1.2.29] - 2025-02-16
### Fixed
* Another rule function menu fix. Hopefully the last one.