-
-
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
179dc59
commit db03ed2
Showing
4 changed files
with
17 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,5 +1,6 @@ | ||
### Changes ### | ||
|
||
* [World Map]: Updated the Navigation Bar look on the top | ||
* [World Map]: Updated the Map Reveal Data | ||
* [AutoButtons]: Add more reward boxes | ||
* [World Map]: Try to avoid an error in Navigation Bar | ||
* [Style]: My style should now also apply on UnitFrames again | ||
* [Socket Frame]: Adds a selection Frame on the Socketing Frame for the new singing Gems | ||
* [Misc]: Remove some useless code in Talking Head |
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[650] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "10.01.2025", | ||
FIXES = { | ||
"[World Map]: Try to avoid an error in Navigation Bar", | ||
"[Style]: My style should now also apply on UnitFrames again", | ||
}, | ||
NEW = { | ||
"[Socket Frame]: Adds a selection Frame on the Socketing Frame for the new singing Gems", | ||
}, | ||
IMPROVEMENTS = { | ||
"[Misc]: Remove some useless code in Talking Head", | ||
}, | ||
} |
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
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