Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Aug 14, 2024
1 parent 1edf6d4 commit 7b2cb5b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
### 🌌 Next Version
The future is uncertain
___
### 4.2.1
Added support for 11.0.2
Added a missing enchant in Season of Discovery
Updated Objective Tracker Skin in Retail to better handle the Quest Item Buttons and some errors
Updated Profession Bag Icons to decrease icon size slightly to match bag size
Updated Pet Custom Glow to better hide the default Glow
Updated Details Gradient Name to allow longer names
Updated Cell skin to also skin Pets
Fixed an issue with the Class colored keybinds where Numpad could overwrite other Numpad keybinds
Fixed Delve Listing overlapping Party in the Custom Instance Text
Fixed missing item icons in the Auctionator Skin
### 4.2.0
Updated install to remove ProjectAzilroka and AddOnSkins installation until those two are updated
Updated several Power Generator spells for the Nameplate Power Bar in Retail
Expand Down
25 changes: 10 additions & 15 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3726,29 +3726,24 @@ 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 support for 11.0.2
Added a missing enchant in Season of Discovery
]], 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 install to remove ProjectAzilroka and AddOnSkins installation until those two are updated
Updated several Power Generator spells for the Nameplate Power Bar in Retail
Updated Quest skin in Retail to avoid some grey text
Updated Quest skins to also skin the M+ Timer
Updated how BattleRes is detected in LFR
Updated German locale by Dlarge
Updated Objective Tracker Skin in Retail to better handle the Quest Item Buttons and some errors
Updated Profession Bag Icons to decrease icon size slightly to match bag size
Updated Pet Custom Glow to better hide the default Glow
Updated Details Gradient Name to allow longer names
Updated Cell skin to also skin Pets
]], 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 where the Game Menu could keep increasing in height due to the Eltruism Button
Fixed an issue where the Quest Item Button could be locked in Retail due to the Objective Height
Fixed an issue in Classic Era where the Sockets could cause errors due to missing enchants
Fixed an issue with the Cursor Cooldown where some spells were not being tracked
Fixed a typo in the Priest Insanity 2 texture that caused it to be missing
Fixed the Talent frame not scaling when the scale was changed in Retail
Fixed the Click Casting button missing on the Spellbook
Fixed the Clique skin after Clique got updated
Fixed an issue with the Class colored keybinds where Numpad could overwrite other Numpad keybinds
Fixed Delve Listing overlapping Party in the Custom Instance Text
Fixed missing item icons in the Auctionator Skin
]], 7, "small", nil, nil, nil, nil, "full")

--[[
Expand Down
26 changes: 11 additions & 15 deletions Latest.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
### 4.2.0 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
### 4.2.1 [Complete Changelog](https://github.com/eltreum0/eltruism/blob/main/Changelog.md)
___
Updated install to remove ProjectAzilroka and AddOnSkins installation until those two are updated
Updated several Power Generator spells for the Nameplate Power Bar in Retail
Updated Quest skin in Retail to avoid some grey text
Updated Quest skins to also skin the M+ Timer
Updated how BattleRes is detected in LFR
Updated German locale by Dlarge
Fixed an issue where the Game Menu could keep increasing in height due to the Eltruism Button
Fixed an issue where the Quest Item Button could be locked in Retail due to the Objective Height
Fixed an issue in Classic Era where the Sockets could cause errors due to missing enchants
Fixed an issue with the Cursor Cooldown where some spells were not being tracked
Fixed a typo in the Priest Insanity 2 texture that caused it to be missing
Fixed the Talent frame not scaling when the scale was changed in Retail
Fixed the Click Casting button missing on the Spellbook
Fixed the Clique skin after Clique got updated
Added support for 11.0.2
Added a missing enchant in Season of Discovery
Updated Objective Tracker Skin in Retail to better handle the Quest Item Buttons and some errors
Updated Profession Bag Icons to decrease icon size slightly to match bag size
Updated Pet Custom Glow to better hide the default Glow
Updated Details Gradient Name to allow longer names
Updated Cell skin to also skin Pets
Fixed an issue with the Class colored keybinds where Numpad could overwrite other Numpad keybinds
Fixed Delve Listing overlapping Party in the Custom Instance Text
Fixed missing item icons in the Auctionator Skin

0 comments on commit 7b2cb5b

Please sign in to comment.