-
-
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
81202e4
commit ef13c29
Showing
3 changed files
with
21 additions
and
5 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,17 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[632] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "20.08.2024", | ||
FIXES = { | ||
"[ACP Skin]: Fix a dropdown", | ||
}, | ||
NEW = { | ||
"[TurnIn]: Added an auto Quest feature. Credits: WindTools", | ||
"[Tooltip]: Added Spec and Race Icon. Credits: WindTools", | ||
}, | ||
IMPROVEMENTS = { | ||
"[GameMenu]: Some improvements on the Game Menu", | ||
"[Scale]: Added an option to scale the PVE Frame", | ||
"[Quick Delte]: Is now an own module: Delte Item", | ||
}, | ||
} |
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