File Details
v1.9.22
- R
- Dec 27, 2020
- 289.30 KB
- 1.6K
- 9.0.2
- Retail
File Name
AdiBags-v1.9.22.zip
Supported Versions
- 9.0.2
lightweight tag 910ea47e318276bfd21080d5a5e49e4c9551b766 v1.9.22
Author: GitHub <noreply@github.com>
Date: Fri Dec 25 18:59:32 2020 +0100
commit 1c3aabfd359d324610a0869c6d9ee51bde171f09
Author: Nick Towle <ntowle@gmail.com>
Date: Mon Nov 30 20:03:01 2020 -0500
Added an option to show the levels of caged battle pets.
Merges #498:
* Refactors UpdateButton to split item logic from the display logic. This was necessary due to multiple changes over the years that have added up and the initial assumption that only items are in your bags. Things that aren't items include Battle Pet Cages added in Mists of Pandaria and Mythic Keystones added in Legion.
Co-authored-by: legowxelab2z8 <legowxelab2z8@gmail.com>
commit 1c3aabfd359d324610a0869c6d9ee51bde171f09
Author: Nick Towle <ntowle@gmail.com>
Date: Mon Nov 30 20:03:01 2020 -0500
Added an option to show the levels of caged battle pets.
Merges #498:
* Refactors UpdateButton to split item logic from the display logic. This was necessary due to multiple changes over the years that have added up and the initial assumption that only items are in your bags. Things that aren't items include Battle Pet Cages added in Mists of Pandaria and Mythic Keystones added in Legion.
Co-authored-by: legowxelab2z8 <legowxelab2z8@gmail.com>
commit fdea4bcd0ff2459145482fd8d92ff553a4eea106
Author: Talyrius <contact@talyrius.net>
Date: Tue Nov 17 10:16:59 2020 -0800
Updated for Patch 9.0.2, the second Shadowlands pre-expansion patch.
commit 0035ba77a8d6607dbe340c0cd782076ed12274d2
Author: Leoguy77 <LeonSchneider29@googlemail.com>
Date: Sun Nov 1 09:49:23 2020 +0100
Update ItemButton.lua
commit 2b62aabb1ca6671d0729cbbbec2e8fbaa5f09c20
Author: legowxelab2z8 <legowxelab2z8@gmail.com>
Date: Sat Oct 17 03:46:56 2020 -0700
Fixed item icons from overlapping within the Options UI.
* Fix for overlapping icons in Manual Filter configuration
Setting the width to 'full' instead of leaving it unspecified avoids triggering a bug in AceConfig where the height of a widget is used before the widget width is resized causing the height to be recalculated.
* Fix for overlapping icons in Junk Filter configuration
Applied width = 'full' to the ItemLists in the junk.lua AceConfig options table. This works around a bug with widgets that use flow layout and resize as elements are added/removed or as the widget width is resized.

