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
Fix profile direction switch, name truncation offline, summon icon stuck, icon alpha not persisting
- ApplyHeaderSettings() now called in FullProfileRefresh so grow direction changes apply on profile switch
- Offline name text now respects truncation settings (was bypassing truncation logic)
- Summon icons refresh on GROUP_ROSTER_UPDATE and zone changes to clear stale icons
- Icon appearance functions (role, leader, raid target, ready check) now use db alpha instead of hardcoded 1.0
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
* Fix resource bar border not showing after login/reload — was calling non-existent function
15
15
* Fix heal absorb bar showing smaller than actual absorb amount — calculator was subtracting incoming heals from absorb value
16
16
* Replace pcall wrappers with nil checks in absorb/heal calculator hot paths for better performance
17
+
* Fix profile direction switch not applying — switching to a profile with a different grow direction now correctly reconfigures header orientation
18
+
* Fix name text truncation not applied to offline players — offline frames showed full names ignoring the truncation setting
19
+
* Fix summon icon permanently stuck on frames after M+ start or group leave — summon icons now refresh on roster and zone changes
20
+
* Fix icon alpha settings (role, leader, raid target, ready check) reverting to 100% after releasing the slider — appearance system was ignoring user-set alpha values
17
21
18
22
### New Features
19
23
* Debug Console — persistent debug logging system with in-game viewer (`/df debug` to toggle, `/df console` to view). Logs persist across reloads with category filtering, severity levels, and clipboard export
0 commit comments