-
-
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
ac6bccc
commit 3f39f50
Showing
3 changed files
with
16 additions
and
10 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,6 @@ | ||
### Changes ### | ||
|
||
* [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 | ||
* [Skins]: Fixed an typ in UI Widgets Skin | ||
* [AngrierWorldQuests]: Added skin for it | ||
* [AutoButtons]: Added some new openables | ||
* [Widgets/MicroBar]: Updated Animations |
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[635] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "25.08.2024", | ||
FIXES = { | ||
"[Skins]: Fixed an typ in UI Widgets Skin", | ||
}, | ||
NEW = { | ||
"[AngrierWorldQuests]: Added skin for it", | ||
"[AutoButtons]: Added some new openables", | ||
}, | ||
IMPROVEMENTS = { | ||
"[Widgets/MicroBar]: Updated Animations", | ||
}, | ||
} |
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