Skip to content

Commit

Permalink
🚀 RELEASE: 6.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Jan 10, 2025
1 parent 179dc59 commit db03ed2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Changes ###

* [World Map]: Updated the Navigation Bar look on the top
* [World Map]: Updated the Map Reveal Data
* [AutoButtons]: Add more reward boxes
* [World Map]: Try to avoid an error in Navigation Bar
* [Style]: My style should now also apply on UnitFrames again
* [Socket Frame]: Adds a selection Frame on the Socketing Frame for the new singing Gems
* [Misc]: Remove some useless code in Talking Head
15 changes: 11 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.50.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[650] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "10.01.2025",
FIXES = {
"[World Map]: Try to avoid an error in Navigation Bar",
"[Style]: My style should now also apply on UnitFrames again",
},
NEW = {
"[Socket Frame]: Adds a selection Frame on the Socketing Frame for the new singing Gems",
},
IMPROVEMENTS = {
"[Misc]: Remove some useless code in Talking Head",
},
}
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: 110007
## Author: Merathilis
## Version: @project-version@
## X-Version: 6.46
## X-Version: 6.50
## 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.81-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.49-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.50-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit db03ed2

Please sign in to comment.