-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
<p> </p><h2>2023-02-03-beta</h2> | ||
<p> </p> | ||
<p><strong>Features</strong></p> | ||
<h1>2023-02-05</h1> | ||
<h3>Features</h3> | ||
<ul> | ||
<li>Add support for external listeners.</li> | ||
<p> </p> | ||
</ul><p> </p><h2>2023-01-31-beta</h2> | ||
<p> </p> | ||
<p><strong>Fixes</strong></p> | ||
<li>Added support for external listeners.</li> | ||
<ul> | ||
<li><code>LootReserve:RegisterListener("RESERVES", id, callback)</code> to have lootreserve run that callback when it has a reserves update.</li> | ||
<li><code>LootReserve:UnregisterListener("RESERVES", id)</code> to to stop getting updates about reserves.</li> | ||
<li><code>LootReserve:PromptListener("RESERVES", id)</code> to get an update manually.</li> | ||
</ul> | ||
</ul> | ||
<h3>Fixes</h3> | ||
<ul> | ||
<li>Restore classic era and Season of Mastery functionality.</li> | ||
<li>Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (fixes group finder error).</li> | ||
<li>Classic Era and Season of Mastery should once again be fully functional.</li> | ||
<li>Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (avoids group finder error).</li> | ||
<li>Using the search bar in the reserves window once again automatically switches you to the Search tab.</li> | ||
<li>Fixed host window delay when many reserves were being sorted by boss.</li> | ||
<li>After importing reserves without class info, LootReserve should learn the characters' classes once they join the group.</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters