Skip to content

Commit

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

* [Announcement]: Added back some Options, whoooopppsiii
* [Objective Tracker]: A lot of work on the Objective Tracker. Thx fang2hou and Blinkii
* [Widget Skin]: Some gradient look on the Widget Skin
* [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
16 changes: 12 additions & 4 deletions ElvUI_MerathilisUI/Core/Changelog/6.23.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
local MER = unpack(ElvUI_MerathilisUI)

MER.Changelog[623] = {
RELEASE_DATE = "TBD",
FIXES = {},
NEW = {},
IMPROVEMENTS = {},
RELEASE_DATE = "28.07.2024",
FIXES = {
"[Objective Tracker]: Fix an error on the Scenario Tracker",
},
NEW = {
"[Install/Layout]: Enable Rectangle Minimap by default, you might need to adjust your layout a bit",
},
IMPROVEMENTS = {
"[WorldMap]: Updated RawMap Data for 11.0",
"[Instance Difficulty]: Updated Logic from Instance Difficutly",
"[Skins]: Updated some skin",
},
}

0 comments on commit 4064167

Please sign in to comment.