Skip to content

Releases: doadin/Baggins

v3.3.7

13 May 21:24
Compare
Choose a tag to compare

Baggins

v3.3.7 (2020-05-13)

Full Changelog

  • Fix LUA Error
  • Update build.yml

v3.3.6

13 May 04:49
Compare
Choose a tag to compare

Baggins

v3.3.6 (2020-05-13)

Full Changelog

  • [Baggins] Fix Lua Error In Last Release
  • packager update
  • Update build.yml
  • packager update

v3.3.5

11 May 03:20
Compare
Choose a tag to compare

Baggins

v3.3.5 (2020-05-11)

Full Changelog

  • Small Fix Lua error
  • Packager Update
  • Packager Update
  • [Filters\Quality] Minor Cleanup
  • [Filters\ContainerType] Minor Cleanup

v3.3.4-beta

10 May 20:47
Compare
Choose a tag to compare
v3.3.4-beta Pre-release
Pre-release

Baggins

v3.3.4-beta (2020-05-10)

Full Changelog

  • 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
  • [#26] LibPeriodic data is ancient
    • Tagging code for removal
  • Update .travis.yml

v3.3.3-beta

10 May 20:25
Compare
Choose a tag to compare
v3.3.3-beta Pre-release
Pre-release

Baggins

v3.3.3-beta (2020-05-10)

Full Changelog

  • [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
  • [#26] LibPeriodic data is ancient
    • Tagging code for removal
  • Update .travis.yml

v3.3.2-beta

05 May 22:42
Compare
Choose a tag to compare
v3.3.2-beta Pre-release
Pre-release

Baggins

v3.3.2-beta (2020-05-05)

Full Changelog

  • [Fixup] Use release.sh for release/classic code

v3.3.0-beta

05 May 21:32
Compare
Choose a tag to compare
v3.3.0-beta Pre-release
Pre-release

Baggins

v3.3.0-beta (2020-05-04)

Full Changelog

  • 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

v3.2.7

15 Feb 19:25
Compare
Choose a tag to compare

Baggins

v3.2.7 (2020-02-15)

Full Changelog

  • [Baggins-Filtering] Fix Use of AH API
    recent retail changed api

v3.2.6

14 Feb 08:18
Compare
Choose a tag to compare

Baggins

v3.2.6 (2020-02-14)

Full Changelog

  • Update github workflow
  • Fixed specialty bag prefix(Thanks again SterlingNerd)

v3.2.5

14 Feb 05:23
Compare
Choose a tag to compare

Baggins

v3.2.5 (2020-02-14)

Full Changelog

  • Fixed compression for specialty bags in classic.(Thanks SterlingNerd)