Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jan 16, 2024
1 parent 03886ed commit 46fa61a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ ___
### 4.0.9
Added an Allowed list to Cooldown Module where only spells on the list will be announced/shown
Added an option to set the maximum length for the Cooldown module
Added greyscaletags such as [eltruism:greyscaleclass:player]
Added an option for vertical gradient Experience Databar
Added an option for Custom Class Icons in Chat
Fixed a possible error with the AvQuest font
Added Greyscale Class Icons
Added Metal Lord font
Updated gradient and tags to also apply to Followers while in Follower dungeons
Updated animation scale for Cooldown to allow for bigger icons
Updated Color Picker Wheel mask for 10.2.5
Updated Immersion skin to fix a font
Updated Player Castbar mover
Fixed an issue with the Details embed where it would not properly position
Fixed a possible issue with the Quest Skin
Fixed incorrect tags on player unitframe
### 4.0.8
Expand Down
36 changes: 16 additions & 20 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3470,34 +3470,30 @@ function ElvUI_EltreumUI:Configtable()
ElvUI_EltreumUI.Options.args.changelog.args.added = ACH:Group(E:TextGradient("Added", 0.50, 0.70, 1, 0.67, 0.95, 1), nil, 2)
ElvUI_EltreumUI.Options.args.changelog.args.added.inline = true
ElvUI_EltreumUI.Options.args.changelog.args.added.args.description = ACH:Description([[
Added an option to show the Stealth Vignette at all times
Added Path of Twisted Time to the teleport list
Added more models to the Portrait Fix
Added more 1080p optimizations
Added Loot Method DataText
Added AvQuest Font
Added an Allowed list to Cooldown Module where only spells on the list will be announced/shown
Added an option to set the maximum length for the Cooldown module
Added greyscaletags such as [eltruism:greyscaleclass:player]
Added an option for vertical gradient Experience Databar
Added an option for Custom Class Icons in Chat
Added Greyscale Class Icons
Added Metal Lord font
]], 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 Ace3 skin to better handle disabled buttons/tabs
Updated OmniCD skin to be able to be disabled on Classic
Updated German locale by Dlarge
Updated Shadows for classbars
Updated Battlefield Mover
Updated gradient and tags to also apply to Followers while in Follower dungeons
Updated animation scale for Cooldown to allow for bigger icons
Updated Color Picker Wheel mask for 10.2.5
Updated Immersion skin to fix a font
Updated Player Castbar mover
]], 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 Raid Warning when ElvUI unitframes were disabled
Fixed an error with the Quest Skin in Classic when using custom colors
Fixed an issue where the Portrait Skin could show up on certain frames
Fixed an issue with the LFG Skin where titles could not be changed
Fixed an issue where Pet Borders could not be changed in Classic
Fixed an issue with Shadows when castbar icons were attached
Fixed an issue with Shadows when using Actionbar backdrops
Fixed a possible issue with the Quest Auto Accept
Fixed the Hit Stat calculation in Classic
Fixed an issue with the Details embed where it would not properly position
Fixed a possible error with the AvQuest font
Fixed a possible issue with the Quest Skin
Fixed incorrect tags on player unitframe
]], 7, "small", nil, nil, nil, nil, "full")

--[[
Expand Down
6 changes: 5 additions & 1 deletion Latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
___
Added an Allowed list to Cooldown Module where only spells on the list will be announced/shown
Added an option to set the maximum length for the Cooldown module
Added greyscaletags such as [eltruism:greyscaleclass:player]
Added an option for vertical gradient Experience Databar
Added an option for Custom Class Icons in Chat
Fixed a possible error with the AvQuest font
Added Greyscale Class Icons
Added Metal Lord font
Updated gradient and tags to also apply to Followers while in Follower dungeons
Updated animation scale for Cooldown to allow for bigger icons
Updated Color Picker Wheel mask for 10.2.5
Updated Immersion skin to fix a font
Updated Player Castbar mover
Fixed an issue with the Details embed where it would not properly position
Fixed a possible error with the AvQuest font
Fixed a possible issue with the Quest Skin
Fixed incorrect tags on player unitframe

0 comments on commit 46fa61a

Please sign in to comment.