File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
### Version 13.83 [ January 29th 2025 ]
2
8
* Fists of Fury ticks changed to 4 on Castbars.
3
9
* Roles can be enabled in Tooltip on anniversary realms.
Original file line number Diff line number Diff line change 127
127
function E :ParseVersionString (addon )
128
128
local version = GetAddOnMetadata (addon , ' Version' )
129
129
if strfind (version , ' project%-version' ) then
130
- return 13.83 , ' 13.83 -git' , nil , true
130
+ return 13.84 , ' 13.84 -git' , nil , true
131
131
else
132
132
local release , extra = strmatch (version , ' ^v?([%d.]+)(.*)' )
133
133
return tonumber (release ), release .. extra , extra ~= ' '
You can’t perform that action at this time.
0 commit comments