Skip to content

Commit 0c71b34

Browse files
committed
13.83
1 parent 06ecd57 commit 0c71b34

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
### Version 13.82 [ January 25th 2025 ]
211
* Working on something to profile the performance of ElvUI and oUF functions.
312
* Optimized part of the framework and aura filtering for Unitframes and Nameplates.

Diff for: 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.82, '13.82-git', nil, true
130+
return 13.83, '13.83-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)