-
-
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
d7ed08e
commit a499a57
Showing
2 changed files
with
16 additions
and
8 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,7 +1,8 @@ | ||
### Changes ### | ||
|
||
* [Objective Tracker]: Fix an error on the Scenario Tracker | ||
* [Install/Layout]: Enable Rectangle Minimap by default, you might need to adjust your layout a bit | ||
* [WorldMap]: Updated RawMap Data for 11.0 | ||
* [Instance Difficulty]: Updated Logic from Instance Difficutly | ||
* [Skins]: Updated some skin | ||
* [Objective Tracker]: Try to avoid a C-Stack error with Windtools enabled | ||
* [Mail]: Fix a typo | ||
* [TradeTabs]: Bring back Trade Tabs | ||
* [Skins]: Add skin for RaidUtility | ||
* [Cooldown Flash]: Use now the correct API's | ||
* [Rectangle Minimap]: Some backdrop tweaks |
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,17 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[624] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
RELEASE_DATE = "29.07.2024", | ||
FIXES = { | ||
"[ObjectiveTracker]: Try to avoid a C-Stack error with Windtools enabled", | ||
"[Mail]: Fix a typo", | ||
}, | ||
NEW = { | ||
"[TradeTabs]: Bring back Trade Tabs", | ||
"[Skins]: Add skin for RaidUtility", | ||
}, | ||
IMPROVEMENTS = { | ||
"[Cooldown Flash]: Use now the correct API's", | ||
"[Rectangle Minimap]: Some backdrop tweaks", | ||
}, | ||
IMPROVEMENTS = {}, | ||
} |