From 5e640830b87f37c9d07ba249fa46ef63207a7b67 Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:23:52 -0300 Subject: [PATCH] cl --- Changelog.md | 6 ++++++ ElvUI_EltreumUI/Core/Options.lua | 17 +++++------------ Latest.md | 19 ++++++------------- 3 files changed, 17 insertions(+), 25 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7c326c6f3..636967ab5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.2.5 +Added support for Cataclysm version 4.4.1 +Updated Immersion skin to better handle the dialog buttons +Updated some of the Power Bar Prediction values +Fixed Class Combo Borders not working when detached +Fixed some shadows ### 4.2.4 Added /eltruism togglemodels command to disable 3D models on unitframes, this is recommended due to a bug on Blizzard's end with 3D models causing a big performance impact Added a new button in Eltruism > Aura Filters to more easily change filters on all frames diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index b57a58023..510313a07 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3799,26 +3799,19 @@ 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 /eltruism togglemodels command to disable 3D models on unitframes, this is recommended due to a bug on Blizzard's end with 3D models causing a big performance impact -Added a new button in Eltruism > Aura Filters to more easily change filters on all frames -Added movers to AuctionHouseFrame, TradeSkillFrame, CraftFrame and ProfessionsFrame +Added support for Cataclysm version 4.4.1 ]], 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 shadows to better handle adding shadows when Borders are enabled -Updated Aura Filters, its now recommended to use the Minimal Filter -Updated profiles to now use the Minimal Aura Filters during install -Updated profile to disable ElvUI Abbreviating Enchants -Updated profiles to now disable Models in Retail during install -Updated some of the version checking +Updated Immersion skin to better handle the dialog buttons +Updated some of the Power Bar Prediction values ]], 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 Borders where some Buffs/Debuffs could have the wrong color on Unitframes -Fixed /eltruism paging NUMBER command incorrectly setting visibility settings -Fixed Windtools's GameBar shadows +Fixed Class Combo Borders not working when detached +Fixed some shadows ]], 7, "small", nil, nil, nil, nil, "full") --[[ diff --git a/Latest.md b/Latest.md index 2c7ab970e..cfcfb3b23 100644 --- a/Latest.md +++ b/Latest.md @@ -1,14 +1,7 @@ -### 4.2.4 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 4.2.5 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ -Added /eltruism togglemodels command to disable 3D models on unitframes, this is recommended due to a bug on Blizzard's end with 3D models causing a big performance impact -Added a new button in Eltruism > Aura Filters to more easily change filters on all frames -Added movers to AuctionHouseFrame, TradeSkillFrame, CraftFrame and ProfessionsFrame -Updated shadows to better handle adding shadows when Borders are enabled -Updated Aura Filters, its now recommended to use the Minimal Filter -Updated profiles to now use the Minimal Aura Filters during install -Updated profile to disable ElvUI Abbreviating Enchants -Updated profiles to now disable Models in Retail during install -Updated some of the version checking -Fixed an issue with Borders where some Buffs/Debuffs could have the wrong color on Unitframes -Fixed /eltruism paging NUMBER command incorrectly setting visibility settings -Fixed Windtools's GameBar shadows +Added support for Cataclysm version 4.4.1 +Updated Immersion skin to better handle the dialog buttons +Updated some of the Power Bar Prediction values +Fixed Class Combo Borders not working when detached +Fixed some shadows