Skip to content

Releases: Cidan/BetterBags

v0.3.8

03 Sep 14:27
8c11510
Compare
Choose a tag to compare

BetterBags

v0.3.8 (2024-09-03)

Full Changelog Previous Releases

  • Fixed error with items missing in classic.

v0.3.7

03 Sep 07:22
62d9e1a
Compare
Choose a tag to compare

BetterBags

v0.3.7 (2024-09-03)

Full Changelog Previous Releases

  • Worked around a Blizzard bug where items may not update when questing, looting, or other tasks.

v0.3.6

03 Sep 00:59
6434e33
Compare
Choose a tag to compare

BetterBags

v0.3.6 (2024-09-03)

Full Changelog Previous Releases

  • Fixed a bug where an error could happen sometimes when buying items.

v0.3.5

02 Sep 21:36
302ce11
Compare
Choose a tag to compare

BetterBags

v0.3.5 (2024-09-02)

Full Changelog Previous Releases

  • Fixed a bug where virtually stacked items moved back and forth from the bank and backpack would sometimes cause an error.

v0.3.4

02 Sep 21:29
168955a
Compare
Choose a tag to compare

BetterBags

v0.3.4 (2024-09-02)

Full Changelog Previous Releases

  • Fixed a bug where non-alphabetical bag sorts would shift around when selling items.

v0.3.3

02 Sep 20:52
d2022dc
Compare
Choose a tag to compare

BetterBags

v0.3.3 (2024-09-02)

Full Changelog Previous Releases

  • Fixed a bug where sometimes removing items would cause an error.

v0.3.2

02 Sep 20:03
98b5388
Compare
Choose a tag to compare

BetterBags

v0.3.2 (2024-09-02)

Full Changelog Previous Releases

  • Fixed a bug where upgrade icon provider might be blank, and missing entirely in classic.

v0.3.1

02 Sep 19:41
5c91bd3
Compare
Choose a tag to compare

BetterBags

v0.3.1 (2024-09-02)

Full Changelog Previous Releases

  • Fixed a bug where all items would be recent items randomly.

v0.3.0

02 Sep 18:56
8c41897
Compare
Choose a tag to compare

BetterBags

v0.3.0 (2024-09-02)

Full Changelog Previous Releases

  • Fixed a bug where search data may not have been updated in some cases.

  • Fixed a bug where sorting would sometimes cause an error message.

  • Fixed a long standing bug where swapped items (equipment swap, crafting last mat into an item) would sometimes redraw the bag or not be marked as new.
    By default, all new incoming items now go to recent items (can be turned off).

  • Draw Fixes (#661)

    • More bugfixes.
  • Fixed partial and unstack at shop modes.

  • Fixed a bug where Don't Show Partial would mess up the rendering of bags in some cases.

  • Small bugfix for item counts not appearing correctly and stack splits showing when they aren't supposed to.

  • Fixed a small visual bug with item counts and partial stacks.

  • Backwards compat hack for send message.

  • Event Context and Bug Fix (#660)

    • Fixed a few bugs.
  • Even Better Sort (#658)

    • Sorting now correctly clears out new items

    • Sorting is now faster.

    • Sorting now puts reagents in the reagent bag on retail.

    • Added an option to disable pressing enter on a search query to create a category (as promised :)

  • only context match items in bags (#655)
    Signed-off-by: zeptognome [email protected]

  • Sort Reborn (#656)

    • Sort Bags now sorts bags internally and no longer relies on SortBags in cata/era, or the Blizzard sort function.
  • Fixed a bug with the bag bar and Bartender.

  • handle equipmentslots (#628)

    • General fixes to equipment slots.
  • item context (#650)
    Signed-off-by: zeptognome [email protected]

  • More Redraw Work (#654)

    • Fixed item level upgrade arrows being weird at bank.

    • Sort Bags now fully sorts bags again.

  • MDBBA (Make Discord Banner Big Again) (#613)
    Add a few newer options.

    Add != operator.

  • Fixed a bug when removing stacked items from your bag.
    Fixed a small error when sorting.
    Fixed a bug where free slots would disappear.

  • Grid Rework (#649)

    • Removing items from your bags now leaves a gap without an empty item slot.

    • Bags are now significantly more stable and do not shift around when adding or removing items until you sort them.

    • Added a "sort by item level" option for items in a section.

  • Draw Speedup and More (#639)

    • A massive rework of some internal systems were done to allow for easier future improvements down the road. Most of this should not affect users, but it does make things easier down the line.
  • Draw Speedup (#619)

    • Bag updates/refreshes are now mostly async, with a few cases not covered yet. This eliminates many of the UI freezes when updating bags, at the expense of a small delay when sorting.
  • Added keyring items back into category view. (#615)

  • Item Upgrade Improvements (#614)

    • Do not show item upgrades for things you can't equip.

    • No longer recommend replacing 2H with offhands.

    • Adjusted ElvUI scale for upgrade icon.

    • Fixed a bug in console port settings.

    • Added new item upgrade arrow support for classic.

    • Added drop down option for changing upgrade icon provider.

  • Fixed scale changes.

  • Slightly increased the size of the upgrade arrow.

  • Fixed a small rendering bug with new item level code.

  • Bugfix Aug 18 (#612)

    • Fixed a bug where very large item lists would never load.

    • Deleted unused code.

    • Fixed a bug where item upgrade arrows would not vanish when equipping items.

    • Fixed upgrade icon for ElvUI theme.

  • Fixed a bug where item lists may not render.

  • Re-enabled Pawn overrides for item level.

  • Better Item Levels (#611)

    • Equipped items now load and are cached along side the backpack.

    • Removed SimpleItemLevel and Pawn integrations.

    Added consistent, built in item upgrade icons to bag items.

v0.2.2

18 Aug 22:18
8064d43
Compare
Choose a tag to compare

BetterBags

v0.2.2 (2024-08-18)

Full Changelog Previous Releases

  • Fixed in-combat taint. (#610)