From 16445ead82ec73891ad504f3b6da158165f363fe Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:18:00 -0300 Subject: [PATCH] cl --- Changelog.md | 7 +++++++ ElvUI_EltreumUI/Core/Options.lua | 22 ++++++---------------- Latest.md | 22 ++++++---------------- 3 files changed, 19 insertions(+), 32 deletions(-) diff --git a/Changelog.md b/Changelog.md index 067cddabe..887e18eb0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.1.8 +Added support for Season of Discovery Season 4 +Updated Item Level text on character panel to follow some of ElvUI's options +Updated Background Alpha in the Character Panel Skin to not follow Crest Alpha +Updated Character Panel Gradient and Class Colors to work separately +Fixed a possible error when using /way command with text instead of zone id +Fixed Combat Icons option missing ### 4.1.7.1 Fixed a leftover debug print ### 4.1.7 diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index 065cf7837..84fb33413 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3667,30 +3667,20 @@ 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 an option to disable the Unitframe Heal Prediction Texture override -Added options to use different Custom Textures in Party and Raid Frames -Added [name:eltruism:capital] tag -Added a few missing shadows +Added support for Season of Discovery Season 4 ]], 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 Focus Castbar Border size to use the Focus Border size +Updated Item Level text on character panel to follow some of ElvUI's options +Updated Background Alpha in the Character Panel Skin to not follow Crest Alpha +Updated Character Panel Gradient and Class Colors to work separately ]], 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 with instant loot where it could get stuck if a corpse was looted more than once in Cataclysm -Fixed an issue where the Character Panel Camera settings were not working in Cataclysm Classic -Fixed an issue where the EltruismDatatext texture would not hide with the datatext -Fixed an issue where some items were not being pushed to the LootText -Fixed an issue with the install due to a change in Shadow and Light -Fixed an issue with the EltruismDatatext when it was loading -Fixed an error with the Honor Datatext in Cataclysm Classic -Fixed an issue with the DBM skin due to its update -Fixed OmniCD skin and profile after its update -Fixed BigWigs profile after its update -Fixed a leftover debug print +Fixed a possible error when using /way command with text instead of zone id +Fixed Combat Icons option missing ]], 7, "small", nil, nil, nil, nil, "full") --[[ diff --git a/Latest.md b/Latest.md index efc5068eb..6566d27ce 100644 --- a/Latest.md +++ b/Latest.md @@ -1,18 +1,8 @@ ### 4.1.7 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ -Added an option to disable the Unitframe Heal Prediction Texture override -Added options to use different Custom Textures in Party and Raid Frames -Added [name:eltruism:capital] tag -Added a few missing shadows -Updated Focus Castbar Border size to use the Focus Border size -Fixed an issue with instant loot where it could get stuck if a corpse was looted more than once in Cataclysm -Fixed an issue where the Character Panel Camera settings were not working in Cataclysm Classic -Fixed an issue where the EltruismDatatext texture would not hide with the datatext -Fixed an issue where some items were not being pushed to the LootText -Fixed an issue with the install due to a change in Shadow and Light -Fixed an issue with the EltruismDatatext when it was loading -Fixed an error with the Honor Datatext in Cataclysm Classic -Fixed an issue with the DBM skin due to its update -Fixed OmniCD skin and profile after its update -Fixed BigWigs profile after its update -Fixed a leftover debug print +Added support for Season of Discovery Season 4 +Updated Item Level text on character panel to follow some of ElvUI's options +Updated Background Alpha in the Character Panel Skin to not follow Crest Alpha +Updated Character Panel Gradient and Class Colors to work separately +Fixed a possible error when using /way command with text instead of zone id +Fixed Combat Icons option missing