Skip to content

Commit e6a1be1

Browse files
committed
13.82
1 parent c7b973b commit e6a1be1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### Version 13.82 [ January 25th 2025 ]
2+
* Working on something to profile the performance of ElvUI and oUF functions.
3+
* Optimized part of the framework and aura filtering for Unitframes and Nameplates.
4+
* Range of Unitframes uses a new system; you can now select which spells determine range in options.
5+
* Range Tags removed because we no longer use the library that provided the range distancing.
6+
* System Datatext uses a new method to track FPS and holding Shift will show Average FPS, along with Lowest and Highest FPS.
7+
* Smooth Bar toggles for Top Aura status bars as well as Health, Power, Castbar, Classbar, Aurabars for Unitframe and Nameplates.
8+
* Multishot and Aimed Shot cast time added to Castbars (for Classic).
9+
* Stone Bulwark added to Whitelist and Turtle Buff filters.
10+
* Combat Indicator allowed on raid frames.
11+
* Equipment Datatext was broken.
12+
* Chat having a silly little pixel at the bottom center should be gone.
13+
* Support for CUSTOM_CLASS_COLORS directly, under Blizzard Improvements.
14+
* Unitframe option Max Allowed Groups is now Retail only.
15+
* Role icon support for Classic Anniversary realms.
16+
* Datatext added to track Mythic+ score. (Thanks Rubgrsch)
17+
* Nameplates can be toggled by conditions (Instance Type or if Resting) for Friendly, Enemy; this also can override the nameplate stacking setting.
18+
* Dual Spec profiles can be enabled for Classic Anniversary realms.
19+
120
### Version 13.81 [ November 19th 2024 ]
221
* Blacklisted Auras: Well-Honed Instincts
322
* Unitframe color options added to set Health Breakpoint, only for Friendly units, and Color Backdrop. (Thanks BeeVa)

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.81, '13.81-git', nil, true
130+
return 13.82, '13.82-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)