Skip to content

Commit 5a3fd40

Browse files
committed
Set version to v4.3.3-alpha.2
1 parent 35b40fa commit 5a3fd40

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Changelog.lua

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
local addonName, DF = ...
2-
DF.BUILD_DATE = "2026-04-21T12:35:35Z"
2+
DF.BUILD_DATE = "2026-04-21T21:11:35Z"
33
DF.RELEASE_CHANNEL = "alpha"
44
DF.CHANGELOG_TEXT = [===[
55
# DandersFrames Changelog
66
77
## [4.3.3] - 2026-04-21
88
9+
### Bug Fixes
10+
11+
* **Friendly Boss NPC Frames** — visible boss frames now compact to the set's anchor instead of leaving empty slots when some boss units are hostile or absent (e.g. if boss1 is hostile and boss2 is friendly, boss2 now appears in the first slot)
12+
* **Friendly Boss NPC Frames** — Aura Designer indicators now apply correctly when a boss slot is reassigned to a new friendly NPC mid-encounter (previously buffs briefly showed in the standard buff row instead)
13+
* **Friendly Boss NPC Frames** — out-of-range fading now works on boss frames (boss units don't fire the roster range event, so range is now tracked via the polling loop)
14+
915
### Internal
1016
1117
* Opt-in debug instrumentation for raid group layout params investigation. Enable with `/run DandersFrames.debugLeakTest = true` to log every `PositionRaidFrameToGroupSlot` call and every rebuild of `SecureSort.raidGroupLayoutParams`, to verify whether test-mode state can leak into the live positioning path.
@@ -14,7 +20,7 @@ DF.CHANGELOG_TEXT = [===[
1420
1521
### New Features
1622
17-
* **Friendly Boss NPC Frames** — Pinned frame sets now have a Frame Type setting. Switch a set to "Friendly Boss NPCs" to display healable friendly boss units (boss1–boss8) instead of group members. Useful for encounters where friendly adds need healing. All layout, positioning, click-casting, buffs, debuffs, and Aura Designer indicators work the same as player-mode pinned sets.
23+
* **Friendly Boss NPC Frames** — Pinned frame sets now have a Frame Type setting. Switch a set to "Friendly Boss NPCs" to display healable friendly boss units (boss1–boss8) instead of group members. Useful for encounters where friendly adds need healing. All layout, positioning, click-casting, buffs, debuffs, Aura Designer indicators, and out-of-range fading work the same as player-mode pinned sets. Visible frames compact to the set's anchor so there are no empty slots when only some boss units are friendly.
1824
* **Update notification** — if another DandersFrames user in your group or guild is running a newer stable version, you'll see a one-time chat message on login. Can be disabled in General > Settings > Notifications.
1925
2026
### Improvements

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.3-alpha.1
6+
## Version: v4.3.3-alpha.2
77
## X-Curse-Project-ID: 1389690
88
## X-Wago-ID: RNL9B46o
99
## IconTexture: Interface\AddOns\DandersFrames\Media\DF_Icon

0 commit comments

Comments
 (0)