File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 13.83 [ January 29th 2025 ]
2
+ * Fists of Fury ticks changed to 4 on Castbars.
3
+ * Roles can be enabled in Tooltip on anniversary realms.
4
+ * Mages receiving an error RegisterUnitEvent on Classic SoD.
5
+ * Aimed Shot and Multishot cause Castbar to appear when disabled.
6
+ * Rapid Fire not adjusting cast time for Aimed Shot and Multishot.
7
+ * Increased the maximum heights for top and bottom cosmetic panels. (Thanks silverwind)
8
+ * Chat Tabs being colored when Chat was disabled. (Thanks silverwind)
9
+
1
10
### Version 13.82 [ January 25th 2025 ]
2
11
* Working on something to profile the performance of ElvUI and oUF functions.
3
12
* Optimized part of the framework and aura filtering for Unitframes and Nameplates.
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.82 , ' 13.82 -git' , nil , true
130
+ return 13.83 , ' 13.83 -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