Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Sep 28, 2024
1 parent 2600186 commit 928a5f0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
9 changes: 8 additions & 1 deletion Latest.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 928a5f0

Please sign in to comment.