Skip to content

v3.3.4-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@doadin doadin released this 10 May 20:47
· 350 commits to main since this 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