|
1 | 1 | local addonName, DF = ... |
2 | | -DF.BUILD_DATE = "2026-04-29T12:22:32Z" |
| 2 | +DF.BUILD_DATE = "2026-05-02T11:43:43Z" |
3 | 3 | DF.RELEASE_CHANNEL = "alpha" |
4 | 4 | DF.CHANGELOG_TEXT = [===[ |
5 | 5 | # DandersFrames Changelog |
6 | 6 |
|
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 |
8 | 14 |
|
9 | 15 | ### Improvements |
10 | 16 |
|
11 | 17 | * (Click Casting) Improved mouseover detection on hovered unit frames after a Blizzard API fix. |
12 | 18 | * (Click Casting) The conflict popup for Clique and Clicked now also appears when switching to a click-cast profile that turns click casting on. |
13 | 19 | * (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. |
15 | 21 | * (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. |
16 | 22 | * (Boss Debuffs) Added an Open Edit Mode button to the Blizzard Overlay settings so you can preview the Blizzard dispel overlay live. |
17 | 23 |
|
18 | | -### Changes |
19 | | -
|
20 | | -* (Boss Debuffs) Removed the legacy Frame Border Overlay (the container overlay introduced in TWW covers the same case better). |
21 | | -
|
22 | 24 | ### Bug Fixes |
23 | 25 |
|
| 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". |
24 | 28 | * (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. |
25 | 29 | * (Boss Debuffs) Fix icons sometimes staying invisible after a transient registration hiccup until you fully reload. |
26 | 30 | * (Boss Debuffs) Fix icons not rendering at certain size combinations. |
27 | 31 | * (Boss Debuffs) Skip private aura registration on pet frames — pets can't receive boss debuffs. |
28 | 32 | * (Click Casting) Fix target click-cast bindings on DandersFrames hitting the /target name range limit. |
29 | 33 | * (Boss Debuffs) Surface Blizzard private aura API errors instead of silently swallowing them. |
30 | 34 | * (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. |
31 | 37 |
|
32 | 38 | ## [4.3.5] - 2026-04-26 |
33 | 39 |
|
|
0 commit comments