diff --git a/Changelog.md b/Changelog.md index 7b5262d0a..ede600e79 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.2.1 +Added support for 11.0.2 +Added a missing enchant in Season of Discovery +Updated Objective Tracker Skin in Retail to better handle the Quest Item Buttons and some errors +Updated Profession Bag Icons to decrease icon size slightly to match bag size +Updated Pet Custom Glow to better hide the default Glow +Updated Details Gradient Name to allow longer names +Updated Cell skin to also skin Pets +Fixed an issue with the Class colored keybinds where Numpad could overwrite other Numpad keybinds +Fixed Delve Listing overlapping Party in the Custom Instance Text +Fixed missing item icons in the Auctionator Skin ### 4.2.0 Updated install to remove ProjectAzilroka and AddOnSkins installation until those two are updated Updated several Power Generator spells for the Nameplate Power Bar in Retail diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index b6f3af71d..41bd25407 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3726,29 +3726,24 @@ The Item Level shown on the Character Panel Skin uses code from Simple Item leve ElvUI_EltreumUI.Options.args.changelog.args.added = ACH:Group(E:TextGradient("Added", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 3) ElvUI_EltreumUI.Options.args.changelog.args.added.inline = true ElvUI_EltreumUI.Options.args.changelog.args.added.args.description = ACH:Description([[ - +Added support for 11.0.2 +Added a missing enchant in Season of Discovery ]], 3, "small", nil, nil, nil, nil, "full") ElvUI_EltreumUI.Options.args.changelog.args.updated = ACH:Group(E:TextGradient("Updated", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 3) ElvUI_EltreumUI.Options.args.changelog.args.updated.inline = true ElvUI_EltreumUI.Options.args.changelog.args.updated.args.description = ACH:Description([[ -Updated install to remove ProjectAzilroka and AddOnSkins installation until those two are updated -Updated several Power Generator spells for the Nameplate Power Bar in Retail -Updated Quest skin in Retail to avoid some grey text -Updated Quest skins to also skin the M+ Timer -Updated how BattleRes is detected in LFR -Updated German locale by Dlarge +Updated Objective Tracker Skin in Retail to better handle the Quest Item Buttons and some errors +Updated Profession Bag Icons to decrease icon size slightly to match bag size +Updated Pet Custom Glow to better hide the default Glow +Updated Details Gradient Name to allow longer names +Updated Cell skin to also skin Pets ]], 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 an issue where the Game Menu could keep increasing in height due to the Eltruism Button -Fixed an issue where the Quest Item Button could be locked in Retail due to the Objective Height -Fixed an issue in Classic Era where the Sockets could cause errors due to missing enchants -Fixed an issue with the Cursor Cooldown where some spells were not being tracked -Fixed a typo in the Priest Insanity 2 texture that caused it to be missing -Fixed the Talent frame not scaling when the scale was changed in Retail -Fixed the Click Casting button missing on the Spellbook -Fixed the Clique skin after Clique got updated +Fixed an issue with the Class colored keybinds where Numpad could overwrite other Numpad keybinds +Fixed Delve Listing overlapping Party in the Custom Instance Text +Fixed missing item icons in the Auctionator Skin ]], 7, "small", nil, nil, nil, nil, "full") --[[ diff --git a/Latest.md b/Latest.md index cdfd33f38..9062bcfa1 100644 --- a/Latest.md +++ b/Latest.md @@ -1,16 +1,12 @@ -### 4.2.0 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 4.2.1 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ -Updated install to remove ProjectAzilroka and AddOnSkins installation until those two are updated -Updated several Power Generator spells for the Nameplate Power Bar in Retail -Updated Quest skin in Retail to avoid some grey text -Updated Quest skins to also skin the M+ Timer -Updated how BattleRes is detected in LFR -Updated German locale by Dlarge -Fixed an issue where the Game Menu could keep increasing in height due to the Eltruism Button -Fixed an issue where the Quest Item Button could be locked in Retail due to the Objective Height -Fixed an issue in Classic Era where the Sockets could cause errors due to missing enchants -Fixed an issue with the Cursor Cooldown where some spells were not being tracked -Fixed a typo in the Priest Insanity 2 texture that caused it to be missing -Fixed the Talent frame not scaling when the scale was changed in Retail -Fixed the Click Casting button missing on the Spellbook -Fixed the Clique skin after Clique got updated +Added support for 11.0.2 +Added a missing enchant in Season of Discovery +Updated Objective Tracker Skin in Retail to better handle the Quest Item Buttons and some errors +Updated Profession Bag Icons to decrease icon size slightly to match bag size +Updated Pet Custom Glow to better hide the default Glow +Updated Details Gradient Name to allow longer names +Updated Cell skin to also skin Pets +Fixed an issue with the Class colored keybinds where Numpad could overwrite other Numpad keybinds +Fixed Delve Listing overlapping Party in the Custom Instance Text +Fixed missing item icons in the Auctionator Skin