Skip to content

Commit

Permalink
13.80
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Oct 29, 2024
1 parent c8156df commit 193ea7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Version 13.80 [ October 29th 2024 ]
* Currency Transfer skin updated.
* Blacklisted Auras: Flight Style, Call of the Elder Druid, DK Blood Draw, WoW's Anniversary, and Warband Mentored Leveling.
* Shift + Left click ElvUI Menu Datatext to toggle mover mode actually works now.
* Unitframe Health Dead Backdrop using multiplier when it shouldn't.
* Guild Datatext error when online members is invalid.
* Guild Datatext will now show which faction members are on.
* Tooltip option to hide Stack Size on items.
* Stylefilter error when Importing Profiles, also reduced wasteful execution of filters.
* Simplify AddonList skin, which should make it more clear what addons are actually enabled.

### Version 13.79 [ October 22nd 2024 ]
* Unitframe range issue with Mage resolved.
* Reorganized Aura Filter priority list for all Unitframes and merged PlayerBuffs filter into Whitelist.
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.79, '13.79-git', nil, true
return 13.80, '13.80-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit 193ea7c

Please sign in to comment.