Releases: doadin/Baggins
Releases · doadin/Baggins
v3.3.7
v3.3.6
v3.3.5
v3.3.4-beta
Baggins
v3.3.4-beta (2020-05-10)
- Packager Update
- [Baggins] Fix Bag Count on Classic
- Minor Changes LuaCheck
- Merge pull request #33 from thohell-addons/cleanup-minor-baggins-filtering
[Baggins-Filtering] Fix some low hanging fruit - [Baggins-Filtering] Fix some low hanging fruit
- Generalize addon name handling
- Use upper case acronyms for libs
- Some minor shuffling of code
- Clean up BagTypes array generation
- Remove unused library AceConfigRegistry-3.0
- Merge pull request #29 from thohell-addons/refactor-filter-itemname
[cleanup] src/filters/ItemName.lua - Merge pull request #32 from thohell-addons/refactor-filter-bag
[cleanup] src/filters/Bag.lua - Merge pull request #30 from thohell-addons/minor-patch-allow-smaller-scale-steps
[minor] Allow scaling in smaller steps - [cleanup] src/filters/Bag.lua
- Refactor out filter 'Bag' from Baggins-Filtering.lua
- Updated bag names to include space 'Bag1' -> 'Bag 1' [...]
- Never show empty slots. (Temporary workaround for bug #31)
- Consistent use of upvalue
- Generalize addon name handling
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- [minor] Allow scaling in smaller steps
- [cleanup] src/filters/ItemName.lua
- Refactor out filter 'ItemName' from Baggins-Filtering.lua
- Consistent use of upvalue
- Generalize addon name handling
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- Merge pull request #28 from thohell/issue-26-disable-libperiodictable
BUGFIX: #26 - BUGFIX: All LibPeriodicTable code removed
- Fixes #26
- [#26] LibPeriodic data is ancient
- Tagging code for removal
- Update .travis.yml
v3.3.3-beta
Baggins
v3.3.3-beta (2020-05-10)
- [Baggins] Fix Bag Count on Classic
- Minor Changes LuaCheck
- Merge pull request #33 from thohell-addons/cleanup-minor-baggins-filtering
[Baggins-Filtering] Fix some low hanging fruit - [Baggins-Filtering] Fix some low hanging fruit
- Generalize addon name handling
- Use upper case acronyms for libs
- Some minor shuffling of code
- Clean up BagTypes array generation
- Remove unused library AceConfigRegistry-3.0
- Merge pull request #29 from thohell-addons/refactor-filter-itemname
[cleanup] src/filters/ItemName.lua - Merge pull request #32 from thohell-addons/refactor-filter-bag
[cleanup] src/filters/Bag.lua - Merge pull request #30 from thohell-addons/minor-patch-allow-smaller-scale-steps
[minor] Allow scaling in smaller steps - [cleanup] src/filters/Bag.lua
- Refactor out filter 'Bag' from Baggins-Filtering.lua
- Updated bag names to include space 'Bag1' -> 'Bag 1' [...]
- Never show empty slots. (Temporary workaround for bug #31)
- Consistent use of upvalue
- Generalize addon name handling
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- [minor] Allow scaling in smaller steps
- [cleanup] src/filters/ItemName.lua
- Refactor out filter 'ItemName' from Baggins-Filtering.lua
- Consistent use of upvalue
- Generalize addon name handling
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- Merge pull request #28 from thohell/issue-26-disable-libperiodictable
BUGFIX: #26 - BUGFIX: All LibPeriodicTable code removed
- Fixes #26
- [#26] LibPeriodic data is ancient
- Tagging code for removal
- Update .travis.yml
v3.3.2-beta
v3.3.0-beta
Baggins
v3.3.0-beta (2020-05-04)
- Update LICENSE.md
- [Baggins-Filtering] Dep GetRuleDesc
#24 - [Baggins] Force Refresh When Bags Change
Fixes #25 - BUGFIX: ContainerType is only valid for retail
- [cleanup] src/filters/Quality.lua
- Use _G.ITEM_QUALITY_COLORS instead of a random for loop to build list
- Consistent use of upvalue
- Generalize addon name handling
- CameCase everything (except short-lived variables)
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- Use double quotes
Baggins-Filtering.lua: - BUGFIX: Fixed a bug introduced in last commit (LibBabble-Inventory removed)
- [cleanup+bugfix] src/filters/ContainerType.lua
Fixes #23:- Rework algorithm for item matching
- Remove reference to ItemTypes[].
- Generate ContainerTypes[] at module init
- Remove hardcoded max bags
- Remove LibBabble-Inventory dependency (completely from Baggins)
- Remove all code for option 'All'. It was buggy and serves no purpose
- Tag file with new bug found [Issue #25]
Also: - Consistent use of upvalue
- Generalize addon name handling
- CameCase everything (except short-lived variables)
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- Use double quotes (also in EquipmentSet.lua)
- [cleanup] src/filters/Tooltip.lua
- Consistent use of upvalue
- Generalize addon name handling
- CameCase everything (except short-lived variables)
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
- Use double quotes (also in EquipmentSet.lua)
- Use upper case acronyms for libs (gratuity -> LG)
- [cleanup] General cleaning up
src/filters/EquipmentSet.lua:- Consistent use of upvalue
- Generalize addon name handling
- CameCase everything (except short-lived variables)
- Remove some dead code
- Tag some potentially dead code [Issue #24]
- Remove anonymous functions from :AddCustomRule() for readability
- General cleaning up
Baggins-Filtering.lua: - Tag some potentially dead code [Issue #24]
- Tag broken code [issue #23]
- [cleanup] Refactored Tooltip filter
- Refactored out to separate file
- [cleanup] Refactored EquipmentSet filter
- Refactored out to separate filter file
- BUGFIX: Now possible to select Equipment Sets other than 'Any' :)
- [nolibs] LibBabble-Inventory-3.0 is not optional.
- [cleanup] Use release.sh for release/classic code
- Removed all occurances of Baggins:IsClassicWow()
- Wrap code for Classic in --[===[@non-retail@ / --@end-non-retail@]===]
- Wrap code for Release in --@Retail@ / --@end-retail@
- Rewrote some algorithms to match
- Removed TONS of duplicate code
- [cleanup] Fixed nolib builds
- Update LICENSE.md
- License