-
-
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
67ee116
commit fa057f7
Showing
3 changed files
with
22 additions
and
11 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,8 +1,9 @@ | ||
### 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 | ||
* [Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles | ||
* [Delves Skin]: Fix the shadow | ||
* [Announcement]: Added an missing event | ||
* [Event Tracker]: New weekly events | ||
* [MicroBar]: Updated friends counter on MicroBar | ||
* [SuperTracker]: Now also supports mapIDs | ||
* [AutoButtons]: Added more items |
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,18 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[638] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "01.09.2024", | ||
FIXES = { | ||
"[Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles", | ||
"[Delves Skin]: Fix the shadow", | ||
"[Announcement]: Added an missing event", | ||
}, | ||
NEW = { | ||
"[Event Tracker]: New weekly events", | ||
}, | ||
IMPROVEMENTS = { | ||
"[MicroBar]: Updated friends counter on MicroBar", | ||
"[SuperTracker]: Now also supports mapIDs", | ||
"[AutoButtons]: Added more items", | ||
}, | ||
} |
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