Skip to content

Commit

Permalink
Merge pull request #580 from WowRarity/changelog-update-r719
Browse files Browse the repository at this point in the history
Update the changelog for r719
  • Loading branch information
rdw-software authored Aug 2, 2023
2 parents 479c1af + 7d92722 commit 6c5c9cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 56 deletions.
64 changes: 8 additions & 56 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,64 +1,16 @@
**r718:**

Fixes:
> Fixed script errors caused by API changes in patch 10.0.2
-----

**r717:**

Changes:
> Tooltip additions should now also work for items in the quest log
Fixes:
> Fixed script errors caused by API changes in patch 10.0
Contributors (in alphabetical order):
> Patrick Borgogno
<br>Tommy Godejord
<br>teelolws
-----

**r716:**
**r719:**

Additions:
> Added defeat detection data for Mythic-difficulty Legion raids
> Created a slash command for toggling the progress bar (for use in macros)
<br>Added tracking for many Dragonflight collectibles (the list is still incomplete, however)
Fixes:
> Added several missing Torghast bosses to the list of NPCs counting for Sturdy Silver Mawrat Harness
-----

**r715:**
> Fixed script errors caused by various WOW API changes
Additions:
> Added tracking for various collectibles obtained in Zereth Mortis
Changes:
> Adjusted the difficulty settings for certain legacy collectibles
Fixes:
> Fixed the attempts detection for Skull of Corruption
Contributors (in alphabetical order):
> Tommy Godejord
-----

**r714:**

Additions:
> Added tracking for Shaded Judgement Stone (Korthia/The Maw)
<br>Added tracking for the various 'dice' toys obtainable only via pickpocketing
Changes:
> Adjusted the drop rate of several Shadowlands collectibles to more accurately reflect wowhead's data
Fixes:
> Attempts for the Infinite Timereaver mount should now correctly be detected in the recently-added Timewalking dungeons
<br>Collectibles that require being affiliated with a different covenant should now correctly be marked as 'unavailable' in the addon's main window
Developer Notes:
> Many Dragonflight collectibles, especially pets and toys, are still missing. Please report any that you think should be tracked, but currently aren't.
Contributors (in alphabetical order):
> ithappenedagain
> cyriun
<br>Elke Freed
<br>Tommy Godejord
12 changes: 12 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
local changes = {
["r719"] = {
additions = {
"Created a slash command for toggling the progress bar (for use in macros)",
"Added tracking for many Dragonflight collectibles (the list is still incomplete, however)",
},
fixes = { "Fixed script errors caused by various WOW API changes" },
notes = {
"Many Dragonflight collectibles, especially pets and toys, are still missing."
.. " Please report any that you think should be tracked, but currently aren't.",
},
contributors = { "cyriun", "Elke Freed", "Tommy Godejord" },
},
["r718"] = {
fixes = { "Fixed script errors caused by API changes in patch 10.0.2" },
},
Expand Down

0 comments on commit 6c5c9cc

Please sign in to comment.