Skip to content

Commit

Permalink
Release 2023-06-20
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 20, 2023
1 parent f83aa36 commit c5c93a3
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 17 deletions.
38 changes: 25 additions & 13 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
<h1>2023-02-05</h1>
<h3>Features</h3>
<h1>2023-06-20</h1>
<h3>Raider</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>
<li>Updated WotLK loot tables. Reserving a Heroic Mode item will also count as reserving the matching Normal Mode item (doesn't cost extra reserves).</li>
<li>Can now search all reserves by player name.</li>
<li>Favorited items now glow when they're being rolled. Removed the option to glow for all items.</li>
<li>Reserves and Favorites tabs now sort items by the order of the bosses that drop them, instead of alphabetic order.</li>
<li>Automatically rolling on reserved items works with Group Loot.</li>
<li>Rolling Need on an item with Group Loot prompts for confirmation if the item is reserved, but not by you.</li>
<li>Minimap button can also be hidden with middle mouse click. Visibility can be toggled in Reserves window settings.</li>
<li>Add more chat aliases: !remove (!cancelreserve) and !reserver (!reserves).</li>
<li>Reserves window is a little smarter about when to open automatically.</li>
</ul>
<h3>Host</h3>
<ul>
<li>Added tiered rolls, so you can roll Main Spec (1-100) and Off Spec (1-99) at the same time. Customizable.</li>
<li>Exporting rolls now indicates if an item was raid rolled or disenchanted.</li>
<li>Add info about !myreserves command in the whisper reply when !reserves command item limit is reached.</li>
<li>Adding a disenchanter now enables that disenchanter by default.</li>
<li>Missing VoA bosses are no longer visible. Currently that means only Toravon is hidden.</li>
</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>
<li>Fixed auto roll message showing up when not actually rolling.</li>
<li>Unfavoriting an item in the Favorites tab now causes that item to disappear immediately.</li>
<li>Fixed shy dropdown menus. They once again stay open when certain options are clicked.</li>
<li>Fixed lua error when importing an item that doesn't exist.</li>
<li>Fixed visual bug when host is reserving on behalf of other players and reopens the Reserves window.</li>
<li>Addon communications reduced slightly.</li>
</ul>
33 changes: 33 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
<h1>2023-06-20</h1>
<h3>Raider</h3>
<ul>
<li>Updated WotLK loot tables. Reserving a Heroic Mode item will also count as reserving the matching Normal Mode item (doesn't cost extra reserves).</li>
<li>Can now search all reserves by player name.</li>
<li>Favorited items now glow when they're being rolled. Removed the option to glow for all items.</li>
<li>Reserves and Favorites tabs now sort items by the order of the bosses that drop them, instead of alphabetic order.</li>
<li>Automatically rolling on reserved items works with Group Loot.</li>
<li>Rolling Need on an item with Group Loot prompts for confirmation if the item is reserved, but not by you.</li>
<li>Minimap button can also be hidden with middle mouse click. Visibility can be toggled in Reserves window settings.</li>
<li>Add more chat aliases: !remove (!cancelreserve) and !reserver (!reserves).</li>
<li>Reserves window is a little smarter about when to open automatically.</li>
</ul>
<h3>Host</h3>
<ul>
<li>Added tiered rolls, so you can roll Main Spec (1-100) and Off Spec (1-99) at the same time. Customizable.</li>
<li>Exporting rolls now indicates if an item was raid rolled or disenchanted.</li>
<li>Add info about !myreserves command in the whisper reply when !reserves command item limit is reached.</li>
<li>Adding a disenchanter now enables that disenchanter by default.</li>
<li>Missing VoA bosses are no longer visible. Currently that means only Toravon is hidden.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed auto roll message showing up when not actually rolling.</li>
<li>Unfavoriting an item in the Favorites tab now causes that item to disappear immediately.</li>
<li>Fixed shy dropdown menus. They once again stay open when certain options are clicked.</li>
<li>Fixed lua error when importing an item that doesn't exist.</li>
<li>Fixed visual bug when host is reserving on behalf of other players and reopens the Reserves window.</li>
<li>Addon communications reduced slightly.</li>
</ul>


<p>&nbsp;</p>
<h1>2023-02-05</h1>
<h3>Features</h3>
<ul>
Expand Down
8 changes: 4 additions & 4 deletions LootReserve.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Interface: 30401
## Interface-Wrath: 30401
## Interface: 30402
## Interface-Wrath: 30402
## Interface-Classic: 11403

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

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

0 comments on commit c5c93a3

Please sign in to comment.