From b01eefc4d320d62dbf9e5919929ff14ec2cfcc48 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sun, 10 Nov 2024 12:24:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=206.44?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++-- ElvUI_MerathilisUI/Core/Changelog/6.44.lua | 12 ++++++++++++ ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml | 3 ++- .../Core/Changelog/{ => Previous}/6.43.lua | 0 ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 ElvUI_MerathilisUI/Core/Changelog/6.44.lua rename ElvUI_MerathilisUI/Core/Changelog/{ => Previous}/6.43.lua (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00949bd2c..220fd6836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ### Changes ### - * [AutoButtons]: Fixed an issues with the AutoButtons options - * [EventTracker]: Fixed an time table option + * [Announcement]: Fixed an undefined local function. Thx @DakJaniels + * [BigWigs]: Use new API to register a Profile + * [Event Tracker]: Disable the Radient Echo Event by default + * [OmniCD]: Fix latest changes to it + * [Skins]: Various tweaks diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.44.lua b/ElvUI_MerathilisUI/Core/Changelog/6.44.lua new file mode 100644 index 000000000..88431b37b --- /dev/null +++ b/ElvUI_MerathilisUI/Core/Changelog/6.44.lua @@ -0,0 +1,12 @@ +local MER = unpack(ElvUI_MerathilisUI) + +MER.Changelog[644] = { + RELEASE_DATE = "10.11.2024", + FIXES = { + "[Announcement]: Fixed an undefined local function. Thx @DakJaniels", + "[BigWigs]: Use new API to register a Profile", + "[Event Tracker]: Disable the Radient Echo Event by default", + "[OmniCD]: Fix latest changes to it", + "[Skins]: Various tweaks", + }, +} diff --git a/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml b/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml index ff6aea685..0acf8ee3b 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml +++ b/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml @@ -32,5 +32,6 @@