]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - debian/changelog
followup: s/storedUser/storedAuth/
[proxmox-widget-toolkit.git] / debian / changelog
index e3a4a5690f27645387cd38fdcf8c9fa5d9dabf0f..5fb8ef1a9bf4300898225a069f898a3f047dc332 100644 (file)
@@ -1,3 +1,129 @@
+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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  Fri, 22 May 2020 10:09:26 +0200
+
+proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium
+
+  * add common proxmoxlogo class definition
+
+  * add authentication realm data model and combo box
+
+  * edit window: read digest also from top level API response
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 May 2020 17:26:04 +0200
+
+proxmox-widget-toolkit (2.2-1) pve pmg; urgency=medium
+
+  * diff-store: allow to also auto-create real-store with schematic config only
+
+  * diff-store: allow to request propagation of destroy to real-store
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 07 May 2020 16:59:59 +0200
+
+proxmox-widget-toolkit (2.1-7) pve pmg; urgency=medium
+
+  * Utils: add auth-realm-sync-test to task descriptions
+
+  * cbind: allow methods in cbindData
+
+  * add missing htmlEncodes userid renderers
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 May 2020 17:14:21 +0200
+
+proxmox-widget-toolkit (2.1-6) pve pmg; urgency=medium
+
+  * DateTimeField: implement setMaxValue and setMinValue
+
+  * monStoreErrors: refactor out and render param exception errors
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Apr 2020 18:47:21 +0200
+
+proxmox-widget-toolkit (2.1-5) pve pmg; urgency=medium
+
+  * add LanguageEditWindow
+
+  * window/Edit: accept bodyPadding from config
+
+  * button: don't auto set selection model if explicitly set to false
+
+  * StdRemoveButton: getUrl: fallback to baseurl if no selModel is set
+
+  * StdRemoveButton: enable button by default if no selection model is set
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Apr 2020 10:44:21 +0200
+
 proxmox-widget-toolkit (2.1-4) pve pmg; urgency=medium
 
   * ComboGrid: fix validation for !allowBlank disabled fields