Skip to content

Releases: AdiAddons/AdiBags

v1.9.51

05 Jan 00:12
86e15e9
Compare
Choose a tag to compare

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

29 Nov 20:51
8272e2a
Compare
Choose a tag to compare

AdiBags

v1.9.50 (2022-11-29)

Full Changelog Previous Releases

  • Fixed itemlevel range for Dragonflight (#835)

v1.9.49

28 Nov 19:41
bd25cbb
Compare
Choose a tag to compare

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

22 Nov 20:13
5bca2bc
Compare
Choose a tag to compare

AdiBags

v1.9.48 (2022-11-22)

Full Changelog Previous Releases

  • Reagent bag and bank bag fixes. (#806)

v1.9.47

21 Nov 20:26
5b0d33e
Compare
Choose a tag to compare

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

29 Oct 17:41
95b17b9
Compare
Choose a tag to compare

AdiBags

v1.9.46 (2022-10-29)

Full Changelog Previous Releases

  • Another cooldown fix for banks. (#748)

v1.9.45

29 Oct 15:53
76bb73a
Compare
Choose a tag to compare

AdiBags

v1.9.45 (2022-10-29)

Full Changelog Previous Releases

  • Small fix for banks. (#746)

v1.9.44

29 Oct 04:10
43748bb
Compare
Choose a tag to compare

AdiBags

v1.9.44 (2022-10-29)

Full Changelog Previous Releases

  • Small correction to cooldown fix. (#743)
  • Applied hack fix for invalid item button frames and cooldown timers in retail. (#742)
  • Fix: font change error and reduce slider step to 1 (#730)

v1.9.43

28 Oct 20:28
1755c3e
Compare
Choose a tag to compare

AdiBags

v1.9.43 (2022-10-28)

Full Changelog Previous Releases

  • Fixed a bug with bank bags and cooldowns. (#739)

v1.9.41

28 Oct 17:48
ffc9c49
Compare
Choose a tag to compare

AdiBags

v1.9.41 (2022-10-28)

Full Changelog Previous Releases

  • Fix more Dragonflight bugs (#735)
    • Fixed a bug where opening bags when bank isn't managed by AdiBags would break bag interaction.

    • Fixed a bug where cooldown textures were not rendering in bags.

    • Fixed update cooldown for non-retail use.

    • Cooldown callback fix for GetBagID() bug.