From 5347b17711032eff88b74216ec058cd466cd2154 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sat, 10 Aug 2024 10:48:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=206.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 ++++++---------------- ElvUI_MerathilisUI/Core/Changelog/6.27.lua | 17 ++++++++++++---- README.md | 2 +- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4862a2682..06de04c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.27.lua b/ElvUI_MerathilisUI/Core/Changelog/6.27.lua index 42f036f80..12ab7bb68 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.27.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.27.lua @@ -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", + }, } diff --git a/README.md b/README.md index 3e2c01ba7..f01e1b88f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +
---