Skip to content

Commit

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

* [Who Frame]: Fix a typo on the Level Display
* [Context Menu]: Added a new Menu Point in the Context Menu
* [Styling]: My style should be apply now also on the UFs again
* [Minimap Button]: Small code improvements
* [Event Tracker]: Disable some Events by default now
* [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
13 changes: 10 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.34.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[634] = {
RELEASE_DATE = "TBD",
FIXES = {},
RELEASE_DATE = "24.08.2024",
FIXES = {
"[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",
},
NEW = {},
IMPROVEMENTS = {},
IMPROVEMENTS = {
"[Install]: Don't scale the install Frame on first install",
"[Widgets]: Updated Animation on the Widgets Skins",
},
}
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.33-orange.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"/>
</div>

---
Expand Down

0 comments on commit 84712dc

Please sign in to comment.