Skip to content

Commit

Permalink
13.83
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jan 29, 2025
1 parent 06ecd57 commit 0c71b34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 13.83 [ January 29th 2025 ]
* Fists of Fury ticks changed to 4 on Castbars.
* Roles can be enabled in Tooltip on anniversary realms.
* Mages receiving an error RegisterUnitEvent on Classic SoD.
* Aimed Shot and Multishot cause Castbar to appear when disabled.
* Rapid Fire not adjusting cast time for Aimed Shot and Multishot.
* Increased the maximum heights for top and bottom cosmetic panels. (Thanks silverwind)
* Chat Tabs being colored when Chat was disabled. (Thanks silverwind)

### Version 13.82 [ January 25th 2025 ]
* Working on something to profile the performance of ElvUI and oUF functions.
* Optimized part of the framework and aura filtering for Unitframes and Nameplates.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.82, '13.82-git', nil, true
return 13.83, '13.83-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 0c71b34

Please sign in to comment.