From ca867fb10dc048ef8a85f36e8ef5b602276f8bfb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 Nov 2021 18:29:59 +0100 Subject: [PATCH] bump version to 3.4-4 Signed-off-by: Thomas Lamprecht --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index a93b18c..21d8c01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +proxmox-widget-toolkit (3.4-4) bullseye; urgency=medium + + * utils: format duration: render years when we can avoid huge day numbers + + * journalview: fix wrong initial load with default timespan on widget + creation + + * logpanel: fix glitching on fast task logs + + * logpanel: actually catch up when following the log for tasks with an + almost artifically high log output traffic + + * log viewer: add heuristic for scroll-direction dependent ratio + distribution + + * log viewer: add heuristic for triggering a new limit load earlier to + reduce latency on casual scrolling + + -- Proxmox Support Team Wed, 24 Nov 2021 18:29:56 +0100 + proxmox-widget-toolkit (3.4-3) bullseye; urgency=medium * data: diffstore: fix autoDestroyRstore option (regression from ExtJS 7)