Skip to content

Commit

Permalink
## [ver. 2.92.2] - 22.01.2023
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
mBlinkii committed Jan 22, 2023
1 parent 4724c34 commit d797bf8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag_Classic.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag_Mainline.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_mMediaTag_Wrath.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions core/mChangelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d797bf8

Please sign in to comment.