Skip to content

Commit

Permalink
🚀 RELEASE: 6.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Oct 12, 2024
1 parent 928e24e commit e1c23d5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions ElvUI_MerathilisUI/Core/Changelog/6.42.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[642] = {
RELEASE_DATE = "12.10.2024",
FIXES = {
"[Compatibility]: Fix some db entries",
"[MicroBar]: Show the instance lockout again",
"[Misc]: Try to prevent a C-Stack error with WindTools",
"[Tooltip Icons]: Try to prevent a rar error with MDT. Thx Dack",
},
NEW = {
"[Announcement]: Added TWW feasts and cauldrons",
"[MythicDungeonTool]: Added a skin. Credits: WindTools <3",
},
IMPROVEMENTS = {
"[Vehicle Bar]: Show the default Blizzard Widget if the API fails",
"[BigWigs Profile]: Update the Layout",
"[Minimap Coords]: Updated the yOffset a bit",
},
}
3 changes: 2 additions & 1 deletion ElvUI_MerathilisUI/Core/Changelog/Load_Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
<Script file="Previous\6.37.lua"/>
<Script file="Previous\6.38.lua"/>
<Script file="Previous\6.40.lua"/>
<Script file="6.41.lua"/>
<Script file="Previous\6.41.lua"/>
<Script file="6.42.lua"/>
</Ui>
File renamed without changes.
2 changes: 1 addition & 1 deletion ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 110002, 110005
## Author: Merathilis
## Version: @project-version@
## X-Version: 6.41
## X-Version: 6.42
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2
Expand Down
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.78-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.41-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.42-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit e1c23d5

Please sign in to comment.