Skip to content

Releases: AdiAddons/AdiBags

v1.9.30

25 Aug 01:24
f7c82c3
Compare
Choose a tag to compare

AdiBags

v1.9.30 (2022-08-25)

Full Changelog Previous Releases

  • Wrath support, fixes, currency overhaul (#656)

    • Fixed several bugs in Classic related to item quality.

    • Complete overhaul of the currency frame.

    Currencies can now be stacked into columns.

    Currencies now show tooltips on each currency.

    • Prevent swapped equipment from showing up as new.

    • Changed CURSOR_UPDATE to CURSOR_CHANGED to fix WotLK

  • Correctly detect new items that are wrapped (#653)

    • Added support for adding new items manually

    • Changed items (wrapping paper, enchants, etc) now glow as new items.

    • Correctly detect wrapped items/items with texture changes.

    Co-authored-by: Antonio Lobato antonio@whisper.sh

  • Merge pull request #652 from AdiAddons/fix-backdrop-alpha
    Fixed a bug where bag backdrop changes are not applied unless the addon is reloaded.

  • Fixed a bug where bag backdrop changes are not applied unless the addon is reloaded.

  • Merge pull request #651 from AdiAddons/fix-wrap-category
    Wrapped items will now unwrap/wrap into Recent Items.

  • Wrapped items will now unwrap/wrap into Recent Items.

  • Merge pull request #650 from AdiAddons/battle-pet-gifts
    Fixed an issue where texture changes weren't updating bags.

  • Fixed an issue where texture changes weren't updating bags, i.e. wrapping paper.

v1.9.29

22 Aug 05:07
1e36f59
Compare
Choose a tag to compare

AdiBags

v1.9.29 (2022-08-22)

Full Changelog Previous Releases

  • Merge pull request #648 from AdiAddons/unified-build
    Unified Codebase for Retail, Classic, and TBC
  • Moved WoW version constants into constants.lua, as it loads before utility. Also, they're constants :p
  • Fixed broken code for Retail.
  • Fixed options panel for Classic.
  • Fixed bank bags for Classic.
  • Fixed a few more bugs for Classic.
  • Fixed various parts of the code for Classic.
  • Fixed ItemButton for Classic.
    Removed Reagent bank slots event registration for Classic.
  • Fixed regular bag buttons for classic.
  • Added constants for detecting which version of WoW AdiBags is running on.
    Fixed bank Constants for Classic.
  • Fixed install-deps clone for LibDataBroker
  • Added build and TOC support for Classic and TBC

v1.9.27

21 Aug 03:49
Compare
Choose a tag to compare

AdiBags

v1.9.27 (2022-08-21)

Full Changelog Previous Releases

  • Added github package releases via BigWigsMods!
  • test release
  • Removed sub module and added local packages.
    This CL removed the git submodule for LibDataBroker, and replaced it with an install-deps.sh script. This script also installs other deps needed by AdiBags. This should make local dev easier to setup/update, and prepares AdiBags for github releases (TBD).
  • Update issue templates
  • Update issue templates
  • Update issue templates
  • Updated TOC for 9.2.7
  • Added GitHub actions for packaging and releases.