Skip to content

Commit

Permalink
🚀 RELEASE: 6.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Aug 20, 2024
1 parent 81202e4 commit ef13c29
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
17 changes: 13 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.32.lua
Original file line number Diff line number Diff line change
@@ -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",
},
}
7 changes: 7 additions & 0 deletions ElvUI_MerathilisUI/Core/Compatibility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://raw.githubusercontent.com/Merathilis/ElvUI_MerathilisUI/development/m4.png"/><br>
<img src="https://img.shields.io/badge/ElvUI-13.74-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.31-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.32-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit ef13c29

Please sign in to comment.