Skip to content

v0.1.90

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 02:52
· 108 commits to main since this release
0b3483c

BetterBags

v0.1.90 (2024-08-10)

Full Changelog Previous Releases

  • Update README.md for Search Categories (#551)
    Remove outdated information.

    Reorganize information to flow better.

    Describe general bag usage (Show Bags, Free Space, Show Currencies, Configure Categories).

    Added some more information for Warbank tabs.

    Added some missing punctuation.

    Fixed some mistakes describing Search.

    Update planned features.

  • Feature/move everything from category continuation (#540)

    • Clicking on a category header with right click, after enabling this feature in the options screen, will sell or move a category.
  • Recent Items now takes up the entire top of the bag and not just one column.

  • Category Fixes (#552)

    • Fixed categories being created manually in the UI not saving.

    • Fixed missing categories.

    • Fixed a bug in search where some cases would fail to work correctly.

    • Applied a fix for ElvUI icon borders when using masque.

  • The show bag view is now two columns.

  • In-frame Bag Search (#546)

    • The in-frame bag bar is now much bigger and set within the frame for all built-in themes.

    • You can now create themes using the in-bag bag bar.

  • Search Categories Bugfix (#545)

    • Fixed the query box for search categories input being too small.

    • Fixed a bug where some categories were missing.

    • Fixed a complex case where a search category containing a filter for a non-search category would fail unexpectedly.

  • Added cata and era support for search based categories.

  • Search Categories UI (#542)

    • You can now create search based categories from the UI. Simply type in a search term and hit "enter" on your keyboard to open the create category UI. Your search term will scoop up items and save it into the name of the category you enter. Search categories can be edited in the same way non-search categories can.

    • Fixed a bug where some NOT search queries would cause incorrect results.

    • Search strings are now full text matches by default (instead of prefix).

    • Reworked the category API. More documentation on this coming in the future.

    • Fixed unicode searching for i18n users.

  • Search Categories API (#531)

    • Added an API to create categories based off of search queries.

    • Searching now does a full text search by default. Searches with = are still prefix searches.