-
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
660 additions
and
32 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,38 +1,38 @@ | ||
<p> </p><h2>2022-11-13-beta2</h2> | ||
<p> </p> | ||
<p><strong>Fixes</strong></p> | ||
<ul> | ||
<li>Fixed wrong item being recorded sometimes for disenchant.</li> | ||
<li>Fixed lua error with Group Loot when a session is not active.</li> | ||
</ul> | ||
<p> </p> | ||
<p> </p><h2>2022-11-13-beta</h2> | ||
<p> </p><h2>2023-01-18</h2> | ||
<p> MANDATORY UPDATE</p> | ||
<p> </p> | ||
<p><strong>Host</strong></p> | ||
<ul> | ||
<li>Added chat message when a Reserved item is rolling through Group Loot.</li> | ||
</ul> | ||
<p><strong>Fixes</strong></p> | ||
<ul> | ||
<li>Fixed issues with disenchanter.</li> | ||
<li>Added disenchanter options. Set players as disenchanters, and send unwanted items to them automatically.</li> | ||
<li>Add more data to rolls export. You can now tell if an item was reserved, or won for Main Spec, Off Spec, etc.</li> | ||
<li>Now puts a message in chat when a reserved item is being rolled through Group Loot.</li> | ||
<li>Recent Loot dropdown now shows a gold icon by BoE items.</li> | ||
<li>Distribution buttons no longer prompt you to trade items while you're dead. Now they advise you to be alive first.</li> | ||
<li>LootReserve may whisper players who appear to be wanting to pass on a roll in chat, but did not explicitly say the command 'pass' or '-1'.</li> | ||
<li>Chat message commands are now more loosely recognized. It's no longer necessary to use a leading exclamation mark over whispers.</li> | ||
<li>Now recognize '!reserved' and '!myreserved' as aliases for '!reserves' and '!myreserves' respectively.</li> | ||
<li>Can now import from a ThatMyBis CSV export.</li> | ||
<li>Added basic support for Roll Bonuses through CSV import. Use the column name: RollBonus.</li> | ||
<li>Reformatted Reserves export. Now includes Roll Bonuses.</li> | ||
</ul> | ||
<p> </p> | ||
<p> </p><h2>2022-11-08-beta</h2> | ||
<p> </p> | ||
<p><strong>Host</strong></p> | ||
<p><strong>Client</strong></p> | ||
<ul> | ||
<li>Added disenchant options to rolls.</li> | ||
<li>Reformatted Reserves export. Now includes Roll Bonuses.</li> | ||
<li>P1 raids have had their loot tables adjusted to the changes in P2.</li> | ||
<li>Sapphiron quest rewards can now be seen in the Naxxramas loot tables.</li> | ||
<li>Using a chat message to pass on a roll now closes the roll popup.</li> | ||
</ul> | ||
<p> </p> | ||
<p><strong>Fixes</strong></p> | ||
<ul> | ||
<li>Fixed issue with RollBonus imports not being recognized.</li> | ||
<li>Updated to patch 3.4.1.</li> | ||
<li>Fixed search bars in host window only working for items. They once again will find players as well.</li> | ||
<li>The Insert button in the trade window now ignores untradeable items, just like the other distribution buttons.</li> | ||
<li>The continue option is no longer missing on the last phase of a roll.</li> | ||
<li>Manually reporting roll results from roll history should now always indicate if an item was reserved.</li> | ||
<li>Looting objects from a untargetable container no longer causes duplicate recent loot entries in some cases. Looting the container more than once will still cause duplicate entries.</li> | ||
<li>Fixed an issue where the reserves window wouldn't automatically open for a player when the host manually cancelled one of their reserves and they had none left.</li> | ||
<li>Fixed a UI issue for the host after reserving for another player and then closing and opening the reserves window.</li> | ||
<li>Fixed a lua error when opening the reserves window after starting a session with no raids selected.</li> | ||
<li>Fixed an issue with data not upgrading correctly in some ancient settings files.</li> | ||
</ul> | ||
<p> </p> | ||
<p> </p><h2>2022-10-30-beta</h2> | ||
<p> </p> | ||
<p><strong>Host</strong></p> | ||
<ul> | ||
<li>Add more data to rolls export: Reserved and Reason.</li> | ||
<li>Initial support for Roll Bonuses. Add a RollBonus column to an import.</li> | ||
</ul> |
Oops, something went wrong.