Skip to content

Commit

Permalink
🚀 RELEASE: 6.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Aug 31, 2024
1 parent 98ab787 commit 3c533c9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Changes ###

* [Armory]: Updates to Armory
* [Skins]: Various skin tweaks & updates
* [Chat Text]: Sync with ElvUI changes
* [MicroBar]: Fix a MicroBar Notification error"
* [WorldMap]: Try to avoid a mapCancvas error
* [Event Tracker]: Added Theater Troupe Event
* [AutoButtons]: Added a lot of new openable items
* [Context Memu]: Some code adjustments and improvements
* [Skins]: More updates to Delves and PlayerSpells skin
17 changes: 13 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.37.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[637] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "31.08.2024",
FIXES = {
"[MicroBar]: Fix a MicroBar Notification error",
"[WorldMap]: Try to avoid a mapCancvas error",
},
NEW = {
"[Event Tracker]: Added Theater Troupe Event",
},
IMPROVEMENTS = {
"[AutoButtons]: Added a lot of new openable items",
"[Context Memu]: Some code adjustments and improvements",
"[Skins]: More updates to Delves and PlayerSpells skin",
},
}
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.76-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.36-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.37-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit 3c533c9

Please sign in to comment.