Skip to content

Commit

Permalink
Repo: Updated the changelog for r717 (and r716)
Browse files Browse the repository at this point in the history
Since r716 didn't have a release version, I never got around to updating the changelog before work on r717 had already started.
  • Loading branch information
rdw-software committed Oct 29, 2022
1 parent fc9cb91 commit ab2e9c3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 29 deletions.
53 changes: 24 additions & 29 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
**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
-----

**r716:**

Additions:
> Added defeat detection data for Mythic-difficulty Legion raids
Fixes:
> Added several missing Torghast bosses to the list of NPCs counting for Sturdy Silver Mawrat Harness
-----

**r715:**

Additions:
Expand Down Expand Up @@ -48,32 +72,3 @@ Developer Notes:
Contributors (in alphabetical order):
> Tommy Godejord
-----

**r712:**

Additions:
> Added tracking for Gilded Darknight
Fixes:
> The main window should again be rendered properly (previously broken by patch 9.1.5 API changes)
Contributors (in alphabetical order):
> Tommy Godejord
-----

**r711:**

Additions:
> Added tracking for Adamant Vaults Cell
Changes:
> The mini map button is now displayed by default, to hopefully improve the experience for first-time users
Fixes:
> Fixed an issue that prevented item information being displayed in the game tooltip for items using the ZONE (zonewide) detection method
Contributors (in alphabetical order):
> Tommy Godejord
11 changes: 11 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
local changes = {
["r717"] = {
fixes = { "Fixed script errors caused by API changes in patch 10.0" },
changes = { "Tooltip additions should now also work for items in the quest log" },
contributors = { "Patrick Borgogno", "Tommy Godejord" },
},
["r716"] = {
additions = { "Added defeat detection data for Mythic-difficulty Legion raids" },
fixes = {
"Added several missing Torghast bosses to the list of NPCs counting for Sturdy Silver Mawrat Harness",
},
},
["r715"] = {
additions = { "Added tracking for various collectibles obtained in Zereth Mortis" },
fixes = { "Fixed the attempts detection for Skull of Corruption" },
Expand Down

0 comments on commit ab2e9c3

Please sign in to comment.