diff --git a/ElvUI_MerathilisUI/Core/Changelog/6.32.lua b/ElvUI_MerathilisUI/Core/Changelog/6.32.lua index 9d7c909f9..160f8134a 100644 --- a/ElvUI_MerathilisUI/Core/Changelog/6.32.lua +++ b/ElvUI_MerathilisUI/Core/Changelog/6.32.lua @@ -1,8 +1,17 @@ local MER = unpack(ElvUI_MerathilisUI) MER.Changelog[632] = { - RELEASE_DATE = "TBD", - FIXES = {}, - NEW = {}, - IMPROVEMENTS = {}, + RELEASE_DATE = "20.08.2024", + FIXES = { + "[ACP Skin]: Fix a dropdown", + }, + NEW = { + "[TurnIn]: Added an auto Quest feature. Credits: WindTools", + "[Tooltip]: Added Spec and Race Icon. Credits: WindTools", + }, + IMPROVEMENTS = { + "[GameMenu]: Some improvements on the Game Menu", + "[Scale]: Added an option to scale the PVE Frame", + "[Quick Delte]: Is now an own module: Delte Item", + }, } diff --git a/ElvUI_MerathilisUI/Core/Compatibility.lua b/ElvUI_MerathilisUI/Core/Compatibility.lua index f49ae14d0..2a06163f6 100644 --- a/ElvUI_MerathilisUI/Core/Compatibility.lua +++ b/ElvUI_MerathilisUI/Core/Compatibility.lua @@ -451,6 +451,13 @@ function MER:CheckCompatibility() "db.WT.tooltips.elvUITweaks.specIcon" ) + CheckWindtools( + L["Delete Item"], + format("%s-%s", L["Item"], L["Delete Item"]), + "db.mui.item.delete.enable", + "db.WT.item.delete.enable" + ) + CheckShadowAndLight( format("%s-%s", L["Skins"], L["Shadow"]), L["Enhanced Shadow"], diff --git a/README.md b/README.md index dfb908f50..a0800b562 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@