Skip to content

Commit

Permalink
- changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed May 9, 2023
1 parent 7d95616 commit f7a1eca
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Plater_ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit f7a1eca

Please sign in to comment.