-
-
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
5d968a3
commit 9c889a9
Showing
4 changed files
with
20 additions
and
14 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,9 +1,7 @@ | ||
### Changes ### | ||
|
||
* [Mail]: Fix right click error on the characters | ||
* [Archaeology Skin]: Fix the skin | ||
* [Myslot]: Added a skin for it | ||
* [Styling]: It needs more work tho, but i added an option back to enable/disabe the Styling on its own again. Also i hook now directly to ElvUI's SetTemplate. Lemme know if you found something weird with it | ||
* [Event Tracker]: Some improvements to Radiant Echos | ||
* [Game Menu]: Small visual improvements | ||
* [mMediaTags]: Enable also cast icon for target portrait. Thx Blinkii <3 | ||
* [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 |
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,16 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[633] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "23.08.2024", | ||
FIXES = { | ||
"[Who Frame]: Fix a typo on the Level Display", | ||
}, | ||
NEW = { | ||
"[Context Menu]: Added a new Menu Point in the Context Menu", | ||
}, | ||
IMPROVEMENTS = { | ||
"[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", | ||
}, | ||
} |
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