Skip to content

Commit

Permalink
🚀 RELEASE: 6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Aug 10, 2024
1 parent 17eb955 commit 5347b17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
23 changes: 6 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
### Changes ###

* [Bags]: Removed a leftover print. whooopsi :>
* [Trade Tabs]: Prevent an error if the spellID is nil
* [Map Reveal]: Fix the hickup on some textures
* [Who Frame]: Fix the class color
* [Gradient]: Fix the Party Frame Class Color if you are in a follower dungeon
* [AutoButtons]: Added an own category for Engineer Items
* [Mute]: Added Hunmasterys Loyal Wolfhawk (Hunter Mounts) to mute sounds
* [Armory]: Added an option to move the sockets above the text
* [Armory]: Added an option to hide the Camera Controls"
* [Vehicle Bar]: Improved the logic for the Skyriding API",
* [WeakAura Skin]: Updated the skin",
* [Copy Chat]: Update the skinning due to ElvUI changes",
* [Event Tracker]: Small updates to the Time Tables",
* [mMediaTag]: Small profile update",
* [ls_Toasts]: Small profile update",
* [Wowhead Links]: Is now on the Objective Tracker -> Right Click ...",
* [Skins]: Create the shadow on the UnitFrames only on the health (maybe updates in the future)
* [ObjectiveTracker]: Try to prevent a taint
* [Trade Tabs]: Fix an API call
* [Event Tracker]: Added Radiant Echos Timer. Credits fang2hou
* [VehicleBar]: Added an option to hide/show ElvUI Bars. Thx Blinkii
* [AutoButtons]: Added Visibility settings to the Options
* [WorldMap]: Update Map Reveal Code
17 changes: 13 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.27.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[627] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "10.08.2024",
FIXES = {
"[ObjectiveTracker]: Try to prevent a taint",
"[Trade Tabs]: Fix an API call",
},
NEW = {
"[Event Tracker]: Added Radiant Echos Timer. Credits fang2hou",
"[VehicleBar]: Added an option to hide/show ElvUI Bars. Thx Blinkii",
},
IMPROVEMENTS = {
"[AutoButtons]: Added Visibility settings to the Options",
"[WorldMap]: Update Map Reveal Code",
},
}
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.73-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.25-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.27-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit 5347b17

Please sign in to comment.