From 846372d07042e06b3fc37b7f9051d55a9cceadec Mon Sep 17 00:00:00 2001 From: Continuity Date: Tue, 4 Jul 2023 11:54:10 +0200 Subject: [PATCH] - changelog --- Plater_ChangeLog.lua | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Plater_ChangeLog.lua b/Plater_ChangeLog.lua index 3ac2e38b..4192c491 100644 --- a/Plater_ChangeLog.lua +++ b/Plater_ChangeLog.lua @@ -8,15 +8,16 @@ function Plater.GetChangelogTable() if (not Plater.ChangeLogTable) then Plater.ChangeLogTable = { - {1688154202, "Bug Fix", "June 30th, 2023", "Fixing an issue with aura tracking on classic clients.", "cont1nuity"}, - {1688154202, "New Feature", "June 24th, 2023", "Adding support for BugSack error tacking and throttling to same error messages.", "cont1nuity"}, - {1688154202, "New Feature", "June 21st, 2023", "Adding option for the soft-target forced nameplate blizzard setting.", "cont1nuity"}, - {1688154202, "Bug Fix", "June 21st, 2023", "Fixing an issue with missing aura icons and aura consolidation in WotLK.", "cont1nuity"}, - {1688154202, "Bug Fix", "June 20th, 2023", "Fixing an issue with test auras not working properly when auras are being disabled.", "cont1nuity"}, - {1688154202, "Bug Fix", "June 13th, 2023", "Fixing an issue with Ghost Auras not working properly.", "cont1nuity"}, - {1688154202, "Bug Fix", "June 12th, 2023", "Fixing personal bar auras showing buffs of other players unintentionally.", "cont1nuity"}, - {1688154202, "Backend Change", "June 6th, 2023", "Keep auras in default sort order of not sorted by time.", "cont1nuity"}, - {1688154202, "Backend Change", "June 6th, 2023", "Possibility to change audio cues channel.", "cont1nuity"}, + {1688464330, "Bug Fix", "June 30th, 2023", "Fixing an issue with aura tracking on classic clients.", "cont1nuity"}, + {1688464330, "New Feature", "June 24th, 2023", "Adding support for BugSack error tacking and throttling to same error messages.", "cont1nuity"}, + {1688464330, "New Feature", "June 21st, 2023", "Adding option for the soft-target forced nameplate blizzard setting.", "cont1nuity"}, + {1688464330, "Bug Fix", "June 21st, 2023", "Fixing an issue with missing aura icons and aura consolidation in WotLK.", "cont1nuity"}, + {1688464330, "Bug Fix", "June 20th, 2023", "Fixing an issue with test auras not working properly when auras are being disabled.", "cont1nuity"}, + {1688464330, "Bug Fix", "June 13th, 2023", "Fixing an issue with Ghost Auras not working properly.", "cont1nuity"}, + {1688464330, "Bug Fix", "June 12th, 2023", "Fixing personal bar auras showing buffs of other players unintentionally.", "cont1nuity"}, + {1688464330, "Backend Change", "June 10th, 2023", "Cleanup and internal documentation.", "cont1nuity"}, + {1688464330, "Backend Change", "June 6th, 2023", "Keep auras in default sort order of not sorted by time.", "cont1nuity"}, + {1688464330, "Backend Change", "June 6th, 2023", "Possibility to change audio cues channel.", "cont1nuity"}, {1685613078, "Bug Fix", "June 1st, 2023", "Fixing an issue with aura updates not being done properly in some cases.", "cont1nuity"}, {1685613078, "New Feature", "June 1st, 2023", "Adding auto-toggle for 'Hide Blizzard Healthbars' based on combat state.", "cont1nuity"},