Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Apr 30, 2024
1 parent fe9714b commit 3aa6bc2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 17 deletions.
11 changes: 6 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ___
### 4.1.3
Added an option to set the Unitframe Models to be inside the Texture or inside the Frame itself
Added an option to change several textures in ElvUI in Eltruism > Media
Added Zalgo to npc block list to avoid auto turn-in quests
Added Zalgo to NPC block list to avoid auto turn-in quests
Added an option to have a circular minimap and not rotate
Added an option to disable worldPreloadNonCritical
Added a fix for Scrap addon when using ElvUI bags
Added borders to more frames
Expand All @@ -18,13 +19,13 @@ Updated Auctionator Skin
Fixed an issue in Hardcore due to the events for Guild Deaths being removed
Fixed Classic Shadow Priest not correctly paging with Shadowform
Fixed an issue with Sockets in Season of Discovery
Fixed shadows when Power/Classbar were detacched
Fixed shadows when Power/Classbar were detached
Fixed an issue when using AnnoyingPopupRemover
Fixed coloring of Debuffs when using Borders
Fixed an error with Focus Target border
Fixed an issue with Action Bar Masks
Fixed a few Custom Texts
Fixed Classic datatexts
Fixed Classic Datatexts
### 4.1.2
Added Details icons to its dropdown
Updated Party and Raid visibility settings to follow ElvUI's new format
Expand All @@ -34,7 +35,7 @@ Updated German locale by Dlarge
Fixed a possible error with the LFG skin due to a Blizzard bug where scores dont return colors
Fixed the default value of the Hide Dash in the Quest Skin
Fixed a Minimap difficulty icon change in Retail
Fixed the Spellbook shadow in Classic
Fixed the Spellbook shadow in Classic
### 4.1.1
Added an option to change the font size of the header text in the Quests skin
Added an option to hide the checkmark in the Quests skin
Expand All @@ -60,7 +61,7 @@ Fixed an issue where BigWigs profile could overwrite current profiles
Fixed an issue where a German locale text was being used in English
Fixed the [eltruism:healermana] tag in Wrath
Fixed a possible issue when hiding toasts
Fixed some Unitframe shadows
Fixed some Unitframe shadows
### 4.1.0
Added the Mythic Plus completion toast to the Hide Toasts option
Added U.GG class icons to Details, Tags and Portraits
Expand Down
33 changes: 24 additions & 9 deletions ElvUI_EltreumUI/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3559,23 +3559,38 @@ 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, 3)
ElvUI_EltreumUI.Options.args.changelog.args.added.inline = true
ElvUI_EltreumUI.Options.args.changelog.args.added.args.description = ACH:Description([[
Added Details icons to its dropdown
Added an option to set the Unitframe Models to be inside the Texture or inside the Frame itself
Added an option to change several textures in ElvUI in Eltruism > Media
Added Zalgo to NPC block list to avoid auto turn-in quests
Added an option to have a circular minimap and not rotate
Added an option to disable worldPreloadNonCritical
Added a fix for Scrap addon when using ElvUI bags
Added borders to more frames
Added Support for Cataclysm
]], 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 Party and Raid visibility settings to follow ElvUI's new format
Updated Nameplate Powerbar to remove the possible flashing in Classic
Updated Waypoint time calculation to better detect movement
Updated German locale by Dlarge
Updated Details skin to only shorten names when using Details shorten names option
Updated Eltruism Res Panel to also work in LFR in Season 4
Updated install for Season of Discovery due to Dual Spec
Updated Power Prediction to use ElvUI Unitframe Texture
Updated locale by Dlarge
Updated Auctionator Skin
]], 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 a possible error with the LFG skin due to a Blizzard bug where scores dont return colors
Fixed the default value of the Hide Dash in the Quest Skin
Fixed a Minimap difficulty icon change in Retail
Fixed the Spellbook shadow in Classic
Fixed an issue in Hardcore due to the events for Guild Deaths being removed
Fixed Classic Shadow Priest not correctly paging with Shadowform
Fixed an issue with Sockets in Season of Discovery
Fixed shadows when Power/Classbar were detached
Fixed an issue when using AnnoyingPopupRemover
Fixed coloring of Debuffs when using Borders
Fixed an error with Focus Target border
Fixed an issue with Action Bar Masks
Fixed a few Custom Texts
Fixed Classic Datatexts
]], 7, "small", nil, nil, nil, nil, "full")

--[[
Expand Down
7 changes: 4 additions & 3 deletions Latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
___
Added an option to set the Unitframe Models to be inside the Texture or inside the Frame itself
Added an option to change several textures in ElvUI in Eltruism > Media
Added Zalgo to npc block list to avoid auto turn-in quests
Added Zalgo to NPC block list to avoid auto turn-in quests
Added an option to have a circular minimap and not rotate
Added an option to disable worldPreloadNonCritical
Added a fix for Scrap addon when using ElvUI bags
Added borders to more frames
Expand All @@ -16,10 +17,10 @@ Updated Auctionator Skin
Fixed an issue in Hardcore due to the events for Guild Deaths being removed
Fixed Classic Shadow Priest not correctly paging with Shadowform
Fixed an issue with Sockets in Season of Discovery
Fixed shadows when Power/Classbar were detacched
Fixed shadows when Power/Classbar were detached
Fixed an issue when using AnnoyingPopupRemover
Fixed coloring of Debuffs when using Borders
Fixed an error with Focus Target border
Fixed an issue with Action Bar Masks
Fixed a few Custom Texts
Fixed Classic datatexts
Fixed Classic Datatexts

0 comments on commit 3aa6bc2

Please sign in to comment.