Skip to content

Commit

Permalink
🚀 RELEASE: 6.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Sep 1, 2024
1 parent 67ee116 commit fa057f7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### 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
* [Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles
* [Delves Skin]: Fix the shadow
* [Announcement]: Added an missing event
* [Event Tracker]: New weekly events
* [MicroBar]: Updated friends counter on MicroBar
* [SuperTracker]: Now also supports mapIDs
* [AutoButtons]: Added more items
18 changes: 14 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.38.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[638] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "01.09.2024",
FIXES = {
"[Armory/Objective Tracker]: Try to prevent some db errors on profile switch/dual profiles",
"[Delves Skin]: Fix the shadow",
"[Announcement]: Added an missing event",
},
NEW = {
"[Event Tracker]: New weekly events",
},
IMPROVEMENTS = {
"[MicroBar]: Updated friends counter on MicroBar",
"[SuperTracker]: Now also supports mapIDs",
"[AutoButtons]: Added more items",
},
}
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.37-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.38-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit fa057f7

Please sign in to comment.