Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the changelog for r719 #580

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading