Skip to content

Commit

Permalink
🚀 RELEASE: 6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Jul 31, 2024
1 parent 6de27fd commit efd6664
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Changes ###

* [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
* [Armory]: Fix an issue with the Lvl not updating correctly
* [World Map]: Update Map Reveal, it seems still to be a bit borked >.>
* [TomTom Profile]: Added a Profile for TomTom (needs to be selected manually)
* [Chat]: Removed chat filter
* [Auctionator Skin]: Update Skin
* [Layout]: Small position updates to some elements
15 changes: 12 additions & 3 deletions ElvUI_MerathilisUI/Core/Changelog/6.25.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[625] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
FIXES = {
"[Armory]: Fix an issue with the Lvl not updating correctly",
"[World Map]: Update Map Reveal, it seems still to be a bit borked >.>",
},
NEW = {
"[TomTom Profile]: Added a Profile for TomTom (needs to be selected manually)",
},
IMPROVEMENTS = {
"[Chat]: Removed chat filter",
"[Auctionator Skin]: Update Skin",
"[Layout]: Small position updates to some elements",
},
}

0 comments on commit efd6664

Please sign in to comment.