-
-
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
17eb955
commit 5347b17
Showing
3 changed files
with
20 additions
and
22 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,19 +1,8 @@ | ||
### Changes ### | ||
|
||
* [Bags]: Removed a leftover print. whooopsi :> | ||
* [Trade Tabs]: Prevent an error if the spellID is nil | ||
* [Map Reveal]: Fix the hickup on some textures | ||
* [Who Frame]: Fix the class color | ||
* [Gradient]: Fix the Party Frame Class Color if you are in a follower dungeon | ||
* [AutoButtons]: Added an own category for Engineer Items | ||
* [Mute]: Added Hunmasterys Loyal Wolfhawk (Hunter Mounts) to mute sounds | ||
* [Armory]: Added an option to move the sockets above the text | ||
* [Armory]: Added an option to hide the Camera Controls" | ||
* [Vehicle Bar]: Improved the logic for the Skyriding API", | ||
* [WeakAura Skin]: Updated the skin", | ||
* [Copy Chat]: Update the skinning due to ElvUI changes", | ||
* [Event Tracker]: Small updates to the Time Tables", | ||
* [mMediaTag]: Small profile update", | ||
* [ls_Toasts]: Small profile update", | ||
* [Wowhead Links]: Is now on the Objective Tracker -> Right Click ...", | ||
* [Skins]: Create the shadow on the UnitFrames only on the health (maybe updates in the future) | ||
* [ObjectiveTracker]: Try to prevent a taint | ||
* [Trade Tabs]: Fix an API call | ||
* [Event Tracker]: Added Radiant Echos Timer. Credits fang2hou | ||
* [VehicleBar]: Added an option to hide/show ElvUI Bars. Thx Blinkii | ||
* [AutoButtons]: Added Visibility settings to the Options | ||
* [WorldMap]: Update Map Reveal Code |
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[627] = { | ||
RELEASE_DATE = "TBD", | ||
FIXES = {}, | ||
NEW = {}, | ||
IMPROVEMENTS = {}, | ||
RELEASE_DATE = "10.08.2024", | ||
FIXES = { | ||
"[ObjectiveTracker]: Try to prevent a taint", | ||
"[Trade Tabs]: Fix an API call", | ||
}, | ||
NEW = { | ||
"[Event Tracker]: Added Radiant Echos Timer. Credits fang2hou", | ||
"[VehicleBar]: Added an option to hide/show ElvUI Bars. Thx Blinkii", | ||
}, | ||
IMPROVEMENTS = { | ||
"[AutoButtons]: Added Visibility settings to the Options", | ||
"[WorldMap]: Update Map Reveal Code", | ||
}, | ||
} |
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