Releases: AdiAddons/AdiBags
v1.9.54
AdiBags
v1.9.54 (2023-01-06)
Full Changelog Previous Releases
- Small fix for blue border textures in WotLK.
v1.9.53
AdiBags
v1.9.53 (2023-01-06)
Full Changelog Previous Releases
- Various fixes for WotLK (#878)
-
Fixed reagent bag lua error for WotLK.
-
Fixed a bug where the reagent bank bag was not properly reset back to the regular bank view when closing the bank window, causing bank deposits to not enter the correct bag in some situations.
-
Changed the way the "X" close button is displayed so that it's more in line with how other header buttons are displayed.
-
Fixed Battle Pay Items in WotLK.
-
v1.9.52
v1.9.51
AdiBags
v1.9.51 (2023-01-05)
Full Changelog Previous Releases
- Overall general fixes and improvements (#865)
-
Fixed addon taint when hitting esc to close windows in combat.
-
Fixed a bug where toggling all bank bags didn't open all bags.
-
Fix for tutorial windows that do not close.
-
Added quality overlay for items.
-
Fixed profession tool tutorial that causes bags to close when selling items.
-
v1.9.50
AdiBags
v1.9.50 (2022-11-29)
Full Changelog Previous Releases
- Fixed itemlevel range for Dragonflight (#835)
v1.9.49
AdiBags
v1.9.49 (2022-11-28)
Full Changelog Previous Releases
-
More DragonFlight Fixes! (#830)
- Added reagent bag free space counter to regular free space.
General data fixes.
-
Fix for bank bag offset.
-
Reagent bag free space breakout and labeling
-
Item Button fixes for reagent bags.
v1.9.48
AdiBags
v1.9.48 (2022-11-22)
Full Changelog Previous Releases
- Reagent bag and bank bag fixes. (#806)
v1.9.47
AdiBags
v1.9.47 (2022-11-21)
Full Changelog Previous Releases
-
Various bug fixes for Dragonflight (#759)
This CL fixes the addon not loading for users and eliminates most errors so the Addon is usable. This CL does not add new features or support for the new bag type in Retail, yet. A set of more comprehensive updates will be released at a later date.-
Fixed a nil value bug in ItemLevel.lua
-
Updated docmeta
-
Fixed bug that caused item borders not to update.
-
Updated config TOC
-
-
Resolve issues with new container APIs (#788)
- Resolve issues with container apis
The container APIs on 10.0.2 have moved into C_Container and a few functions
have been outright removed.
In addition the returns for GetContainerItemInfo and GetContainerItemQuestInfo
have changed to use tables instead of a long list of returns.
This introduces a set of wrapper functions to handle working with both the
new C_Container APIs and the legacy APIs to support wrath and classic-era.
- Only activate for GameTooltip
The new AddTooltipPostCall would be called for other tooltips as well,
so maintain the existing behaviour by verifying we have the correct frame.
-
Update TOC for 10.0.2
-
Fix an issue with search/filtering not updating
Searching was not properly showing the overlay, this restores the
previous behaviour.
- Fix an issue with missing stack counts
This was caused during my attempt to clean up the code a bit, but
fixes the remaining uses of the stackCount.
-
Removal of prepoulated title.
-
Adjust title so it is blank
-
Updated issue form with more fields.
-
Added feature request form template, disabled blank issues.
-
Small fix for bug report form
-
blank issue enabled (for now)
-
Added forced templates to Github issue templates. (#753)
-
Fixed a bug where disabling AdiBags would cause weird issues with Combined bags (#752)
v1.9.46
AdiBags
v1.9.46 (2022-10-29)
Full Changelog Previous Releases
- Another cooldown fix for banks. (#748)