Skip to content

2023-02-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 18:50
· 273 commits to main since this release

2023-02-05

Features

  • Added support for external listeners.
    • LootReserve:RegisterListener("RESERVES", id, callback) to have lootreserve run that callback when it has a reserves update.
    • LootReserve:UnregisterListener("RESERVES", id) to to stop getting updates about reserves.
    • LootReserve:PromptListener("RESERVES", id) to get an update manually.

Fixes

  • Classic Era and Season of Mastery should once again be fully functional.
  • Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (avoids group finder error).
  • Using the search bar in the reserves window once again automatically switches you to the Search tab.
  • Fixed host window delay when many reserves were being sorted by boss.
  • After importing reserves without class info, LootReserve should learn the characters' classes once they join the group.