Skip to content

Commit

Permalink
🚀 RELEASE: 6.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Nov 16, 2024
1 parent c482d6f commit 972065d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
### Changes ###

* [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
* [Guild]: Added a workauround to let the guild message not spam around
* [OmniCD]: Sync some borders with the skin
* [Changelog]: Let the changelog show the display version
11 changes: 8 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.45.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[645] = {
RELEASE_DATE = "TBD",
FIXES = {},
RELEASE_DATE = "16.11.2024",
FIXES = {
"[Guild]: Added a workauround to let the guild message not spam around",
"[OmniCD]: Sync some borders with the skin",
},
NEW = {},
IMPROVEMENTS = {},
IMPROVEMENTS = {
"[Changelog]: Let the changelog show the display version",
},
}
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.44
## X-Version: 6.45
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2
Expand Down

0 comments on commit 972065d

Please sign in to comment.