]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - debian/changelog
bump version to 3.4-7
[proxmox-widget-toolkit.git] / debian / changelog
index d0a69690c48b7bb624d4f52aaafd9e37c4f5d26c..d9c18fd72263d8fee74cfa408a82536b7f62c342 100644 (file)
@@ -1,3 +1,84 @@
+proxmox-widget-toolkit (3.4-7) bullseye; urgency=medium
+
+  * extjs: fix check for 'touch' input event in drag and drop handler, making
+    the 'pen' pointer event source type, that chrome/chromium emits in some
+    setups, work again.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Feb 2022 12:12:13 +0100
+
+proxmox-widget-toolkit (3.4-6) bullseye; urgency=medium
+
+  * utils: render language: fix rendering special default value
+
+  * sorters: use correct property 'direction' and keep default 'ASC'
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Feb 2022 11:34:42 +0100
+
+proxmox-widget-toolkit (3.4-5) bullseye; urgency=medium
+
+  * login: tfa: hide u2f and yubico-otp if not available
+
+  * improve error handling when adding webauthn entries
+
+  * toolkit: fix noisy ext warning of feature we do not want/use
+
+  * zfs detail: increase default window height
+
+  * zfs detail: hide the pool itself in tree view
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Jan 2022 12:52:18 +0100
+
+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 artificially 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 <support@proxmox.com>  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)
+
+  * ui: OpenID edit: make username-claim field editable for arbitrary values
+
+  * ui: OpenID realm: allow to edit scopes
+
+  * ui: OpenID realm: allow to edit prompt
+
+  * ui: OpenID realm: allow to edit acr values
+
+  * form: copy BandwidthSelector/SizeField from Proxmox VE's manager
+
+  * bandwidth/utils: move out SizeUnits definition to more common module
+
+  * utils: add size unit related helpers to parse/auto-scale/format
+
+  * bandwidth field: allow to submit auto-scaled size-units as string
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 20 Nov 2021 21:41:37 +0100
+
+proxmox-widget-toolkit (3.4-2) bullseye; urgency=medium
+
+  * TFA login window: fix a formatted label showed when being low on unused
+    recovery-keys
+
+  * proxmox checkbox: add clearOnDisable config
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 Nov 2021 10:23:34 +0100
+
 proxmox-widget-toolkit (3.4-1) bullseye; urgency=medium
 
   * panel/RRDCharts: enable scrolling for RRDCharts on touchscreens
@@ -181,7 +262,7 @@ proxmox-widget-toolkit (3.1-1) bullseye; urgency=medium
 
   * data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest
 
-  * ship api-viewer in new proxmox-widget-toolkit-dev pacakge to improve
+  * ship api-viewer in new proxmox-widget-toolkit-dev package to improve
     possibility for code reuse
 
  -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Jun 2021 16:16:02 +0200
@@ -205,7 +286,7 @@ proxmox-widget-toolkit (2.5-4) pve pmg; urgency=medium
   * node disk: S.M.A.R.T.: improve the simple layout and enable autoscroll for
     long output
 
-  * format/render size: allow one to specifiy if base 2 or 10 (SI unit) is
+  * format/render size: allow one to specify if base 2 or 10 (SI unit) is
     desired
 
  -- Proxmox Support Team <support@proxmox.com>  Fri, 07 May 2021 18:00:29 +0200
@@ -221,7 +302,7 @@ proxmox-widget-toolkit (2.5-2) pve pmg; urgency=medium
 
   * rrd chart: add option to render values and Y-axis with a power-of-two base
 
-  * safe destroy: allow specifing additional items
+  * safe destroy: allow specifying additional items
 
   * utils: add several render and helper functions from Proxmox VE's manager
 
@@ -902,7 +983,7 @@ proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
 
   * change 'create' parameter to 'isCreate'
 
-  * make network devices types configureable
+  * make network devices types configurable
 
   * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress