Skip to content

Commit

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

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

0 comments on commit 5e64083

Please sign in to comment.