-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
64630d3
commit 84712dc
Showing
3 changed files
with
16 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,7 @@ | ||
### Changes ### | ||
|
||
* [Who Frame]: Fix a typo on the Level Display | ||
* [Context Menu]: Added a new Menu Point in the Context Menu | ||
* [Styling]: My style should be apply now also on the UFs again | ||
* [Minimap Button]: Small code improvements | ||
* [Event Tracker]: Disable some Events by default now | ||
* [Skins]: Fix an error on ExpansionLandingPage | ||
* [RaidBuffReminder]: It was broken for some obv. reason | ||
* [Misc]: Avoid a rare case on low lvl. chars on Exiles Reach | ||
* [Install]: Don't scale the install Frame on first install | ||
* [Widgets]: Updated Animation on the Widgets Skins |
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,15 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[634] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
RELEASE_DATE = "24.08.2024", | ||
FIXES = { | ||
"[Skins]: Fix an error on ExpansionLandingPage", | ||
"[RaidBuffReminder]: It was broken for some obv. reason", | ||
"[Misc]: Avoid a rare case on low lvl. chars on Exiles Reach", | ||
}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
IMPROVEMENTS = { | ||
"[Install]: Don't scale the install Frame on first install", | ||
"[Widgets]: Updated Animation on the Widgets Skins", | ||
}, | ||
} |
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