Skip to content

Commit

Permalink
🚀 RELEASE: 6.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Sep 15, 2024
1 parent 8a5ea06 commit 2ce636f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
### Changes ###

* [Objective Tracker]: Fix an issue with Cosmetic Bars
* [Friends List]: Added an option to hide the realm on the Friends List
* [Scale]: More frames are now scaleable
* [AutoButtons]: Tooltip is now by default enable on Bar 1
* [AutoButtons]: A lot more items now on the AutoButtons
* [Event Tracker]: Use Icon instead of text on the Event Tracker
* [mMediaTag Profile]: Updated the Profile with the recent changes. Thx Blinkiiiiii <3
* [Locales]: deDe locale updates from Dlarge
* [GameMenu]: Use the real screen width/heigth values instead of the physical ones
* [Minimap]: Added a mouseover option for the coords
* [Objective Tracker]: Added an option to change the objective Text color
* [MicroBar]: Added an middle click reload feature on the time area
* [AutoButtons]: Added lot of new items
* [AutoButtons]: Updated the fishing category
17 changes: 13 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.40.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[640] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "15.09.2024",
FIXES = {
"[GameMenu]: Use the real screen width/heigth values instead of the physical ones",
},
NEW = {
"[Minimap]: Added a mouseover option for the coords",
"[Objective Tracker]: Added an option to change the objective Text color",
"[MicroBar]: Added an middle click reload feature on the time area",
},
IMPROVEMENTS = {
"[AutoButtons]: Added lot of new items",
"[AutoButtons]: Updated the fishing category",
},
}
4 changes: 2 additions & 2 deletions 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.39-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/ElvUI-13.77-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.40-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit 2ce636f

Please sign in to comment.