From 2ce636f21d8b146071b1855c9b126b06b48e3c31 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sun, 15 Sep 2024 11:14:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=206.40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++-------- ElvUI_MerathilisUI/Core/Changelog/6.40.lua | 17 +++++++++++++---- README.md | 4 ++-- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a0f0af0..e0765e902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ ### Changes ### - * [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 + * [GameMenu]: Use the real screen width/heigth values instead of the physical ones + * [Minimap]: Added a mouseover option for the coords + * [Objective Tracker]: Added an option to change the objective Text color + * [MicroBar]: Added an middle click reload feature on the time area + * [AutoButtons]: Added lot of new items + * [AutoButtons]: Updated the fishing category diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.40.lua b/ElvUI_MerathilisUI/Core/Changelog/6.40.lua index c9617e561..d65b041f4 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.40.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.40.lua @@ -1,8 +1,17 @@ local MER = unpack(ElvUI_MerathilisUI) MER.Changelog[640] = { - RELEASE_DATE = "TBD", - FIXES = {}, - NEW = {}, - IMPROVEMENTS = {}, + RELEASE_DATE = "15.09.2024", + FIXES = { + "[GameMenu]: Use the real screen width/heigth values instead of the physical ones", + }, + NEW = { + "[Minimap]: Added a mouseover option for the coords", + "[Objective Tracker]: Added an option to change the objective Text color", + "[MicroBar]: Added an middle click reload feature on the time area", + }, + IMPROVEMENTS = { + "[AutoButtons]: Added lot of new items", + "[AutoButtons]: Updated the fishing category", + }, } diff --git a/README.md b/README.md index 2b2d405e5..b504ae9d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- - + +
---