diff --git a/Bagshui.toc b/Bagshui.toc index acd949a..54253f6 100644 --- a/Bagshui.toc +++ b/Bagshui.toc @@ -2,7 +2,7 @@ ## Title: Bagshui ## Notes: All-in-one autosorting inventory ## Author: veechs -## Version: 1.2.23 +## Version: 1.2.24 ## OptionalDeps: AtlasLoot, ItemRack, Outfitter, pfUI ## SavedVariables: BagshuiData diff --git a/Changelog.md b/Changelog.md index 3bf5798..eed7459 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Bagshui Changelog +## [1.2.24] - 2025-02-10 +### Fixed +* Multiple objects (Categories, Sort Orders, etc.) created simultaneously will no longer run the risk of overwriting each other. + ## [1.2.23] - 2025-02-09 ### Fixed * Unequipping a bag now [correctly unlocks slot highlighting](https://github.com/veechs/Bagshui/issues/70). 🪲 [@Nikki1993](https://github.com/Nikki1993)