Skip to content

Commit

Permalink
Merge pull request #610 from WowRarity/changelog-update-r720
Browse files Browse the repository at this point in the history
Updated the changelog for r720
  • Loading branch information
rdw-software authored Aug 17, 2023
2 parents cb63d38 + f4998a1 commit e440926
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
14 changes: 5 additions & 9 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
**r719:**
**r720:**

Additions:
> 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)
> Added tracking for most of the missing Dragonflight collectibles
<br>Added an experimental button that allows untracking all mounts to the Advanced settings
<br>Opening BFA Island Expedition crates should now add attempts for all relevant collectibles
Fixes:
> Fixed script errors caused by various WOW API changes
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.
> Fixed TomTom waypoint labels not displaying Rarity as their source
Contributors (in alphabetical order):
> cyriun
<br>Elke Freed
<br>Tommy Godejord
9 changes: 9 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
local changes = {
["r720"] = {
additions = {
"Added tracking for most of the missing Dragonflight collectibles",
"Added an experimental button that allows untracking all mounts to the Advanced settings",
"Opening BFA Island Expedition crates should now add attempts for all relevant collectibles",
},
fixes = { "Fixed TomTom waypoint labels not displaying Rarity as their source" },
contributors = { "cyriun" },
},
["r719"] = {
additions = {
"Created a slash command for toggling the progress bar (for use in macros)",
Expand Down

0 comments on commit e440926

Please sign in to comment.