diff --git a/CHANGES.MD b/CHANGES.MD index 9a597409..609910c5 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,16 +1,12 @@ -**r719:** +**r720:** 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) +> 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 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 -
Elke Freed -
Tommy Godejord diff --git a/Changes.lua b/Changes.lua index 138a779b..249faa77 100644 --- a/Changes.lua +++ b/Changes.lua @@ -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)",