v3.3.4-beta-classic

Details

  • Filename
    Baggins-v3.3.4-beta-classic.zip
  • Uploaded by
  • Uploaded
    May 10, 2020
  • Size
    352.39 KB
  • Downloads
    138
  • MD5
    9612633f0fea7a054e1337d4bb73bb26

Supported WoW Classic Versions

  • 1.13.4

Changelog

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