Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jan 24, 2024
1 parent 2d45fbb commit bc7a8f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### 🌌 Next Version
The future is uncertain
___
### 4.0.9.1
Added /eltruism paging command to quickly swap action paging between Bar1 and Bar4
Updated Shadows to not apply to ElvUI frame if Ace skin is disabled
Updated German locale by Dlarge
Fixed an error during install due to a database change in Shadow and Light
### 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
Expand Down
4 changes: 4 additions & 0 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3471,6 +3471,7 @@ function ElvUI_EltreumUI:Configtable()
ElvUI_EltreumUI.Options.args.changelog.args.added.inline = true
ElvUI_EltreumUI.Options.args.changelog.args.added.args.description = ACH:Description([[
Added an Allowed list to Cooldown Module where only spells on the list will be announced/shown
Added /eltruism paging command to quickly swap action paging between Bar1 and Bar4
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
Expand All @@ -3482,15 +3483,18 @@ Added Metal Lord font
ElvUI_EltreumUI.Options.args.changelog.args.updated.inline = true
ElvUI_EltreumUI.Options.args.changelog.args.updated.args.description = ACH:Description([[
Updated gradient and tags to also apply to Followers while in Follower dungeons
Updated Shadows to not apply to ElvUI frame if Ace skin is disabled
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 German locale by Dlarge
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 Details embed where it would not properly position
Fixed an error during install due to a database change in Shadow and Light
Fixed a possible error with the AvQuest font
Fixed a possible issue with the Quest Skin
Fixed incorrect tags on player unitframe
Expand Down
6 changes: 5 additions & 1 deletion Latest.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
### 4.0.9 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
### 4.0.9.1 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
___
Added an Allowed list to Cooldown Module where only spells on the list will be announced/shown
Added /eltruism paging command to quickly swap action paging between Bar1 and Bar4
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
Updated gradient and tags to also apply to Followers while in Follower dungeons
Updated Shadows to not apply to ElvUI frame if Ace skin is disabled
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 German locale by Dlarge
Updated Player Castbar mover
Fixed an issue with the Details embed where it would not properly position
Fixed an error during install due to a database change in Shadow and Light
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 bc7a8f9

Please sign in to comment.