Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Dec 19, 2024
1 parent e1273a5 commit 7c99055
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 🌌 Next Version
The future is uncertain
___
### 4.2.7.1
Fixed an error on the LFG Skin due to a change on Blizzard's API
### 4.2.7
Added an option to hide the Objective Tracker in Mythic Plus
Added a possible fix to the LFG Set Title taint
Expand Down
10 changes: 5 additions & 5 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3855,11 +3855,11 @@ Updated ElvUI Map settings to be the same across all game versions
Updated the Portrait 3D Model Fix to also apply to Pets
Updated the max width and height of borders
]], 5, "small", nil, nil, nil, nil, "full")
-- ElvUI_EltreumUI.Options.args.changelog.args.fixed = ACH:Group(E:TextGradient("Fixed", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 4)
-- ElvUI_EltreumUI.Options.args.changelog.args.fixed.inline = true
-- ElvUI_EltreumUI.Options.args.changelog.args.fixed.args.description = ACH:Description([[
--Fixed...
--]], 7, "small", nil, nil, nil, nil, "full")
ElvUI_EltreumUI.Options.args.changelog.args.fixed = ACH:Group(E:TextGradient("Fixed", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 4)
ElvUI_EltreumUI.Options.args.changelog.args.fixed.inline = true
ElvUI_EltreumUI.Options.args.changelog.args.fixed.args.description = ACH:Description([[
Fixed an error on the LFG Skin due to a change on Blizzard's API
]], 7, "small", nil, nil, nil, nil, "full")

--[[
ACH:Group(name, desc, order, childGroups, get, set, disabled, hidden, func)
Expand Down
6 changes: 3 additions & 3 deletions Latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 4.2.7 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
### 4.2.7. [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
___
Added an option to hide the Objective Tracker in Mythic Plus
Added a possible fix to the LFG Set Title taint
Expand All @@ -8,5 +8,5 @@ Added Borders to the GameTooltip
Updated Character Panel Class Icons to allow the usage of other Class Icons
Updated ElvUI Map settings to be the same across all game versions
Updated the Portrait 3D Model Fix to also apply to Pets
Updated the max width and height of borders

Updated the max width and height of borders
Fixed an error on the LFG Skin due to a change on Blizzard's API

0 comments on commit 7c99055

Please sign in to comment.