Skip to content

Commit 69bd4c5

Browse files
committed
Set version to v4.4.0-alpha.5
1 parent 23aae68 commit 69bd4c5

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changelog.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local addonName, DF = ...
2-
DF.BUILD_DATE = "2026-06-06T17:53:33Z"
2+
DF.BUILD_DATE = "2026-06-07T17:12:50Z"
33
DF.RELEASE_CHANNEL = "alpha"
44
DF.CHANGELOG_TEXT = [===[
55
# DandersFrames Changelog
@@ -19,6 +19,7 @@ DF.CHANGELOG_TEXT = [===[
1919
* (Fonts) Bundled **Roboto Mono** (SemiBold/Bold) — a monospaced option for perfectly static countdown text. (by Krathe)
2020
* (Icons) New **in-combat indicator** — a small crossed-swords icon lights up when a unit is in combat, so you can spot who's engaged at a glance. Off by default, with its own position and size controls. (by Krathe)
2121
* (Auto Layouts) Added `/df clearoverride <key|prefix|all>` to **remove a stuck per-layout override** directly — for overrides the settings UI can't reach (e.g. a pinned-players override while not in a raid). (by Krathe)
22+
* (Nicknames) New **Nicknames** feature — show custom names on your party and raid frames. Build a prioritised list from your friends, guild and group, or type names in by hand, and choose how matches are made. Optionally mark nicknamed players with brackets (or other styles) and share your own nickname with the group. Find it under **General → Nicknames**. (by Maelareth)
2223
2324
### Improvements
2425
@@ -32,6 +33,7 @@ DF.CHANGELOG_TEXT = [===[
3233
* (Test Mode) The separate **Status / Ready** and **Role / Leader** preview toggles are now a single **Icons** toggle, matching the live status-icon grouping. (by Krathe)
3334
* (Auto Layouts) The **override tooltip and `/df overrides` now read clearly** — each changed setting shows as a breadcrumb path with its value, only values that differ from global are listed, Text Designer elements show their names, and the override counts agree across the badge, status line and chat. (by Krathe)
3435
* (Aura Designer) Expiring health-bar highlights now **pulse in unison** across all frames — and tint and replace modes share one pulse engine — instead of each frame pulsing on its own timing. (by Krathe)
36+
* (Text) The built-in Name, Health, and Status text settings are now handled entirely by the **Text Designer** — the older text pages are hidden and your existing text is converted to Text Designer elements automatically. Customise all frame text under the **Text** tab.
3537
3638
### Bug Fixes
3739
@@ -49,6 +51,8 @@ DF.CHANGELOG_TEXT = [===[
4951
* (Designers) Text Designer edits (and Aura Designer changes) no longer **stop updating on test-mode frames after switching between auto layouts** — applying a layout's overrides kept the designer's table/preview bindings valid instead of orphaning them. (by Krathe)
5052
* (Frames) Missing textures now fall back to a bundled default instead of rendering black. If a profile you import references a custom or shared-media texture you don't have installed (or the addon that provided it was removed), the affected health bar, background or other bar now uses DandersFrames' default texture and shows a one-time notice — rather than a black/blank bar. (Requires WoW 12.0.7; on earlier versions there is no change.) (by Krathe)
5153
* (Aura Designer) The expiring **"Pulsate"** option now works for the replace-mode health-bar highlight (it previously stayed solid in replace mode). (by Krathe)
54+
* (Text Designer) Fix blank text on profiles that weren't active at login — switching to an older profile now converts its built-in text correctly.
55+
* (Text Designer) Fix a trailing "..." always showing after names when truncation was set to off. Long non-Latin names also truncate by character now instead of being cut mid-letter.
5256
5357
## [4.4.0]
5458

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

0 commit comments

Comments
 (0)