From 928a5f0ee0117ded41487a1fcd7a0075dc1d4ee4 Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:42:53 -0300 Subject: [PATCH] cl --- Changelog.md | 8 ++++++++ ElvUI_EltreumUI/Core/Options.lua | 7 +++++++ Latest.md | 9 ++++++++- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e31f5fa26..cca30bd90 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ ### 🌌 Next Version The future is uncertain ___ +### 4.2.3.1 +Added a test function, /eltruism encountercheck, which will block some functions from running during Encounters +Updated [eltruism:stance] to once again display stances in Retail, such as paladin auras +Updated action paging to properly display in some World Quests +Updated Blizzard's Edit mode import function +Fixed an issue where the Objective Tracker was not moving with the ElvUI Mover due to it being locked into the display zone +Fixed a possible issue with the Talent Scale when it was displayed in combat +Fixed Target and Focus gradient color reverse not working ### 4.2.3 Added several NPC ids for the classification icons tag Added more models to the rotation fix for 3D portraits diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index 09e5d2a41..1ca44e492 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -3812,6 +3812,7 @@ 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 a test function, /eltruism encountercheck, which will block some functions from running during Encounters Added several NPC ids for the classification icons tag Added more models to the rotation fix for 3D portraits Added options to reverse Focus gradient direction @@ -3824,20 +3825,26 @@ Added BigWigs nameplate icons settings ElvUI_EltreumUI.Options.args.changelog.args.updated.args.description = ACH:Description([[ Updated Objective Tracker Skin to not skin the Quest Item, this can still cause issues and is likely to end up hiding the Quest Item if none can be found Updated /eltruism paging to accept arguments such as /eltruism paging 3 to page a specific action bar +Updated [eltruism:stance] to once again display stances in Retail, such as paladin auras Updated Class Combat Icons to attempt to detect if an enemy is melee or ranged +Updated action paging to properly display in some World Quests Updated LootText to only replace font when it is enabled +Updated Blizzard's Edit mode import function Updated German locale by Dlarge Updated for Classic Era 1.15.4 ]], 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 Objective Tracker was not moving with the ElvUI Mover due to it being locked into the display zone Fixed Addon list not being saved with the debug commands due to a change in the API Fixed an issue by removing the Battleground Map mover since it can be moved in game +Fixed a possible issue with the Talent Scale when it was displayed in combat Fixed Arena unitframes missing textures when custom textures was enabled Fixed some missing movers disappearing in ElvUI mover mode Fixed some of ProjectAzilroka's profile not being imported Fixed an error while importing Shadow and Light's profile +Fixed Target and Focus gradient color reverse not working Fixed the Cooldown Pulse appearing in Cinematics Fixed a possible error with the Instance Text Fixed a compatibility issue with MerathilisUI diff --git a/Latest.md b/Latest.md index dff40c5fe..2513017f5 100644 --- a/Latest.md +++ b/Latest.md @@ -1,5 +1,6 @@ -### 4.2.3 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) +### 4.2.3.1 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md) ___ +Added a test function, /eltruism encountercheck, which will block some functions from running during Encounters Added several NPC ids for the classification icons tag Added more models to the rotation fix for 3D portraits Added options to reverse Focus gradient direction @@ -8,16 +9,22 @@ Added Tank and Assist unitframe borders Added BigWigs nameplate icons settings Updated Objective Tracker Skin to not skin the Quest Item, this can still cause issues and is likely to end up hiding the Quest Item if none can be found Updated /eltruism paging to accept arguments such as /eltruism paging 3 to page a specific action bar +Updated [eltruism:stance] to once again display stances in Retail, such as paladin auras Updated Class Combat Icons to attempt to detect if an enemy is melee or ranged +Updated action paging to properly display in some World Quests Updated LootText to only replace font when it is enabled +Updated Blizzard's Edit mode import function Updated German locale by Dlarge Updated for Classic Era 1.15.4 +Fixed an issue where the Objective Tracker was not moving with the ElvUI Mover due to it being locked into the display zone Fixed Addon list not being saved with the debug commands due to a change in the API Fixed an issue by removing the Battleground Map mover since it can be moved in game +Fixed a possible issue with the Talent Scale when it was displayed in combat Fixed Arena unitframes missing textures when custom textures was enabled Fixed some missing movers disappearing in ElvUI mover mode Fixed some of ProjectAzilroka's profile not being imported Fixed an error while importing Shadow and Light's profile +Fixed Target and Focus gradient color reverse not working Fixed the Cooldown Pulse appearing in Cinematics Fixed a possible error with the Instance Text Fixed a compatibility issue with MerathilisUI