Skip to content

Commit

Permalink
Release 2023-02-05
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 5, 2023
1 parent f252336 commit 94a821e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<p>&nbsp;</p><h2>2023-02-03-beta</h2>
<p>&nbsp;</p>
<p><strong>Features</strong></p>
<h1>2023-02-05</h1>
<h3>Features</h3>
<ul>
<li>Add support for external listeners.</li>
<p>&nbsp;</p>
</ul><p>&nbsp;</p><h2>2023-01-31-beta</h2>
<p>&nbsp;</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>
21 changes: 21 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<h1>2023-02-05</h1>
<h3>Features</h3>
<ul>
<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>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>


<p>&nbsp;</p>
<h1>2023-01-28</h1>
<p>&nbsp;MANDATORY UPDATE</p>
<h3>Fixes</h3>
Expand Down
2 changes: 1 addition & 1 deletion LootReserve.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Interface-Wrath: 30401
## Interface-Classic: 11403

## Version: 2023-01-28
## Version: 2023-02-05
## X-Min-Allowed-Version: 2023-01-28

## X-Curse-Project-ID: 390790
Expand Down

0 comments on commit 94a821e

Please sign in to comment.