Skip to content

Commit 193ea7c

Browse files
committed
13.80
1 parent c8156df commit 193ea7c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 13.80 [ October 29th 2024 ]
2+
* Currency Transfer skin updated.
3+
* Blacklisted Auras: Flight Style, Call of the Elder Druid, DK Blood Draw, WoW's Anniversary, and Warband Mentored Leveling.
4+
* Shift + Left click ElvUI Menu Datatext to toggle mover mode actually works now.
5+
* Unitframe Health Dead Backdrop using multiplier when it shouldn't.
6+
* Guild Datatext error when online members is invalid.
7+
* Guild Datatext will now show which faction members are on.
8+
* Tooltip option to hide Stack Size on items.
9+
* Stylefilter error when Importing Profiles, also reduced wasteful execution of filters.
10+
* Simplify AddonList skin, which should make it more clear what addons are actually enabled.
11+
112
### Version 13.79 [ October 22nd 2024 ]
213
* Unitframe range issue with Mage resolved.
314
* Reorganized Aura Filter priority list for all Unitframes and merged PlayerBuffs filter into Whitelist.

ElvUI/Core/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
function E:ParseVersionString(addon)
117117
local version = GetAddOnMetadata(addon, 'Version')
118118
if strfind(version, 'project%-version') then
119-
return 13.79, '13.79-git', nil, true
119+
return 13.80, '13.80-git', nil, true
120120
else
121121
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
122122
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)