Skip to content

Commit 5895055

Browse files
committed
Set version to v4.3.8-alpha.1
1 parent 56488e4 commit 5895055

2 files changed

Lines changed: 34 additions & 9 deletions

File tree

Changelog.lua

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,45 @@
11
local addonName, DF = ...
2-
DF.BUILD_DATE = "2026-05-07T08:22:05Z"
2+
DF.BUILD_DATE = "2026-05-08T14:47:59Z"
33
DF.RELEASE_CHANNEL = "alpha"
44
DF.CHANGELOG_TEXT = [===[
55
# DandersFrames Changelog
66
7+
## [4.3.8] - 2026-05-08
8+
9+
### New Features
10+
11+
* **Reset Page button** — every settings page that has a Sync/Copy button now also has a red **Reset Page** button to the left of them. Clicking it resets only that page's settings on the current mode (Party or Raid) back to their built-in defaults, with a confirmation popup. Aura Designer and Click Casting have their own reset systems and are not part of this.
12+
* **Sync / Copy / Reset trio added to Visibility, Group Labels, Pinned Frames, Integrations, and Global Fonts pages** — these pages were previously missing the Sync-with-Raid/Party and Copy-to-Raid/Party buttons; they now match the rest of the addon's settings pages.
13+
* **Reset Page button added to the Aura Blacklist page** — clicking it clears all of your custom blacklist toggles, with a confirmation popup. Sync/Copy doesn't apply here since the blacklist is shared across both modes.
14+
15+
### Improvements
16+
17+
* Reset, Copy, and Sync confirmation popups now use the addon's themed popup style.
18+
* (Aura Designer) Reworked sound indicator: Missing Trigger and Expire Alert can now be toggled independently, with separate loop intervals and a new Play Once option. (PR #54 by Krathe)
19+
20+
### Bug Fixes
21+
22+
* (Arena/Solo Shuffle) Fix teammate frames not updating between rounds when FrameSort is active. (PR #50 by Krathe)
23+
* (Aura Designer) Fix new indicators briefly appearing above the minimap until the strata setting was toggled. (PR #51 by Krathe)
24+
* (Pinned Frames) Fix auras not showing on pinned frames when the unit isn't on your main party or raid frames. (PR #52 by Krathe)
25+
* (Aura Designer) Fix indicators not firing on the first aura application after joining a group or entering a new zone. (PR #53 by Krathe)
26+
* (Aura Designer) Fix sound expire alert not re-triggering after a buff is refreshed and decays again. (PR #54 by Krathe)
27+
* (Targeted List) Fix self-target colour overlay covering the text, sticking on the wrong bar, and snapping off instead of fading. (PR #55 by Krathe)
28+
* (Aura Designer) Fix Global Defaults changes not applying to live frames without a /reload.
29+
* (Aura Designer) Fix the Reset All Aura Configs button not clearing indicators from live frames until /reload.
30+
* (Aura Designer) Fix Color Duration by Time not transitioning live as a buff ticks down on icon, square, and bar indicators.
31+
732
## [4.3.7] - 2026-05-07
833
934
### Bug Fixes
1035
11-
* (Aura Designer) Fix bar fill colour alpha having no effect. The alpha channel of the fill colour is now applied to bar indicators in live frames and updates immediately when changed in settings. (PR #49 by @Krathe82)
12-
* (Aura Designer) Fix several settings — fill colour, border, duration text, expiring colour, Colour Bar by Duration — not applying to live frames without a /reload. (PR #45 by @Krathe82)
13-
* (Aura Designer) Fix bar Colour by Duration and Expiring Colour Override resetting to grey on the second and subsequent casts of an aura. (PR #47 by @Krathe82)
14-
* (Aura Designer) Fix health bar indicators briefly animating from empty when an aura is applied with Smooth Bars enabled. (PR #48 by @Krathe82)
15-
* (Defensive Icons) Fix duration text "Color by Time Remaining" not updating once an aura is applied. The colour now transitions green → yellow → orange → red as the timer ticks down. The Duration Color and Color by Time Remaining settings have also moved into the Duration Text section where they belong. (PR #46 by @Krathe82)
16-
* (AFK Icon) Fix AFK timer not incrementing in raids and Mythic+. The timer now ticks correctly in all group types. (PR #41 by @Krathe82)
17-
* Removed the "Only Dispellable Debuffs" setting from the Debuffs page. The setting no longer affected our display since 12.0.5 and has been removed. (PR #42 by @Krathe82)
36+
* (Aura Designer) Fix bar fill colour alpha having no effect. The alpha channel of the fill colour is now applied to bar indicators in live frames and updates immediately when changed in settings. (PR #49 by Krathe)
37+
* (Aura Designer) Fix several settings — fill colour, border, duration text, expiring colour, Colour Bar by Duration — not applying to live frames without a /reload. (PR #45 by Krathe)
38+
* (Aura Designer) Fix bar Colour by Duration and Expiring Colour Override resetting to grey on the second and subsequent casts of an aura. (PR #47 by Krathe)
39+
* (Aura Designer) Fix health bar indicators briefly animating from empty when an aura is applied with Smooth Bars enabled. (PR #48 by Krathe)
40+
* (Defensive Icons) Fix duration text "Color by Time Remaining" not updating once an aura is applied. The colour now transitions green → yellow → orange → red as the timer ticks down. The Duration Color and Color by Time Remaining settings have also moved into the Duration Text section where they belong. (PR #46 by Krathe)
41+
* (AFK Icon) Fix AFK timer not incrementing in raids and Mythic+. The timer now ticks correctly in all group types. (PR #41 by Krathe)
42+
* Removed the "Only Dispellable Debuffs" setting from the Debuffs page. The setting no longer affected our display since 12.0.5 and has been removed. (PR #42 by Krathe)
1843
* (Raid Frames) Fix raid frames jumping upward when group composition changes with Groups Grow From set to Center. Previously the visible frames could shoot off the top of the screen each time a player joined a new group, requiring a Groups Grow From toggle to recover.
1944
* (Test Mode) Fix raid test mode showing the wrong layout when Players Grow From is set to End. Test mode now mirrors what live raid frames look like.
2045
* (Raid Frames) Fix raid groups flipping position on every GUI click when Players Grow From and Groups Grow From are both set to End. The combined setting now produces a stable layout that matches between settings panel and live frames.

DandersFrames.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Notes: Custom party/raid frames for WoW Midnight 12.0
44
## 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).
55
## Author: Danders
6-
## Version: v4.3.7
6+
## Version: v4.3.8-alpha.1
77
## X-Curse-Project-ID: 1389690
88
## X-Wago-ID: RNL9B46o
99
## IconTexture: Interface\AddOns\DandersFrames\Media\DF_Icon

0 commit comments

Comments
 (0)