Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jun 27, 2024
1 parent 58384bb commit 4df45ff
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3667,28 +3667,29 @@ 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 an option to disable moving the Item Level text in the Character Panel in Cataclysm Classic
Added Eltruism Datatext 3 to Retail where it will show Armor and Dodge change
Added an option to disable the Unitframe Heal Prediction Texture override
Added options to use different Custom Textures in Party and Raid Frames
Added [name:eltruism:capital] tag
Added a few missing shadows
]], 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 Aura borders to split Unitframe Auras and Secure Auras
Updated the color of the texture for Item Level text in Retail
Updated party gradient to work when not in a group
Updated Debuff borders to use Color by Dispel
Updated Debuff borders to use Elvui Colors
Updated shadows for some new frames
Updated Focus Castbar Border size to use the Focus Border size
]], 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 the Objective Tracker mover due to a change in Edit Mode
Fixed an issue with Macro Text colors in Action Bars due to the ElvUI Skin
Fixed Professions missing in bags in Cataclysm due to different Ids
Fixed a possible error with the Character Panel in Remix
Fixed shadows for detached power
Fixed the zhTW locale missing
Fixed an issue with instant loot where it could get stuck if a corpse was looted more than once in Cataclysm
Fixed an issue where the Character Panel Camera settings were not working in Cataclysm Classic
Fixed an issue where the EltruismDatatext texture would not hide with the datatext
Fixed an issue where some items were not being pushed to the LootText
Fixed an issue with the install due to a change in Shadow and Light
Fixed an issue with the EltruismDatatext when it was loading
Fixed an error with the Honor Datatext in Cataclysm Classic
Fixed an issue with the DBM skin due to its update
Fixed OmniCD skin and profile after its update
Fixed BigWigs profile after its update
]], 7, "small", nil, nil, nil, nil, "full")

--[[
Expand Down

0 comments on commit 4df45ff

Please sign in to comment.