Skip to content

Commit

Permalink
🚀 RELEASE: 6.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Aug 25, 2024
1 parent ac6bccc commit 3f39f50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### Changes ###

* [Skins]: Fix an error on ExpansionLandingPage
* [RaidBuffReminder]: It was broken for some obv. reason
* [Misc]: Avoid a rare case on low lvl. chars on Exiles Reach
* [Install]: Don't scale the install Frame on first install
* [Widgets]: Updated Animation on the Widgets Skins
* [Skins]: Fixed an typ in UI Widgets Skin
* [AngrierWorldQuests]: Added skin for it
* [AutoButtons]: Added some new openables
* [Widgets/MicroBar]: Updated Animations
15 changes: 11 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.35.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[635] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "25.08.2024",
FIXES = {
"[Skins]: Fixed an typ in UI Widgets Skin",
},
NEW = {
"[AngrierWorldQuests]: Added skin for it",
"[AutoButtons]: Added some new openables",
},
IMPROVEMENTS = {
"[Widgets/MicroBar]: Updated Animations",
},
}
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.75-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.34-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.35-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit 3f39f50

Please sign in to comment.