From 3db82ff625b24f1593ad3c3719b00b7c3332c6f9 Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:14:21 -0300 Subject: [PATCH] cl --- Changelog.md | 10 ++++++++++ ElvUI_EltreumUI/Core/Options.lua | 14 +++++++++----- Latest.md | 16 ++++++++++------ 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/Changelog.md b/Changelog.md index 636967ab5..faa480e5b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.2.6 +Added Simplified Chinese translation by Meowcactus +Updated the setup of combat cvars to work with other addons besides ElvUI_FCT and NameplateSCT +Updated the hiding of Raid frames in PvP to also work when not using GladiusEX +Updated /eltruism encountercheck to also disable gradient castbar +Updated Immersion Skin +Fixed an issue where Borders were not working correctly with Unitframe Auras +Fixed an issue with custom portraits on NPCs +Fixed the rotation of party portraits +Fixed the OmniCD skin ### 4.2.5 Added support for Cataclysm version 4.4.1 Updated Immersion skin to better handle the dialog buttons diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index b8872aed9..6a831a891 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3800,19 +3800,23 @@ 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 Cataclysm version 4.4.1 +Added Simplified Chinese translation by Meowcactus ]], 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 Immersion skin to better handle the dialog buttons -Updated some of the Power Bar Prediction values +Updated the setup of combat cvars to work with other addons besides ElvUI_FCT and NameplateSCT +Updated the hiding of Raid frames in PvP to also work when not using GladiusEX +Updated /eltruism encountercheck to also disable gradient castbar +Updated Immersion Skin ]], 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 Class Combo Borders not working when detached -Fixed some shadows +Fixed an issue where Borders were not working correctly with Unitframe Auras +Fixed an issue with custom portraits on NPCs +Fixed the rotation of party portraits +Fixed the OmniCD skin ]], 7, "small", nil, nil, nil, nil, "full") --[[ diff --git a/Latest.md b/Latest.md index cfcfb3b23..ce32e21cd 100644 --- a/Latest.md +++ b/Latest.md @@ -1,7 +1,11 @@ -### 4.2.5 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 4.2.6 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ -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 +Added Simplified Chinese translation by Meowcactus +Updated the setup of combat cvars to work with other addons besides ElvUI_FCT and NameplateSCT +Updated the hiding of Raid frames in PvP to also work when not using GladiusEX +Updated /eltruism encountercheck to also disable gradient castbar +Updated Immersion Skin +Fixed an issue where Borders were not working correctly with Unitframe Auras +Fixed an issue with custom portraits on NPCs +Fixed the rotation of party portraits +Fixed the OmniCD skin