Skip to content

Commit

Permalink
- changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Nov 20, 2024
1 parent b960758 commit 37cfd7c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Plater_ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ function Plater.GetChangelogTable()
if (not Plater.ChangeLogTable) then
Plater.ChangeLogTable = {

{1729585511, "Bug Fix", "Nov 15th, 2024", "Added missing references to castBar.InterruptSourceName and castBar.InterruptSourceGUID in scripting panels.", "Linaori"},
{1729585511, "Backend Change", "Nov 14th, 2024", "Changed default values for DBM boss mod support and enabled it by default.", "cont1nuity"},
{1729585511, "New Feature", "Nov 14th, 2024", "Added glow options for expiring DBM boss mod icons.", "cont1nuity"},
{1729585511, "New Feature", "Nov 7th, 2024", "Added castBar.SpellNameRenamed, which contains either the customized or boss mods spell rename.", "Linaori"},
{1729585511, "Bug Fix", "Nov 3rd, 2024", "Fixing issue with aura swipe texture in cata high-res.", "cont1nuity"},
{1729585511, "Bug Fix", "Oct 29th, 2024", "Fixing profile reset values for fine tune scale.", "cont1nuity"},
{1729585511, "Bug Fix", "Oct 23rd, 2024", "Fixing Hunter execute with Black Arrow.", "cont1nuity"},
{1729585511, "Bug Fix", "Oct 23rd, 2024", "Fixing performance units.", "cont1nuity"},
{1729585511, "Bug Fix", "Oct 23rd, 2024", "Fixing aura frame 1 frame levels.", "cont1nuity"},
{1729585511, "Bug Fix", "Oct 22nd, 2024", "Fixing DBM integration.", "cont1nuity"},
{1729585511, "Bug Fix", "Oct 22nd, 2024", "Fixing default 'Countdown' and 'Fixate on you' scripts.", "cont1nuity"},
{1729585511, "New Feature", "Oct 21st, 2024", "Adding LibCustomGlow 'proc' glow support.", "cont1nuity"},
{1729585511, "New Feature", "Oct 21st, 2024", "Adding override flags for performance units to re-enable specific updates (threat, casts, auras).", "cont1nuity"},
{1732096266, "Bug Fix", "Nov 19th, 2024", "Fixing erros on the cast npc color dropdowns.", "Terciob"},
{1732096266, "Bug Fix", "Nov 15th, 2024", "Added missing references to castBar.InterruptSourceName and castBar.InterruptSourceGUID in scripting panels.", "Linaori"},
{1732096266, "Backend Change", "Nov 14th, 2024", "Changed default values for DBM boss mod support and enabled it by default.", "cont1nuity"},
{1732096266, "New Feature", "Nov 14th, 2024", "Added glow options for expiring DBM boss mod icons.", "cont1nuity"},
{1732096266, "New Feature", "Nov 7th, 2024", "Added castBar.SpellNameRenamed, which contains either the customized or boss mods spell rename.", "Linaori"},
{1732096266, "Bug Fix", "Nov 3rd, 2024", "Fixing issue with aura swipe texture in cata high-res.", "cont1nuity"},
{1732096266, "Bug Fix", "Oct 29th, 2024", "Fixing profile reset values for fine tune scale.", "cont1nuity"},
{1732096266, "Bug Fix", "Oct 23rd, 2024", "Fixing Hunter execute with Black Arrow.", "cont1nuity"},
{1732096266, "Bug Fix", "Oct 23rd, 2024", "Fixing performance units.", "cont1nuity"},
{1732096266, "Bug Fix", "Oct 23rd, 2024", "Fixing aura frame 1 frame levels.", "cont1nuity"},
{1732096266, "Bug Fix", "Oct 22nd, 2024", "Fixing DBM integration.", "cont1nuity"},
{1732096266, "Bug Fix", "Oct 22nd, 2024", "Fixing default 'Countdown' and 'Fixate on you' scripts.", "cont1nuity"},
{1732096266, "New Feature", "Oct 21st, 2024", "Adding LibCustomGlow 'proc' glow support.", "cont1nuity"},
{1732096266, "New Feature", "Oct 21st, 2024", "Adding override flags for performance units to re-enable specific updates (threat, casts, auras).", "cont1nuity"},

{1728642912, "Bug Fix", "Oct 11th, 2024", "Fixing error on health animations preview.", "cont1nuity"},
{1728642912, "Bug Fix", "Oct 10th, 2024", "Fixing mod/script error handling.", "cont1nuity"},
Expand Down

0 comments on commit 37cfd7c

Please sign in to comment.