Skip to content

Releases: AdiAddons/AdiBags

v1.10.6

18 Jan 00:56
a4ba03d
Compare
Choose a tag to compare

AdiBags

v1.10.6 (2023-01-18)

Full Changelog Previous Releases

  • Fixed a bug in Wrath to work around Blizzard not sending the BAG_UPDATE_DELAYED event randomly when taking item actions. (#911)
  • Updated README with Discord information.
  • Adding Annotations (#902)
    [Internal] Added type annotations for many parts of the codebase.

v1.10.5

12 Jan 06:53
Compare
Choose a tag to compare

AdiBags

v1.10.5 (2023-01-12)

Full Changelog Previous Releases

  • Small fix for Classic and Wrath.

v1.10.4

12 Jan 00:55
Compare
Choose a tag to compare

AdiBags

v1.10.4 (2023-01-12)

Full Changelog Previous Releases

  • Removed the module call for ItemDatabase.

v1.10.3

11 Jan 22:22
3f42c74
Compare
Choose a tag to compare

AdiBags

v1.10.3 (2023-01-11)

Full Changelog Previous Releases

  • Crafting/trade goods filter update (#899)

    • Tradeskill goods can now be broken up by expansion pack in the Filters -> Item Category menu.

    Co-authored-by: Talyrius contact@talyrius.net

v1.10.2

09 Jan 23:56
be39d56
Compare
Choose a tag to compare

AdiBags

v1.10.2 (2023-01-09)

Full Changelog Previous Releases

  • More theme fixes. (#893)
    • Fixed a bug where quest items without masque were not highlighted properly.

    • Fixed a bug in color copy over from the skin to the theme system.

v1.10.1

09 Jan 17:50
ceaafe0
Compare
Choose a tag to compare

AdiBags

v1.10.1 (2023-01-09)

Full Changelog Previous Releases

  • Theme fixes for upgrades (#889)
    • Fixed a few bugs around users upgrading and errors appearing for the first session where a /reload would fix it.

    • Implemented another fix for blue glow/battle pay items.

  • Readme updates.

v1.10.0

08 Jan 18:15
026588f
Compare
Choose a tag to compare

AdiBags

v1.10.0 (2023-01-08)

Full Changelog Previous Releases

  • New Theme Engine (#880)
    This patch significantly enhances the skinning and theme system for AdiBags. The overall goal of this version is to make some more user-friendly defaults for first time users, while also enhancing the ability to customize the look and feel of AdiBags for more advanced users. Highlights include:

    • Full Masque support for backpack and banks independently. Configure Masque from the Masque configuration screen.

    • Addition of a theme system, where backpack, bank, and reagent bank can be independently themed. Multiple user defined themes can also be saved and loaded. Skins from any previous version of AdiBags will be saved as a new theme called "legacy theme", so that user settings are not lost upon upgrade.

    • An external Theme API for addon developers. The AdiBags look and feel can now be modified by external addons, which will allow for a much more customizable experience when integrating with other addons.

    • Removal of the "Anchored" mode for bag movement. Bags now can only be moved by clicking and dragging the header of the bag.

    • Cleaner defaults for new users, such as a slightly revamped new default theme, normalized scaling, and better initial currency display options.

    Overall, this patch should clean up a lot of the major asks people have had of AdiBags over the years. As always, please report any issues you come up against to github.com/AdiAddons/AdiBags/issues

v1.9.54

06 Jan 07:21
Compare
Choose a tag to compare

AdiBags

v1.9.54 (2023-01-06)

Full Changelog Previous Releases

  • Small fix for blue border textures in WotLK.

v1.9.53

06 Jan 01:29
411ebf3
Compare
Choose a tag to compare

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

05 Jan 04:17
Compare
Choose a tag to compare

AdiBags

v1.9.52 (2023-01-05)

Full Changelog Previous Releases

  • Fixed lua error spam.