From 37458892d96a9c4edd94a3e0fe1563020c25d861 Mon Sep 17 00:00:00 2001
From: veechs <129508963+veechs@users.noreply.github.com>
Date: Sat, 22 Feb 2025 10:11:04 -0500
Subject: [PATCH] Bagshui 1.4.0
---
Bagshui.toc | 2 +-
Changelog.md | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/Bagshui.toc b/Bagshui.toc
index 77f48af..af589db 100644
--- a/Bagshui.toc
+++ b/Bagshui.toc
@@ -4,7 +4,7 @@
## Title-zhCN:|CFF00FF00[|r|CFFDD66DD界面|r|CFF00FF00] 乾坤袋
## Notes-zhCN: 自带离线银行等功能的一体化自动分拣背包插件。
## Author: veechs
-## Version: 1.3.0
+## Version: 1.4.0
## OptionalDeps: AtlasLoot, ItemRack, Outfitter, pfUI
## SavedVariables: BagshuiData
diff --git a/Changelog.md b/Changelog.md
index c4488b9..0800575 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,13 @@
# Bagshui Changelog
+## [1.4.0] - 2025-02-17
+### Changed
+* Added [window strata option](https://github.com/veechs/Bagshui/issues/84). Find it at **[Settings](https://github.com/veechs/Bagshui/wiki/Home#settings)** > **Advanced** > **Window** • **Strata**. 🫶 [@Nikki1993](https://github.com/Nikki1993)
+
+### Fixed
+* Yet another rework of how Bagshui's item slot buttons interact with Blizzard code. Hopefully third time's the charm! This also fixes [partial stack selling](https://github.com/veechs/Bagshui/issues/93).
+ * If you're interested in what's going on with this, [here's some exciting reading](https://github.com/veechs/Bagshui/pull/95).
+
## [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.