Skip to content

Commit

Permalink
Release 2024-08-06
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Aug 6, 2024
1 parent bc3d381 commit 041ff53
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<h3>Host</h3>
<ul>
<li>Reservable items are always added to the Recent Loot list, unless blacklisted.</li>
<li>Items are only added to the Recent Loot list in instances that allow 10+ players.</li>
</ul>
<h3>Raider</h3>
<ul>
<li>Pending reserve requests will time out after 30 seconds, allowing the buttons to be clicked again.</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Loot changes in Molten Core and Onyxia in Season of Discovery.</li>
<li>More Loot changes in Season of Discovery.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Implemented a workaround for Blizzard's new addon message limits. Should fix sync issues, where some players don't see all the reserves.</li>
<li>Stale sessions with reserved items that have been removed from the loot table can now have those reserves removed.</li>
</ul>
22 changes: 22 additions & 0 deletions CHANGELOG_HISTORY.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<h1>2024-08-06</h1>
<h3>Host</h3>
<ul>
<li>Reservable items are always added to the Recent Loot list, unless blacklisted.</li>
<li>Items are only added to the Recent Loot list in instances that allow 10+ players.</li>
</ul>
<h3>Raider</h3>
<ul>
<li>Pending reserve requests will time out after 30 seconds, allowing the buttons to be clicked again.</li>
</ul>
<h3>Changes</h3>
<ul>
<li>More Loot changes in Season of Discovery.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Implemented a workaround for Blizzard's new addon message limits. Should fix sync issues, where some players don't see all the reserves.</li>
<li>Stale sessions with reserved items that have been removed from the loot table can now have those reserves removed.</li>
</ul>


<p>&nbsp;</p>
<h1>2024-07-28</h1>
<h3>Changes</h3>
<ul>
Expand Down
7 changes: 4 additions & 3 deletions LootReserve.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
## Interface-Cata: 40400
## Interface-Classic: 11503

## Version: 2024-07-28
## X-Min-Allowed-Version-Classic: 2024-06-17
## X-Min-Allowed-Version-Era: 2024-07-28
## Version: 2024-08-06
## X-Min-Allowed-Version-Classic: 2024-08-06
## X-Min-Allowed-Version-Era: 2024-08-06
## X-Min-Allowed-Version-SoD: 2024-08-06

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

0 comments on commit 041ff53

Please sign in to comment.