Skip to content

Commit

Permalink
🚀 RELEASE: 6.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Dec 16, 2024
1 parent bcac92a commit a9cb629
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Changes ###

* [Guild]: Added a workauround to let the guild message not spam around
* [OmniCD]: Sync some borders with the skin
* [Changelog]: Let the changelog show the display version
* [KeyFeedback]: Should now work again
* [ObjectiveTracker]: Wowheadlinks should now redirect to the english comments
* [Skins]: Updated various skins
11 changes: 8 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.46.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[646] = {
RELEASE_DATE = "TBD",
FIXES = {},
RELEASE_DATE = "16.12.2024",
FIXES = {
"[KeyFeedback]: Should now work again",
},
NEW = {},
IMPROVEMENTS = {},
IMPROVEMENTS = {
"[ObjectiveTracker]: Wowheadlinks should now redirect to the english comments",
"[Skins]: Updated various skins",
},
}
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: 110005
## Author: Merathilis
## Version: @project-version@
## X-Version: 6.45
## X-Version: 6.46
## Title: |cFF1784d1ElvUI|r |cffffffffMerathilis|r|cffff7d0aUI|r
## AddonCompartmentFunc: MerathilisUI_OnAddonCompartmentClick
## IconTexture: Interface\AddOns\ElvUI_MerathilisUI\Media\Textures\m2
Expand Down
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.80-blue.svg?longCache=true&style=for-the-badge"/>
<img src="https://img.shields.io/badge/Version-6.43-orange.svg?longCache=true&style=for-the-badge"/>
<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.46-orange.svg?longCache=true&style=for-the-badge"/>
</div>

---
Expand Down

0 comments on commit a9cb629

Please sign in to comment.