diff --git a/Changelog.md b/Changelog.md index 150187bc2..7b298aeeb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/ElvUI_EltreumUI/Core/Options.lua b/ElvUI_EltreumUI/Core/Options.lua index 2936a18eb..bbfed3b81 100644 --- a/ElvUI_EltreumUI/Core/Options.lua +++ b/ElvUI_EltreumUI/Core/Options.lua @@ -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") --[[ diff --git a/Latest.md b/Latest.md index 34453970d..ebbd259fb 100644 --- a/Latest.md +++ b/Latest.md @@ -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 @@ -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