Skip to content

Commit 1ffe27d

Browse files
committed
Set version to v4.3.7-alpha.1
1 parent f3216d3 commit 1ffe27d

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

Changelog.lua

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
local addonName, DF = ...
2-
DF.BUILD_DATE = "2026-04-29T12:22:32Z"
2+
DF.BUILD_DATE = "2026-05-02T11:43:43Z"
33
DF.RELEASE_CHANNEL = "alpha"
44
DF.CHANGELOG_TEXT = [===[
55
# DandersFrames Changelog
66
7-
## [Unreleased]
7+
## [4.3.7] - 2026-05-02
8+
9+
### Bug Fixes
10+
11+
* (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.
12+
13+
## [4.3.6] - 2026-04-30
814
915
### Improvements
1016
1117
* (Click Casting) Improved mouseover detection on hovered unit frames after a Blizzard API fix.
1218
* (Click Casting) The conflict popup for Clique and Clicked now also appears when switching to a click-cast profile that turns click casting on.
1319
* (Boss Debuffs) Updated the info banner to clarify that boss debuffs trigger dispel overlays in Hybrid or Blizzard mode.
14-
* (Boss Debuffs) Added a Size Adjust slider for the Blizzard dispel overlay so the gradient can extend past or shrink inside the frame edges.
20+
* (Boss Debuffs) Added an Inset slider for the Blizzard dispel overlay so the gradient can extend past or shrink inside the frame edges.
1521
* (Boss Debuffs) Replaced separate Icon Width and Icon Height sliders with a single Icon Size slider. Existing settings carry over to the larger of your two old values.
1622
* (Boss Debuffs) Added an Open Edit Mode button to the Blizzard Overlay settings so you can preview the Blizzard dispel overlay live.
1723
18-
### Changes
19-
20-
* (Boss Debuffs) Removed the legacy Frame Border Overlay (the container overlay introduced in TWW covers the same case better).
21-
2224
### Bug Fixes
2325
26+
* (Pet Frames) Fix Lua error spam during boss pulls when a pet is in the group.
27+
* (Status Icons) Fix Lua error spam when the Status Icon font outline is set to "None".
2428
* (Update Notification) Fix "You aren't in a party." and "You aren't in a raid." chat spam in LFG dungeons, LFR, scenarios, and battlegrounds.
2529
* (Boss Debuffs) Fix icons sometimes staying invisible after a transient registration hiccup until you fully reload.
2630
* (Boss Debuffs) Fix icons not rendering at certain size combinations.
2731
* (Boss Debuffs) Skip private aura registration on pet frames — pets can't receive boss debuffs.
2832
* (Click Casting) Fix target click-cast bindings on DandersFrames hitting the /target name range limit.
2933
* (Boss Debuffs) Surface Blizzard private aura API errors instead of silently swallowing them.
3034
* (Boss Debuffs) Fix icons sometimes rendering behind the unit frame after a re-register, even with frame level raised.
35+
* (Aura Designer) Reduce GUI lag when opening Aura Designer with many configured effects.
36+
* (Dispel Overlay) Fix dispel type icons not fading when a unit goes out of range with element-specific alpha enabled.
3137
3238
## [4.3.5] - 2026-04-26
3339

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.6
6+
## Version: v4.3.7-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)