Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Nov 9, 2023
1 parent f132481 commit 9ad9266
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ The future is uncertain
___
### 4.0.3
Added the ability for Font Outline and Font functions in Eltruism > Media to apply to any Custom Text found in the unitframes
Updated Details profiles to no longer use auto align in order to avoid the truncated text
Updated Portraits to once again require ElvUI portraits due to how the function updates
Updated Zone Texts, Error Frame Text and others to use ElvUI settings added in 13.48
Updated Immersion skin to add a small gap between buttons
Updated Nameplate Threat Gradient to run better
Updated C_AddOns references
Fixed an issue where strata and level options for the unitframe aura border were in the auras section
Fixed a possible error with Shadows when backdrops were not found
Fixed an issue when attempting to scale the Professions frame
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3430,10 +3430,12 @@ Added the ability for Font Outline and Font functions in Eltruism > Media to app
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 Details profiles to no longer use auto align in order to avoid the truncated text
Updated Portraits to once again require ElvUI portraits due to how the function updates
Updated Zone Texts, Error Frame Text and others to use ElvUI settings added in 13.48
Updated Immersion skin to add a small gap between buttons
Updated Nameplate Threat Gradient to run better
Updated C_AddOns references
]], 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
Expand Down
2 changes: 2 additions & 0 deletions Latest.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
### 4.0.4 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
___
Added the ability for Font Outline and Font functions in Eltruism > Media to apply to any Custom Text found in the unitframes
Updated Details profiles to no longer use auto align in order to avoid the truncated text
Updated Portraits to once again require ElvUI portraits due to how the function updates
Updated Zone Texts, Error Frame Text and others to use ElvUI settings added in 13.48
Updated Immersion skin to add a small gap between buttons
Updated Nameplate Threat Gradient to run better
Updated C_AddOns references
Fixed an issue where strata and level options for the unitframe aura border were in the auras section
Fixed a possible error with Shadows when backdrops were not found
Fixed an issue when attempting to scale the Professions frame
Expand Down

0 comments on commit 9ad9266

Please sign in to comment.