You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
* (Click Casting) **Fixed binding tooltip vanishing when pressing modifier keys** — modifier format mismatch caused all bindings to be filtered out
7
7
* (Pet Frames) Fixed taint error from secret boolean in pet range checking
8
8
* (Fading) **Fixed name and health text alpha resetting to 1.0** on zone change, combat res, vehicle exit, and test mode exit
9
+
* (Aura Designer) **Fixed secret auras not appearing immediately on cast in combat** — inline fingerprint matching eliminates race condition between detection and rendering
* (Aura Designer) **Secret aura tracking** — tracks auras that WoW hides behind secret spell IDs using signature-based fingerprinting (credit to Harrek for the technique and aura data from Advanced Raid Frames)
@@ -25,6 +27,13 @@
25
27
* (Aura Designer) Spell cards now show WoW spell tooltips on hover
26
28
* (Aura Designer) Secret auras shown in a distinct section with visual styling to differentiate from regular auras
27
29
* (Aura Designer) Added "unsupported spec" message when viewing a non-healer spec
30
+
* (Aura Designer) **Class color border** on preview frame window showing the current spec's class
31
+
* (Aura Designer) **Class-colored spec dropdown** — each spec name colored by class for clarity
32
+
* (Aura Designer) **Customise button** on layout group members — jumps directly to that aura's effects settings
33
+
* (Aura Designer) Fixed page scrolling — only the right settings panel scrolls now, preview stays in view
34
+
* (Auras) Added **Raid In Combat** debuff filter option — matches the existing buff filter for better debuff coverage
35
+
* (Click Casting) Renamed "Mouseover" fallback to "Global" for clarity
36
+
* (Click Casting) "Does not work with action bar binds" warning now highlighted in red
Copy file name to clipboardExpand all lines: DandersFrames.toc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Notes: Custom party/raid frames for WoW Midnight 12.0
4
4
## X-Credits: Some optimization patterns informed by studying Grid2 and other community addons. Secret aura tracking techniques from Harrek's Advanced Raid Frames (used with permission).
0 commit comments