-
-
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
8a5ea06
commit 2ce636f
Showing
3 changed files
with
21 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,10 +1,8 @@ | ||
### Changes ### | ||
|
||
* [Objective Tracker]: Fix an issue with Cosmetic Bars | ||
* [Friends List]: Added an option to hide the realm on the Friends List | ||
* [Scale]: More frames are now scaleable | ||
* [AutoButtons]: Tooltip is now by default enable on Bar 1 | ||
* [AutoButtons]: A lot more items now on the AutoButtons | ||
* [Event Tracker]: Use Icon instead of text on the Event Tracker | ||
* [mMediaTag Profile]: Updated the Profile with the recent changes. Thx Blinkiiiiii <3 | ||
* [Locales]: deDe locale updates from Dlarge | ||
* [GameMenu]: Use the real screen width/heigth values instead of the physical ones | ||
* [Minimap]: Added a mouseover option for the coords | ||
* [Objective Tracker]: Added an option to change the objective Text color | ||
* [MicroBar]: Added an middle click reload feature on the time area | ||
* [AutoButtons]: Added lot of new items | ||
* [AutoButtons]: Updated the fishing category |
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[640] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "15.09.2024", | ||
FIXES = { | ||
"[GameMenu]: Use the real screen width/heigth values instead of the physical ones", | ||
}, | ||
NEW = { | ||
"[Minimap]: Added a mouseover option for the coords", | ||
"[Objective Tracker]: Added an option to change the objective Text color", | ||
"[MicroBar]: Added an middle click reload feature on the time area", | ||
}, | ||
IMPROVEMENTS = { | ||
"[AutoButtons]: Added lot of new items", | ||
"[AutoButtons]: Updated the fishing category", | ||
}, | ||
} |
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