Skip to content

Commit

Permalink
13.78
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Sep 24, 2024
1 parent 0985512 commit c285430
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 13.78 [ September 24th 2024 ]
* Priest and Shaman spells added to help with Range checking.
* Objective Tracker taint caused from SplashFrame (there are likely more causes).
* Time Datatext now has an option to toggle Saved Instances.
* Heal Prediction no longer being goofy.

### Version 13.77 [ September 10th 2024 ]
* Unitframe range issue with Shaman resolved.
* Castbar option to allow BigWigs to rename spells to something better to understand (Example: 'Impaling Eruption' becomes 'Frontal').
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.77, '13.77-git', nil, true
return 13.78, '13.78-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit c285430

Please sign in to comment.