-
-
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.
👌 IMPROVE: Updated Event Tracker. Remove WorldSoul tracking and add m…
…ore Quest IDs for Emisary
- Loading branch information
1 parent
b8677a7
commit eb2eadb
Showing
7 changed files
with
83 additions
and
61 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,10 @@ | ||
### Changes ### | ||
|
||
* [Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles | ||
* [Delves Skin]: Fix the shadow | ||
* [Announcement]: Added an missing event | ||
* [Event Tracker]: New weekly events | ||
* [MicroBar]: Updated friends counter on MicroBar | ||
* [SuperTracker]: Now also supports mapIDs | ||
* [AutoButtons]: Added more items | ||
* [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 |
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,19 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[639] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "08.09.2024", | ||
FIXES = { | ||
"[Objective Tracker]: Fix an issue with Cosmetic Bars", | ||
}, | ||
NEW = { | ||
"[Friends List]: Added an option to hide the realm on the Friends List", | ||
"[Scale]: More frames are now scaleable", | ||
}, | ||
IMPROVEMENTS = { | ||
"[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", | ||
}, | ||
} |
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
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
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