From 7f14a081afb959060368b6fdbfcbabd1e367d058 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 31 Jan 2023 17:31:31 +0100 Subject: [PATCH] bump version to 3.5.5 Signed-off-by: Thomas Lamprecht --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index ee7d00b..6d9a250 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +proxmox-widget-toolkit (3.5.5) bullseye; urgency=medium + + * combobox grid: use the grids view for the error message + + * combobox grid: make height for the error configurable + + * combobox grid: instead of hiding the picker collapse it, keeping the + internal state consitent which avoids, among other things, the need + fo two clicks after re-selecting an item + + * utils: always html-encode response message from errors to avoid rendering + glitches, that while not known to be problematic from a safety POV, are + possibly odd for people to find. + + * form: display-edit: add safe default renderer for display field to avoid + unproblematic, but possible odd and glitchy side-effects from the + value-bind if the display-edit field is in iput mode. + + * api request: add wide spread alert-error logic as smart-on option + + -- Proxmox Support Team Tue, 31 Jan 2023 17:27:41 +0100 + proxmox-widget-toolkit (3.5.4) bullseye; urgency=medium * api-viewer: allow text selection in the parameter and the return grids