Skip to content

Commit 9be6b36

Browse files
committed
14.01
1 parent 6773a5a commit 9be6b36

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
### Version 14.00 [ September 25th 2025 ]
216
* Performance
317
* Removed our debugging profiler and event pooler system.

ElvUI/Core/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ end
128128
function E:ParseVersionString(addon)
129129
local version = GetAddOnMetadata(addon, 'Version')
130130
if strfind(version, 'project%-version') then
131-
return 14.00, '14.00-git', nil, true
131+
return 14.01, '14.01-git', nil, true
132132
else
133133
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
134134
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)