From c297a4c83de45e75ca8f8576cddd6f13cf01a4db Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Fri, 17 Nov 2023 06:23:01 -0300 Subject: [PATCH] cl --- Changelog.md | 13 +++++++++++ ElvUI_EltreumUI/Core/Options.lua | 38 ++++++++++-------------------- Latest.md | 40 +++++++++++--------------------- 3 files changed, 38 insertions(+), 53 deletions(-) diff --git a/Changelog.md b/Changelog.md index e1e7f274c..c33d8f575 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.0.6 +Added several fonts and font outlines that were missing to the settings in Eltruism > Media +Added shadows and improved the mask on the Color Picker Wheel +Updated [eltruism:healermana] to better deal with value when the unit does not have mana +Updated Eltruism localization by allowing it to follow ElvUI locale +Updated DBM profile to remove range references +Updated default values for the Backdrop Fade +Updated Retail Method Raid Tools profile +Fixed an issue where Gradient backdrop for Power would apply when Gradient Backdrop was disabled +Fixed an error with the Windtools profile due to the removal of Error Text +Fixed some functions not firing during login due to Event changes +Fixed an error in Classic Era due to Roles while in a Group +Fixed Shadows/Gradient on ElvUI Loot frames ### 4.0.5.1 Added a gradient to Dead, Ghost and Disconnected unitframes when using the dead backdrop setting Added backdrop alpha to the power of unitframes diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index 94569cc9c..83158140c 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3432,40 +3432,26 @@ function ElvUI_EltreumUI:Configtable() ElvUI_EltreumUI.Options.args.changelog.args.added = ACH:Group(E:TextGradient("Added", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 2) ElvUI_EltreumUI.Options.args.changelog.args.added.inline = true ElvUI_EltreumUI.Options.args.changelog.args.added.args.description = ACH:Description([[ -Added a gradient to Dead, Ghost and Disconnected unitframes when using the dead backdrop setting -Added an option to show Classes instead of Specs in the LFG Skin in Retail -Added a toggle for showing Pet cooldowns on the Cooldown module -Added ElvUI settings to the /eltruism autoupdate command -Added backdrop alpha to the power of unitframes +Added several fonts and font outlines that were missing to the settings in Eltruism > Media +Added shadows and improved the mask on the Color Picker Wheel ]], 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 the Class Combat Icon to use the Nameplate Icons such as Rare and Boss for the target -Updated Action Bar 4 paging on Classic Era when playing a Priest due to Mind Control -Updated Custom Glow on Classic/Wrath to use new ElvUI functions and perform better -Updated Tank/DPS Layout to use the Alternate Party UnitFrames as the default -Updated some functions such as Nameplate Threat Gradient to be faster -Updated Cooldown for the Text to Speech to also work with Items -Updated a few function events to load after the loading screen -Updated profile Backdrop alpha from 0.7 to 0.8 as default -Updated Custom Glow to work with SpellActivationOverlay -Updated Nameplate Classification Boss IDs -Updated Portrait Fix with more models +Updated [eltruism:healermana] to better deal with value when the unit does not have mana +Updated Eltruism localization by allowing it to follow ElvUI locale +Updated DBM profile to remove range references +Updated default values for the Backdrop Fade +Updated Retail Method Raid Tools profile ]], 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 Font options in Eltruism > Media would not apply if you were on a character that had the same name as others in other realms -Fixed the filter on Target Aura, Dispellable was causing other player's debuffs to show up on classses that could dispel it -Fixed issues with the backdrop alpha on unitframes where the health would also use the alpha -Fixed an issue with the Ace3 skin where a selected button or tab could have disabled color -Fixed an issue with the Enchant Button when Tradeskillmaster is enabled -Fixed a possible error with the Cooldown TTS where it would spam "nil" -Fixed an error during install for Shamans and Druids on Classic Era -Fixed a few textures being black due to ElvUI changes -Fixed Auctionator skin not working sometimes -Fixed an error with the OmniCD skin +Fixed an issue where Gradient backdrop for Power would apply when Gradient Backdrop was disabled +Fixed an error with the Windtools profile due to the removal of Error Text +Fixed some functions not firing during login due to Event changes +Fixed an error in Classic Era due to Roles while in a Group +Fixed Shadows/Gradient on ElvUI Loot frames ]], 7, "small", nil, nil, nil, nil, "full") --[[ diff --git a/Latest.md b/Latest.md index 6ab3caa14..222ea2194 100644 --- a/Latest.md +++ b/Latest.md @@ -1,28 +1,14 @@ -### 4.0.5.1 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 4.0.6 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ -Added a gradient to Dead, Ghost and Disconnected unitframes when using the dead backdrop setting -Added an option to show Classes instead of Specs in the LFG Skin in Retail -Added a toggle for showing Pet cooldowns on the Cooldown module -Added ElvUI settings to the /eltruism autoupdate command -Added backdrop alpha to the power of unitframes -Updated the Class Combat Icon to use the Nameplate Icons such as Rare and Boss for the target -Updated Action Bar 4 paging on Classic Era when playing a Priest due to Mind Control -Updated Custom Glow on Classic/Wrath to use new ElvUI functions and perform better -Updated Tank/DPS Layout to use the Alternate Party UnitFrames as the default -Updated some functions such as Nameplate Threat Gradient to be faster -Updated Cooldown for the Text to Speech to also work with Items -Updated a few function events to load after the loading screen -Updated profile Backdrop alpha from 0.7 to 0.8 as default -Updated Custom Glow to work with SpellActivationOverlay -Updated Nameplate Classification Boss IDs -Updated Portrait Fix with more models -Fixed an issue where the Font options in Eltruism > Media would not apply if you were on a character that had the same name as others in other realms -Fixed the filter on Target Aura, Dispellable was causing other player's debuffs to show up on classses that could dispel it -Fixed issues with the backdrop alpha on unitframes where the health would also use the alpha -Fixed an issue with the Ace3 skin where a selected button or tab could have disabled color -Fixed an issue with the Enchant Button when Tradeskillmaster is enabled -Fixed a possible error with the Cooldown TTS where it would spam "nil" -Fixed an error during install for Shamans and Druids on Classic Era -Fixed a few textures being black due to ElvUI changes -Fixed Auctionator skin not working sometimes -Fixed an error with the OmniCD skin +Added several fonts and font outlines that were missing to the settings in Eltruism > Media +Added shadows and improved the mask on the Color Picker Wheel +Updated [eltruism:healermana] to better deal with value when the unit does not have mana +Updated Eltruism localization by allowing it to follow ElvUI locale +Updated DBM profile to remove range references +Updated default values for the Backdrop Fade +Updated Retail Method Raid Tools profile +Fixed an issue where Gradient backdrop for Power would apply when Gradient Backdrop was disabled +Fixed an error with the Windtools profile due to the removal of Error Text +Fixed some functions not firing during login due to Event changes +Fixed an error in Classic Era due to Roles while in a Group +Fixed Shadows/Gradient on ElvUI Loot frames