File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 14.01 [ September 27th 2025 ]
2
+ * Tags no longer running on hidden frames and they should update more accurately.
3
+ * Aura Filters with old entries (nonPersonal, notCastByUnit, notDispellable) were not properly handled.
4
+ * Aura Buffs and Debuffs being disabled, was also disabling the new Custom Aura.
5
+ * Castbar for Player wasn't showing Display Target.
6
+ * Bag Bar in Backpack only mode will show the bags icon again (on the bag frame) for a place to equip new bags.
7
+ * Reset profile popup was eating profiles, regardless of trying to cancel.
8
+ * Installer layout buttons now reset the active profile before applying the settings.
9
+ * Retail:
10
+ * Several class specific self debuffs were always blocked (example: Paladin's Forbearance).
11
+ * Classic:
12
+ * Hunter fake castbars working again.
13
+ * Bag bar works like Retail now and Keyring is fixed.
14
+
1
15
### Version 14.00 [ September 25th 2025 ]
2
16
* Performance
3
17
* Removed our debugging profiler and event pooler system.
Original file line number Diff line number Diff line change 128
128
function E :ParseVersionString (addon )
129
129
local version = GetAddOnMetadata (addon , ' Version' )
130
130
if strfind (version , ' project%-version' ) then
131
- return 14.00 , ' 14.00 -git' , nil , true
131
+ return 14.01 , ' 14.01 -git' , nil , true
132
132
else
133
133
local release , extra = strmatch (version , ' ^v?([%d.]+)(.*)' )
134
134
return tonumber (release ), release .. extra , extra ~= ' '
You can’t perform that action at this time.
0 commit comments