Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Nov 21, 2024
1 parent bae91e0 commit 3db82ff
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 9 additions & 5 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

--[[
Expand Down
16 changes: 10 additions & 6 deletions Latest.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3db82ff

Please sign in to comment.