Skip to content

Commit 11a7b66

Browse files
authored
Merge pull request #854 from WowRarity/changelog-update-r741
Update the changelog for r741-release
2 parents 1543319 + d5623bb commit 11a7b66

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

CHANGES.MD

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
**r740:**
1+
**r741:**
22

33
Additions:
4-
> Added Undermine collectibles to the database
5-
<br>Enabled defeat detection for Queen Ansurek (Reins of the Sureki Skyrazor)
6-
<br>There's now a checkbox to toggle the progress bar that displays tracked items
4+
> Added 3/4 Undermine paragon mounts to the database
5+
<br>Enabled defeat detection for Darkfuse Spy-Eye
76
87
Changes:
9-
> Rarity once again announces attempts in the chat window by default (instead of the Floating Combat Text)
10-
<br>It's now possible to use the addon's core functionality on WoW Classic realms
8+
> The options module can now be loaded directly from within the settings menu
119
12-
Developer Notes:
13-
> If you're using an addon that disables Blizzard's combat text, you might have encountered an issue where announcements weren't being displayed. This could be resolved by explicitly selecting an output channel, but it caused quite some confusion. Rarity is now overriding the LibSink default to ensure its behavior matches expectations. The fallback setting was apparently changed in patch 10.0, but this went unnoticed.
14-
<br>Classic support is very much experimental. Check the known issues on GitHub or Discord and report problems if you find any (spoiler alert: you most definitely will). This effort is driven entirely by the community; if you want to use Rarity on classic servers you must help out in any way you can. Maintaining multiple versions simply isn't going to be possible otherwise.
10+
Fixes:
11+
> Attempts for Wick's Lead should be detected in Mythic keystone dungeons
12+
<br>Rarity's options should always be accessible from Blizzard's settings UI, without needing to be opened manually first
1513
1614
Contributors (in alphabetical order):
1715
> Ellezanor
18-
<br>Napu

Changes.lua

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
local changes = {
2+
["r741"] = {
3+
additions = {
4+
"Added 3/4 Undermine paragon mounts to the database",
5+
"Enabled defeat detection for Darkfuse Spy-Eye",
6+
},
7+
changes = {
8+
"The options module can now be loaded directly from within the settings menu",
9+
},
10+
fixes = {
11+
"Attempts for Wick's Lead should be detected in Mythic keystone dungeons",
12+
"Rarity's options should always be accessible from Blizzard's settings UI, without needing to be opened manually first",
13+
},
14+
contributors = { "Ellezanor" },
15+
},
216
["r740"] = {
317
additions = {
418
"Added Undermine collectibles to the database",

0 commit comments

Comments
 (0)