X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=9eae5b20c8b9d67f4be9e54cf984d8c0cbfe6ac7;hb=aa941c21aa2963455eb4a7f5ed9f52680cd09463;hp=b2397b9906913cecd45bff8308584f75b4b99e70;hpb=809603790a9a4e6e4fd0fb579709b551f548845a;p=proxmox-widget-toolkit.git diff --git a/debian/changelog b/debian/changelog index b2397b9..9eae5b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,100 @@ +proxmox-widget-toolkit (2.2-11) pve pmg; urgency=medium + + * Add focusable pseudo class to edit windows defaultFocus + + * displayedit: allow binding editable and value, and allow passing explicit + displayConfig + + * service view: allow overwriting restart command + + * re-bump package for Proxmox Backup Server + + -- Proxmox Support Team Fri, 24 Jul 2020 16:16:52 +0200 + +proxmox-widget-toolkit (2.2-9) pve pmg; urgency=medium + + * add disk and storage related widgets, factored out from Proxmox VE's manager + + * adapt auth utils for Proxmox token authentication + + -- Proxmox Support Team Tue, 30 Jun 2020 13:36:05 +0200 + +proxmox-widget-toolkit (2.2-8) pve pmg; urgency=medium + + * format task description: avoid printing undefined ID + + * network edit: display MTU for OVS-bond interfaces too + + * ProxmoxProxy: add duration fields for proxmox-tasks model + + * color and show task with warnings differently + + * improve format_duration_human for small values <0.1s + + * move over disk selection and smart info from Proxmox VE's manager + + * task viewer: show task endtime and duration in status + + -- Proxmox Support Team Tue, 16 Jun 2020 16:49:42 +0200 + +proxmox-widget-toolkit (2.2-7) pve pmg; urgency=medium + + * button: make xtype of parent configurable + + * fix RRD charts if there's no data legend or no title header + + -- Proxmox Support Team Thu, 04 Jun 2020 18:20:16 +0200 + +proxmox-widget-toolkit (2.2-6) pve pmg; urgency=medium + + * improve RRD charts + + * utils: add updateColumnWidth helper from PVE + + -- Proxmox Support Team Wed, 03 Jun 2020 11:42:55 +0200 + +proxmox-widget-toolkit (2.2-5) pve pmg; urgency=medium + + * JournalView: avoid null dereference on quick tab switch + + * form/display edit: use the 'fit' layout to avoid width glitch + + * improve error extraction for monStoreErrors by falling back to printing the + whole body if we cannot extract a JSON error object out of it + + * css: add icon colors over from Proxmox VE + + * Utils: add duration format/render + + -- Proxmox Support Team Thu, 28 May 2020 18:36:33 +0200 + +proxmox-widget-toolkit (2.2-4) pve pmg; urgency=medium + + * fix #2758: detect half-logged-in 'TFA' cookies and avoid treating them like + regular login tickets + + * improve default column layout of network and node task history viewer + + * utils: task descriptions: allow to add/override entries and to specify a + function + + * render_upid: fallback to worker_id and worker_type + + * ui: task history: add basic handling for currently running tasks + + -- Proxmox Support Team Mon, 25 May 2020 19:04:10 +0200 + +proxmox-widget-toolkit (2.2-3) pve pmg; urgency=medium + + * pending object grid: mark pending changes as darkorange to avoid + misinterpretation as error. + + * move permission management role selector over from Proxmox VE + + * input panel: call setValue on all fields + + -- Proxmox Support Team Fri, 22 May 2020 10:09:26 +0200 + proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium * add common proxmoxlogo class definition