-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c482d6f
commit 972065d
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters