Skip to content

Commit 52a1f1c

Browse files
committed
🚀 RELEASE: 6.57
1 parent bc357b7 commit 52a1f1c

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Changes ###
22

3-
* [Capping]: Added an profile for the AddOn Capping
4-
* [Capping]: Skin support for the AddOn Capping
5-
* [Blizz Fixes]: Added an option to disable the Blizzard CPU Profiling.
6-
* [AutoButtons]: Added more openables
3+
* [FriendsList]: Updated FriendsList with upcoming Data
4+
* [KeyFeedBack]: Cleanup the code
5+
* [TurnIn]: Let it work with Delves Gossip. thx nhtwolf
6+
* [ModifierKey]: Prevent a rar error
7+
* [RBReminder]: Add more Bufffood IDs
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
local MER = unpack(ElvUI_MerathilisUI)
22

33
MER.Changelog[657] = {
4-
RELEASE_DATE = "TBD",
5-
FIXES = {},
4+
RELEASE_DATE = "02.04.2025",
5+
FIXES = {
6+
"[ModifierKeys]: Prevent some rare errors when using ModifierKeys",
7+
},
68
NEW = {},
7-
IMPROVEMENTS = {},
9+
IMPROVEMENTS = {
10+
"[FriendsList]: Updated FriendsList with upcoming Data",
11+
"[KeyFeedBack]: Cleanup the code",
12+
"[TurnIn]: Let it work with Delves Gossip. Thx nhtwolf",
13+
"[RBReminder]: Add more Bufffood IDs",
14+
},
815
}

ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 110100
22
## Author: Merathilis
33
## Version: @project-version@
4-
## X-Version: 6.56
4+
## X-Version: 6.57
55
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
66
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
77
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="https://raw.githubusercontent.com/Merathilis/ElvUI_MerathilisUI/development/m4.png"/><br>
33
<img src="https://img.shields.io/badge/ElvUI-13.87-blue.svg?longCache=true&style=for-the-badge"/>
4-
<img src="https://img.shields.io/badge/Version-6.56-orange.svg?longCache=true&style=for-the-badge"/>
4+
<img src="https://img.shields.io/badge/Version-6.57-orange.svg?longCache=true&style=for-the-badge"/>
55
</div>
66

77
---

0 commit comments

Comments
 (0)