Skip to content

Commit

Permalink
🚀 RELEASE: 6.44
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Nov 10, 2024
1 parent 8ed7f9b commit b01eefc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Changes ###

* [AutoButtons]: Fixed an issues with the AutoButtons options
* [EventTracker]: Fixed an time table option
* [Announcement]: Fixed an undefined local function. Thx @DakJaniels
* [BigWigs]: Use new API to register a Profile
* [Event Tracker]: Disable the Radient Echo Event by default
* [OmniCD]: Fix latest changes to it
* [Skins]: Various tweaks
12 changes: 12 additions & 0 deletions ElvUI_MerathilisUI/Core/Changelog/6.44.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[644] = {
RELEASE_DATE = "10.11.2024",
FIXES = {
"[Announcement]: Fixed an undefined local function. Thx @DakJaniels",
"[BigWigs]: Use new API to register a Profile",
"[Event Tracker]: Disable the Radient Echo Event by default",
"[OmniCD]: Fix latest changes to it",
"[Skins]: Various tweaks",
},
}
3 changes: 2 additions & 1 deletion ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
<Script file="Previous\6.40.lua"/>
<Script file="Previous\6.41.lua"/>
<Script file="Previous\6.42.lua"/>
<Script file="6.43.lua"/>
<Script file="Previous\6.43.lua"/>
<Script file="6.44.lua"/>
</Ui>
File renamed without changes.
2 changes: 1 addition & 1 deletion ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 110005
## Author: Merathilis
## Version: @project-version@
## X-Version: 6.43
## X-Version: 6.44
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2
Expand Down

0 comments on commit b01eefc

Please sign in to comment.