From f7a1eca168d8062bcf46017ca5df7c2b94dcdea0 Mon Sep 17 00:00:00 2001 From: Continuity Date: Tue, 9 May 2023 14:43:02 +0200 Subject: [PATCH] - changelog --- Plater_ChangeLog.lua | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Plater_ChangeLog.lua b/Plater_ChangeLog.lua index 7c025357..9f02fb96 100644 --- a/Plater_ChangeLog.lua +++ b/Plater_ChangeLog.lua @@ -8,21 +8,21 @@ function Plater.GetChangelogTable() if (not Plater.ChangeLogTable) then Plater.ChangeLogTable = { - {1683096614, "Backend Change", "May 9th, 2023", "Move addon compartment support to LibDBIcon.", "cont1nuity"}, - {1683096614, "Backend Change", "May 9th, 2023", "Updates to Plater default scripts for season 2.", "Terciob"}, - {1683096614, "Backend Change", "May 9th, 2023", "Additional work on DBM Boss-Mod-Icon-Bars.", "cont1nuity"}, - {1683096614, "Backend Change", "May 9th, 2023", "Do not print usage info by default.", "cont1nuity"}, - {1683096614, "New Feature", "May 8th, 2023", "Add addon compartment support", "kitsunekyo"}, - {1683096614, "Bug Fix", "May 6th, 2023", "Fixing an issue with internal default cast color handling.", "cont1nuity"}, - {1683096614, "Bug Fix", "May 6th, 2023", "Fixing an issue internal unit names.", "cont1nuity"}, - {1683096614, "Backend Change", "May 5th, 2023", "Details Framework updates.", "Terciob"}, - {1683096614, "Bug Fix", "May 5th, 2023", "Fixing an issue with the Tooltip API.", "cont1nuity"}, - {1683096614, "Bug Fix", "May 5th, 2023", "Ensure that no artifacts are shown on soft-interact objects.", "cont1nuity"}, - {1683096614, "Backend Change", "May 5th, 2023", "Further support for DBM Timer Icons.", "cont1nuity"}, - {1683096614, "Backend Change", "May 4th, 2023", "Export/Import of audio cues from the Cast Colors and Names tab.", "cont1nuity"}, - {1683096614, "New Feature", "May 4th, 2023", "Add options to show soft-interact icons and hide names on soft-interact objects.", "cont1nuity"}, - {1683096614, "Bug Fix", "May 4th, 2023", "Allow opt-out of auto-accepting NPC colors sent by raid-leaders.", "cont1nuity"}, - {1683096614, "Bug Fix", "May 4th, 2023", "Allow lower scaling range for personal resources, especially targeted at Blizzard Combo Points.", "cont1nuity"}, + {1683636158, "Backend Change", "May 9th, 2023", "Move addon compartment support to LibDBIcon.", "cont1nuity"}, + {1683636158, "Backend Change", "May 9th, 2023", "Updates to Plater default scripts for season 2.", "Terciob"}, + {1683636158, "Backend Change", "May 9th, 2023", "Additional work on DBM Boss-Mod-Icon-Bars.", "cont1nuity"}, + {1683636158, "Backend Change", "May 9th, 2023", "Do not print usage info by default.", "cont1nuity"}, + {1683636158, "New Feature", "May 8th, 2023", "Add addon compartment support", "kitsunekyo"}, + {1683636158, "Bug Fix", "May 6th, 2023", "Fixing an issue with internal default cast color handling.", "cont1nuity"}, + {1683636158, "Bug Fix", "May 6th, 2023", "Fixing an issue internal unit names.", "cont1nuity"}, + {1683636158, "Backend Change", "May 5th, 2023", "Details Framework updates.", "Terciob"}, + {1683636158, "Bug Fix", "May 5th, 2023", "Fixing an issue with the Tooltip API.", "cont1nuity"}, + {1683636158, "Bug Fix", "May 5th, 2023", "Ensure that no artifacts are shown on soft-interact objects.", "cont1nuity"}, + {1683636158, "Backend Change", "May 5th, 2023", "Further support for DBM Timer Icons.", "cont1nuity"}, + {1683636158, "Backend Change", "May 4th, 2023", "Export/Import of audio cues from the Cast Colors and Names tab.", "cont1nuity"}, + {1683636158, "New Feature", "May 4th, 2023", "Add options to show soft-interact icons and hide names on soft-interact objects.", "cont1nuity"}, + {1683636158, "Bug Fix", "May 4th, 2023", "Allow opt-out of auto-accepting NPC colors sent by raid-leaders.", "cont1nuity"}, + {1683636158, "Bug Fix", "May 4th, 2023", "Allow lower scaling range for personal resources, especially targeted at Blizzard Combo Points.", "cont1nuity"}, {1683096614, "Bug Fix", "May 3rd, 2023", "Blizzard allows changing nameplate distance again in retail -> nameplateMaxDistance 0-60y.", "cont1nuity"}, {1683096614, "Bug Fix", "May 3rd, 2023", "Apply workaround for player nameplates not showing until blizzard fixes this.", "cont1nuity"},