Skip to content

Commit

Permalink
🚀 RELEASE: 6.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Aug 23, 2024
1 parent 5d968a3 commit 9c889a9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
### Changes ###

* [Mail]: Fix right click error on the characters
* [Archaeology Skin]: Fix the skin
* [Myslot]: Added a skin for it
* [Styling]: It needs more work tho, but i added an option back to enable/disabe the Styling on its own again. Also i hook now directly to ElvUI's SetTemplate. Lemme know if you found something weird with it
* [Event Tracker]: Some improvements to Radiant Echos
* [Game Menu]: Small visual improvements
* [mMediaTags]: Enable also cast icon for target portrait. Thx Blinkii <3
* [Who Frame]: Fix a typo on the Level Display
* [Context Menu]: Added a new Menu Point in the Context Menu
* [Styling]: My style should be apply now also on the UFs again
* [Minimap Button]: Small code improvements
* [Event Tracker]: Disable some Events by default now
16 changes: 12 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.33.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[633] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "23.08.2024",
FIXES = {
"[Who Frame]: Fix a typo on the Level Display",
},
NEW = {
"[Context Menu]: Added a new Menu Point in the Context Menu",
},
IMPROVEMENTS = {
"[Styling]: My style should be apply now also on the UFs again",
"[Minimap Button]: Small code improvements",
"[Event Tracker]: Disable some Events by default now",
},
}
4 changes: 2 additions & 2 deletions ElvUI_MerathilisUI/ElvUI_MerathilisUI.toc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
## SavedVariables: MERData
## SavedVariablesPerCharacter: MERDataPerChar
## OptionalDeps: SharedMedia, BigWigs, ls_Toasts, WeakAuras, WeakAurasOptions
## X-Credits: Simpy, Benik, Azilroka, Darth Predator, fang2hou, fgprodigal, siweia, Solor, Elv, Toxi, Blazeflack & all AddOn Authors who inspired me.
## X-Credits: Simpy, Benik, Azilroka, Darth Predator, fang2hou, fgprodigal, Siweia, Solor, Elv, Toxi, Blazeflack & all AddOn Authors who inspired me.
## X-Interface: 110002
## X-ElvUIVersion: 13.74
## X-ElvUIVersion: 13.75
## X-Curse-Project-Name: MerathilisUI
## X-Curse-Project-ID: 97589
## X-WoWI-ID: 24117
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.75-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.32-orange.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.33-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit 9c889a9

Please sign in to comment.