diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.42.lua b/ElvUI_MerathilisUI/Core/Changelog/6.42.lua new file mode 100644 index 000000000..0370f82a0 --- /dev/null +++ b/ElvUI_MerathilisUI/Core/Changelog/6.42.lua @@ -0,0 +1,20 @@ +local MER = unpack(ElvUI_MerathilisUI) + +MER.Changelog[642] = { + RELEASE_DATE = "12.10.2024", + FIXES = { + "[Compatibility]: Fix some db entries", + "[MicroBar]: Show the instance lockout again", + "[Misc]: Try to prevent a C-Stack error with WindTools", + "[Tooltip Icons]: Try to prevent a rar error with MDT. Thx Dack", + }, + NEW = { + "[Announcement]: Added TWW feasts and cauldrons", + "[MythicDungeonTool]: Added a skin. Credits: WindTools <3", + }, + IMPROVEMENTS = { + "[Vehicle Bar]: Show the default Blizzard Widget if the API fails", + "[BigWigs Profile]: Update the Layout", + "[Minimap Coords]: Updated the yOffset a bit", + }, +} diff --git a/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml b/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml index 56786fef2..39872fd54 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml +++ b/ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml @@ -30,5 +30,6 @@ - + + diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.41.lua b/ElvUI_MerathilisUI/Core/Changelog/Previous/6.41.lua similarity index 100% rename from ElvUI_MerathilisUI/Core/Changelog/6.41.lua rename to ElvUI_MerathilisUI/Core/Changelog/Previous/6.41.lua diff --git a/ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc b/ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc index ebd2d4231..62658596a 100644 --- a/ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc +++ b/ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc @@ -1,7 +1,7 @@ ## Interface: 110002, 110005 ## Author: Merathilis ## Version: @project-version@ -## X-Version: 6.41 +## X-Version: 6.42 ## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r ## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick ## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2 diff --git a/README.md b/README.md index 9c26eb353..ad82dfb4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@