-
-
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
98ab787
commit 3c533c9
Showing
3 changed files
with
20 additions
and
8 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,5 +1,8 @@ | ||
### Changes ### | ||
|
||
* [Armory]: Updates to Armory | ||
* [Skins]: Various skin tweaks & updates | ||
* [Chat Text]: Sync with ElvUI changes | ||
* [MicroBar]: Fix a MicroBar Notification error" | ||
* [WorldMap]: Try to avoid a mapCancvas error | ||
* [Event Tracker]: Added Theater Troupe Event | ||
* [AutoButtons]: Added a lot of new openable items | ||
* [Context Memu]: Some code adjustments and improvements | ||
* [Skins]: More updates to Delves and PlayerSpells skin |
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,17 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[637] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "31.08.2024", | ||
FIXES = { | ||
"[MicroBar]: Fix a MicroBar Notification error", | ||
"[WorldMap]: Try to avoid a mapCancvas error", | ||
}, | ||
NEW = { | ||
"[Event Tracker]: Added Theater Troupe Event", | ||
}, | ||
IMPROVEMENTS = { | ||
"[AutoButtons]: Added a lot of new openable items", | ||
"[Context Memu]: Some code adjustments and improvements", | ||
"[Skins]: More updates to Delves and PlayerSpells skin", | ||
}, | ||
} |
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