From 3c533c95dc34b4f126f46a178f5d5b81189e2923 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sat, 31 Aug 2024 11:00:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=206.37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++--- ElvUI_MerathilisUI/Core/Changelog/6.37.lua | 17 +++++++++++++---- README.md | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b82ad53..aeae3c957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changes ### - * [Armory]: Updates to Armory - * [Skins]: Various skin tweaks & updates - * [Chat Text]: Sync with ElvUI changes + * [MicroBar]: Fix a MicroBar Notification error" + * [WorldMap]: Try to avoid a mapCancvas error + * [Event Tracker]: Added Theater Troupe Event + * [AutoButtons]: Added a lot of new openable items + * [Context Memu]: Some code adjustments and improvements + * [Skins]: More updates to Delves and PlayerSpells skin diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.37.lua b/ElvUI_MerathilisUI/Core/Changelog/6.37.lua index 265890212..23f2c2eda 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.37.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.37.lua @@ -1,8 +1,17 @@ local MER = unpack(ElvUI_MerathilisUI) MER.Changelog[637] = { - RELEASE_DATE = "TBD", - FIXES = {}, - NEW = {}, - IMPROVEMENTS = {}, + RELEASE_DATE = "31.08.2024", + FIXES = { + "[MicroBar]: Fix a MicroBar Notification error", + "[WorldMap]: Try to avoid a mapCancvas error", + }, + NEW = { + "[Event Tracker]: Added Theater Troupe Event", + }, + IMPROVEMENTS = { + "[AutoButtons]: Added a lot of new openable items", + "[Context Memu]: Some code adjustments and improvements", + "[Skins]: More updates to Delves and PlayerSpells skin", + }, } diff --git a/README.md b/README.md index 85a3dd986..8e6eecb15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +
---