Skip to content

Commit b3379cc

Browse files
committed
13.84
1 parent 702b806 commit b3379cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 13.84 [ February 18th 2025 ]
2+
* Fallback checking for Range of Unitframes slightly adjusted (should help Hunters and Rogues).
3+
* Datatexts Mana Regen and Heal Power have a label option now.
4+
* Castbar won't snap (rubberband) when using Smoothing.
5+
* Skin errors on Cataclysm.
6+
17
### Version 13.83 [ January 29th 2025 ]
28
* Fists of Fury ticks changed to 4 on Castbars.
39
* Roles can be enabled in Tooltip on anniversary realms.

ElvUI/Core/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ end
127127
function E:ParseVersionString(addon)
128128
local version = GetAddOnMetadata(addon, 'Version')
129129
if strfind(version, 'project%-version') then
130-
return 13.83, '13.83-git', nil, true
130+
return 13.84, '13.84-git', nil, true
131131
else
132132
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
133133
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)