Skip to content

Commit

Permalink
🚀 RELEASE: 6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Jul 29, 2024
1 parent d7ed08e commit a499a57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### Changes ###

* [Objective Tracker]: Fix an error on the Scenario Tracker
* [Install/Layout]: Enable Rectangle Minimap by default, you might need to adjust your layout a bit
* [WorldMap]: Updated RawMap Data for 11.0
* [Instance Difficulty]: Updated Logic from Instance Difficutly
* [Skins]: Updated some skin
* [Objective Tracker]: Try to avoid a C-Stack error with Windtools enabled
* [Mail]: Fix a typo
* [TradeTabs]: Bring back Trade Tabs
* [Skins]: Add skin for RaidUtility
* [Cooldown Flash]: Use now the correct API's
* [Rectangle Minimap]: Some backdrop tweaks
13 changes: 10 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.24.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[624] = {
RELEASE_DATE = "TBD",
FIXES = {},
RELEASE_DATE = "29.07.2024",
FIXES = {
"[ObjectiveTracker]: Try to avoid a C-Stack error with Windtools enabled",
"[Mail]: Fix a typo",
},
NEW = {
"[TradeTabs]: Bring back Trade Tabs",
"[Skins]: Add skin for RaidUtility",
},
IMPROVEMENTS = {
"[Cooldown Flash]: Use now the correct API's",
"[Rectangle Minimap]: Some backdrop tweaks",
},
IMPROVEMENTS = {},
}

0 comments on commit a499a57

Please sign in to comment.