From 84712dc5709769e37ff747d3cc11614101bcf476 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sat, 24 Aug 2024 15:32:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=206.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++----- ElvUI_MerathilisUI/Core/Changelog/6.34.lua | 13 ++++++++++--- README.md | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff437f99..67c68b6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### Changes ### - * [Who Frame]: Fix a typo on the Level Display - * [Context Menu]: Added a new Menu Point in the Context Menu - * [Styling]: My style should be apply now also on the UFs again - * [Minimap Button]: Small code improvements - * [Event Tracker]: Disable some Events by default now + * [Skins]: Fix an error on ExpansionLandingPage + * [RaidBuffReminder]: It was broken for some obv. reason + * [Misc]: Avoid a rare case on low lvl. chars on Exiles Reach + * [Install]: Don't scale the install Frame on first install + * [Widgets]: Updated Animation on the Widgets Skins diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.34.lua b/ElvUI_MerathilisUI/Core/Changelog/6.34.lua index f931154d3..4af8baf71 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.34.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.34.lua @@ -1,8 +1,15 @@ local MER = unpack(ElvUI_MerathilisUI) MER.Changelog[634] = { - RELEASE_DATE = "TBD", - FIXES = {}, + RELEASE_DATE = "24.08.2024", + FIXES = { + "[Skins]: Fix an error on ExpansionLandingPage", + "[RaidBuffReminder]: It was broken for some obv. reason", + "[Misc]: Avoid a rare case on low lvl. chars on Exiles Reach", + }, NEW = {}, - IMPROVEMENTS = {}, + IMPROVEMENTS = { + "[Install]: Don't scale the install Frame on first install", + "[Widgets]: Updated Animation on the Widgets Skins", + }, } diff --git a/README.md b/README.md index 6d5ad8af7..719b27f5e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +
---