From d797bf8d8aaedd2eeb5bc2b3ee6c3072af9ecb4d Mon Sep 17 00:00:00 2001 From: mBlinkii Date: Sun, 22 Jan 2023 14:59:09 +0100 Subject: [PATCH] ## [ver. 2.92.2] - 22.01.2023 ### Update - FIX Auto media Color - FIX Auto Execute marker - UPDATE Instance difficulty for Minimap add color gardient function and add gardient keys - UPDATE Instance difficulty for Minimap prevents being taken over by squareminimap - UPDATE diseable Custom class colore if EltreumUI gardient mode is on ### Added - NEW Texture R28 --- CHANGELOG | 10 ++++++++++ ElvUI_mMediaTag.toc | 2 +- ElvUI_mMediaTag_Classic.toc | 2 +- ElvUI_mMediaTag_Mainline.toc | 2 +- ElvUI_mMediaTag_Wrath.toc | 2 +- core/mChangelog.lua | 4 ++-- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 673345aa..7adce611 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,16 @@ [Eng] - All changes to this project will be documented in this file. The latest changes are at the top. [Ger] - Alle Ă„nderungen an diesem Projekt werden in dieser Datei dokumentiert. Die neuesten Ă„nderungen stehen ganz oben. +## [ver. 2.92.2] - 22.01.2023 +### Update +- FIX Auto media Color +- FIX Auto Execute marker +- UPDATE Instance difficulty for Minimap add color gardient function and add gardient keys +- UPDATE Instance difficulty for Minimap prevents being taken over by squareminimap +- UPDATE diseable Custom class colore if EltreumUI gardient mode is on +### Added +- NEW Texture R28 + ## [ver. 2.92.1] - 16.01.2023 ### Update - UPDATE Datatex for the new ElvUI update diff --git a/ElvUI_mMediaTag.toc b/ElvUI_mMediaTag.toc index 2aff4dce..c8cef32e 100644 --- a/ElvUI_mMediaTag.toc +++ b/ElvUI_mMediaTag.toc @@ -1,7 +1,7 @@ ## Interface: 100002 ## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r ## Author: Blinkii -## Version: 2.92.1 +## Version: 2.92.2 ## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_mMediaTag_Classic.toc b/ElvUI_mMediaTag_Classic.toc index 06f72288..9e2de7b4 100644 --- a/ElvUI_mMediaTag_Classic.toc +++ b/ElvUI_mMediaTag_Classic.toc @@ -1,7 +1,7 @@ ## Interface: 11403 ## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r ## Author: Blinkii -## Version: 2.92.1 +## Version: 2.92.2 ## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_mMediaTag_Mainline.toc b/ElvUI_mMediaTag_Mainline.toc index 98c2f216..b17761f3 100644 --- a/ElvUI_mMediaTag_Mainline.toc +++ b/ElvUI_mMediaTag_Mainline.toc @@ -1,7 +1,7 @@ ## Interface: 100002 ## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r ## Author: Blinkii -## Version: 2.92.1 +## Version: 2.92.2 ## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_mMediaTag_Wrath.toc b/ElvUI_mMediaTag_Wrath.toc index 6fd3e591..82705915 100644 --- a/ElvUI_mMediaTag_Wrath.toc +++ b/ElvUI_mMediaTag_Wrath.toc @@ -1,7 +1,7 @@ ## Interface: 30401 ## Title: |cff1784d1ElvUI|r |CFF8E44ADm|r|CFF2ECC71Media|r|CFF3498DBTag|r ## Author: Blinkii -## Version: 2.92.1 +## Version: 2.92.2 ## Notes: ElvUI Plugin from Blinkii@Eu-Arygos | Support: mMediaTag@gmx.de ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/core/mChangelog.lua b/core/mChangelog.lua index 18fff963..9dc1eceb 100644 --- a/core/mChangelog.lua +++ b/core/mChangelog.lua @@ -9,7 +9,7 @@ local format = format --Variables local ChangelogText = - "## [ver. 2.92.1] - 16.01.2023\n\n### Update\n- |CFFFF7F50###Update|r Datatex for the new ElvUI update\n- |CFFFF7F50###Update|r Removed some Fonts\n- |CFFFF7F50###Update|r Instance difficulty for Minimap update Shortname function\n- |CFFFF7F50###Update|r Instance difficulty for Minimap update HC color\n\n### Added\n- |CFF6495EDNEW|r Tag mName:last & mName:last:onlyininstance" + "## [ver. 2.92.2] - 22.01.2023\n### Update\n- |CFFDFFF00FIX|r Auto media Color\n- |CFFDFFF00FIX|r Auto Execute marker\n- |CFFFF7F50###Update|r Instance difficulty for Minimap add color gardient function and add gardient keys\n- |CFFFF7F50###Update|r Instance difficulty for Minimap prevents being taken over by squareminimap\n- |CFFFF7F50###Update|r diseable Custom class colore if EltreumUI gardient mode is on\n### Added\n- |CFF6495EDNEW|r Texture R28\n" function mMT:Changelog(opt) local Frame = CreateFrame("Frame", "mMediaTagChangelog", E.UIParent, "BackdropTemplate") @@ -37,9 +37,9 @@ function mMT:Changelog(opt) local Label2 = Frame:CreateFontString("ChangelogText", "OVERLAY", "GameTooltipText") Label2:SetFont(Font, 14) Label2:SetPoint("TOPLEFT", 20, -90) + Label2:SetText(ChangelogText) Label2:SetWidth(360) Label2:SetHeight(500) - Label2:SetText(ChangelogText) local Close = CreateFrame("Button", "CloseButton", Frame, BackdropTemplateMixin and "BackdropTemplate") Close:Point("BOTTOM", Frame, "BOTTOM", 0, 10)