-
-
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
Showing
23 changed files
with
517 additions
and
459 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,3 +1,9 @@ | ||
### Changes ### | ||
|
||
* [Core]: Fix an issue with WindTools enabled | ||
* [Raid Manager]: Some code improvements to RaidManager | ||
* [ChatText]: Here also some code improvements | ||
* [RaiderIO Skin]: Updated a new SearchFrame | ||
* [Details Skin]: Fix gradient Names and enable it by default | ||
* [TalentLoadoutEx]: Remove skin | ||
* [Event Tracker]: Change the defaults on the Map Event Tracker | ||
* [AutoButtons]: Added S4 openable boxes |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
local MER = unpack(ElvUI_MerathilisUI) | ||
|
||
MER.Changelog[612] = { | ||
RELEASE_DATE = "25.04.2024", | ||
FIXES = { | ||
"[TalentLoadoutEx]: Remove skin", | ||
"[Details Skin]: Fix gradient names and enable it by default", | ||
}, | ||
NEW = { | ||
"[AutoButtons]: Added S4 openable boxes", | ||
}, | ||
IMPROVEMENTS = { | ||
"[Raid Manager]: Some code improvements to RaidManager", | ||
"[ChatText]: Here also some code improvements", | ||
"[RaiderIO Skin]: Updated a new SearchFrame", | ||
"[Event Tracker]: Change the defaults on the Map Event Tracker", | ||
}, | ||
} |
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
2 changes: 1 addition & 1 deletion
2
ElvUI_MerathilisUI/Core/Changelog/6.11.lua → ...thilisUI/Core/Changelog/Previous/6.11.lua
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
Binary file not shown.
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 |
---|---|---|
|
@@ -924,6 +924,9 @@ local openableItems = { | |
211411, | ||
211413, | ||
211414, | ||
215362, | ||
217109, | ||
217728, | ||
} | ||
|
||
local bigDig = { | ||
|
Oops, something went wrong.