X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=fb9f9f30934bd94b202818690d03b9106612a5b3;hp=b2397b9906913cecd45bff8308584f75b4b99e70;hb=8556628c93f799dbfb734f85a2908bd7c0e70328;hpb=809603790a9a4e6e4fd0fb579709b551f548845a diff --git a/debian/changelog b/debian/changelog index b2397b9..fb9f9f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,350 @@ +proxmox-widget-toolkit (3.0-2) bullseye; urgency=medium + + * disks: fix regression in S.M.A.R.T. window + + -- Proxmox Support Team Fri, 14 May 2021 10:34:57 +0200 + +proxmox-widget-toolkit (3.0-1) bullseye; urgency=medium + + * re-build for Debian 11 Bullseye based releases + + -- Proxmox Support Team Thu, 13 May 2021 19:46:29 +0200 + +proxmox-widget-toolkit (2.5-4) pve pmg; urgency=medium + + * info widget: set default usage warning threshold from 60% to 75% + + * 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 + desired + + -- Proxmox Support Team Fri, 07 May 2021 18:00:29 +0200 + +proxmox-widget-toolkit (2.5-3) pve pmg; urgency=medium + + * toolkit: update email regex for ACME account to allow more than two domain + parts again + + -- Proxmox Support Team Sat, 24 Apr 2021 19:30:08 +0200 + +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 + + * utils: add several render and helper functions from Proxmox VE's manager + + * panel: add StatusView from Proxmox VE's manager + + * utils: add optional error callback to monStoreErrors + + * acme: separate flag to disable the 'domains=' array + + * file browser: support 'virtual'/'v' file type, show errors in messagebox + and allow expand 'all' + + -- Proxmox Support Team Thu, 22 Apr 2021 20:34:39 +0200 + +proxmox-widget-toolkit (2.5-1) pve pmg; urgency=medium + + * panel/acme-domains: fix cyclic dependency in view model + + * tasks: add warningsText + + * window: move FileBrowser widget over from Proxmox Backup Server for re-use + + * window/edit: add option to disable reset button + + * toolkit: override email VType validation + + -- Proxmox Support Team Tue, 13 Apr 2021 09:11:48 +0200 + +proxmox-widget-toolkit (2.4-9) pve pmg; urgency=medium + + * improve ranged selection and deselection performance in CheckboxModel + + * utils: async api: reject with whole failure response and add helper to + alert it + + -- Proxmox Support Team Tue, 23 Mar 2021 11:29:43 +0100 + +proxmox-widget-toolkit (2.4-8) pve pmg; urgency=medium + + * add async API request and sleep helpers + + * override deselection in CheckboxModel to improve performance + + -- Proxmox Support Team Mon, 22 Mar 2021 16:23:16 +0100 + +proxmox-widget-toolkit (2.4-7) pve pmg; urgency=medium + + * data: stores: drop storeid requirement + + * add ACME related data models and forms + + * add ACME: + - account panel, plugin editing, certificate panel + - account and certificate panel + - plugin and domain editing + + -- Proxmox Support Team Tue, 16 Mar 2021 13:31:23 +0100 + +proxmox-widget-toolkit (2.4-6) pve pmg; urgency=medium + + * disk list: partitions do not have a S.M.A.R.T. status, avoid showing + 'unknown' + + * task viewer: increase default height + + * edit window: advanced: do not permanently enable advanced mode if they are + invalid, only show the advanced fields temporarily. + + -- Proxmox Support Team Fri, 05 Mar 2021 20:22:00 +0100 + +proxmox-widget-toolkit (2.4-5) pve pmg; urgency=medium + + * disk list: restore info about ceph + + * disk list: convert to tree-grid and conditionally include partitions + + * fix usage of findRecord for exact matches + + * prune panel: make keep-last label text like the others + + * network: VLAN edit: Fix automatic field disabling and other UX improvements + + -- Proxmox Support Team Tue, 09 Feb 2021 14:31:03 +0100 + +proxmox-widget-toolkit (2.4-4) pve pmg; urgency=medium + + * data reader: cope with null respones for not configured data, treat like + an empty response + + -- Proxmox Support Team Fri, 15 Jan 2021 16:24:08 +0100 + +proxmox-widget-toolkit (2.4-3) pve pmg; urgency=medium + + * input panel: support convenience top column + + * prune field: use dirtychange event to hide/show clear-trigger + + * prune panel: allow to pass emptyText for keep-last + + -- Proxmox Support Team Mon, 23 Nov 2020 18:46:02 +0100 + +proxmox-widget-toolkit (2.4-2) pve pmg; urgency=medium + + * input panel: improve column scaling behavior with non-default browser or OS + scaling and DPI settings + + * add PruneKeepField and PruneInputPanel component + + * input panel: make advanced column check more flexible + + * edit window: add submitUrl and loadUrl config + + -- Proxmox Support Team Mon, 23 Nov 2020 08:14:50 +0100 + +proxmox-widget-toolkit (2.3-10) pve pmg; urgency=medium + + * utils: get help info: fix normalization with multiple minuses by using a + more compatible approach + + -- Proxmox Support Team Tue, 10 Nov 2020 16:29:09 +0100 + +proxmox-widget-toolkit (2.3-9) pve pmg; urgency=medium + + * combo grid: set errorMask on store load failure + + * enable ExtJS ARIA accessibility support again + + * Utils: fix help section normalization + + -- Proxmox Support Team Tue, 10 Nov 2020 12:07:55 +0100 + +proxmox-widget-toolkit (2.3-8) pve pmg; urgency=medium + + * Utils: remove product specific task descriptions + + -- Proxmox Support Team Tue, 03 Nov 2020 17:51:59 +0100 + +proxmox-widget-toolkit (2.3-7) pve pmg; urgency=medium + + * improve redering of icons in navigation element + + * add a form element for selecting a worker task type + + -- Proxmox Support Team Mon, 02 Nov 2020 07:49:22 +0100 + +proxmox-widget-toolkit (2.3-6) pve pmg; urgency=medium + + * edit window: add autoLoadOptions to control API call + + * edit window: add extraParams config + + * move over PermissionView from Proxmox VE's manager + + -- Proxmox Support Team Wed, 28 Oct 2020 18:39:41 +0100 + +proxmox-widget-toolkit (2.3-5) pve pmg; urgency=medium + + * improve multiselect behaviour for checkboxmodel + + * add info widget from Proxmox VE + + -- Proxmox Support Team Tue, 27 Oct 2020 18:34:16 +0100 + +proxmox-widget-toolkit (2.3-4) unstable; urgency=medium + + * implement and use systemd_unescape + + -- Proxmox Support Team Thu, 22 Oct 2020 12:11:53 +0200 + +proxmox-widget-toolkit (2.3-3) pve pmg; urgency=medium + + * tasks: ensure the UPID parameter is always correctly encoded + + * move over SafeDestroy widget from pve-manager + + -- Proxmox Support Team Thu, 22 Oct 2020 08:53:18 +0200 + +proxmox-widget-toolkit (2.3-2) pve pmg; urgency=medium + + * add Korean as translation choice + + -- Proxmox Support Team Thu, 15 Oct 2020 13:27:30 +0200 + +proxmox-widget-toolkit (2.3-1) pve pmg; urgency=medium + + * log/journal views: fix auto scrolling on browser zoom + + * Utils: improve matching groups of IP/host address regexes + + * Toolkit: add HostPort vtype + + -- Proxmox Support Team Thu, 01 Oct 2020 14:50:35 +0200 + +proxmox-widget-toolkit (2.2-14) pve pmg; urgency=medium + + * tasks viewer: include API token ID if available + + * node tasks: improve scrollbar behaviour on store load + + * node tasks: add duration column, hide by default to avoid crowding the + interface + + -- Proxmox Support Team Tue, 29 Sep 2020 10:16:53 +0200 + +proxmox-widget-toolkit (2.2-12) pve pmg; urgency=medium + + * fix #2933: disks: correct behaviour of 'Init GPT' button + + * utils: order languages after rendered name + + * add Dutch to language map + + -- Proxmox Support Team Mon, 07 Sep 2020 13:51:00 +0200 + +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