]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - debian/changelog
bump version to 4.0.3
[proxmox-widget-toolkit.git] / debian / changelog
index 5ab65f5265f5dfbb73a907bf2ad3c786fa434c2f..64384aef21600d1b739b691c1d5fcb8aa7832919 100644 (file)
@@ -1,3 +1,141 @@
+proxmox-widget-toolkit (4.0.3) bookworm; urgency=medium
+
+  * date time field: fix typo in xtype name but add alias for backward compat
+
+  * set 'SameSite' attr of auth cookie to 'strict', which modern browsers
+    already ensured in practice
+
+  * apt repositories: actually ignore ignore-pre-upgrade-warning
+
+  * apt repositories: just ignore unknown info rather than throwing an error
+
+  * apt repositories: detect mixed suites before major upgrade
+
+  * tfa: improve UX for recovery keys and when none are left
+
+  * tfa: show 'Locked' in 'Enabled' column if tfa is locked
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Jun 2023 08:07:01 +0200
+
+proxmox-widget-toolkit (4.0.2) bookworm; urgency=medium
+
+  * markdown parser: allow setting "target" attribute for links
+
+  * fix #4756: markdown parser: allow any valid URL for link (a) tags,
+    allowing one to add short-cuts like a RDP url to quickly open the remote
+    viewer.
+
+  * ship a minified version of the widget-toolkit JS library
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 03 Jun 2023 13:45:27 +0200
+
+proxmox-widget-toolkit (4.0.1) bookworm; urgency=medium
+
+  * tfa: paperkey: cleanup iframes for printing after window close
+
+  * parser: adapt to calling convention of updated Markdown renderer library
+    "marked" has since its v4.0.0
+
+  * fix #4551: ui: translate byte unit in `format_size`
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Jun 2023 16:35:32 +0200
+
+proxmox-widget-toolkit (4.0.0) bookworm; urgency=medium
+
+  * re-build for Debian 12 Bookworm based releases
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 25 May 2023 09:13:29 +0200
+
+proxmox-widget-toolkit (3.7.0) bullseye; urgency=medium
+
+  * dark-mode:
+    - fix focus and focus-over states for tabs
+    - fix the focused state for background image grid icons
+    - style the icon for the datastore maintenance mode
+    - improve apt repo group header contrast ratios
+    - adjust panel header tool icons
+    - fix #4618: lighten critical/warning charts/gauges colors
+
+  * form: combo grid: use correct method to initialize the picker to ensure
+    it's cleaned up again after closed.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 17 May 2023 14:02:50 +0200
+
+proxmox-widget-toolkit (3.6.5) bullseye; urgency=medium
+
+  * window: ldap auth edit: avoid relying on the default bind property
+
+  * window: ldap auth edit: set view-model form data explicitly on edit to
+    avoid a data race in chromium based browser that could result in a
+    mismatch of the configured value and the initially shown one.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 28 Mar 2023 17:56:10 +0200
+
+proxmox-widget-toolkit (3.6.4) bullseye; urgency=medium
+
+  * dark-mode:
+    - improve contrast on split buttons
+    - color the custom grid and tree icons
+    - set boundlist (combo box picker) background so that loading progress or
+      errors are styled correctly too
+    - add a small white padding to the TOTP QR-code, as some apps are confused
+      otherwise
+    - fix #4617: increase brightness of tree expand/collapse arrows to avoid
+      overly low contrast
+
+  * fix #4612: mobile: avoid crash due to missing getProxy method
+
+  * theme edit window: ensure that the saved theme is actually valid
+
+  * language selector: translate entries to both native and localized variants
+
+  * language selector: increase picker list view width
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 26 Mar 2023 17:52:48 +0200
+
+proxmox-widget-toolkit (3.6.3) bullseye; urgency=medium
+
+  * dark-mode fine-tuning:
+    - fix highlighting of active elements in drop down menus
+    - set the icon color of filtered column headers properly
+    - style checkboxes that don't use blueish active states
+    - style locked guest icons properly
+    - tone down border on ceph install card-like window
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Mar 2023 13:25:05 +0100
+
+proxmox-widget-toolkit (3.6.2) bullseye; urgency=medium
+
+  * network edit: add tooltip to bridge ports inputs
+
+  * dark-mode: reduce background mask opacity to 0.5
+
+  * dark-mode: make window shadow black again to avoid a backlight that some
+    have very strong opionions against
+
+  * rename "Theme" selector to "Color Theme" to add some context for
+    translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Mar 2023 16:46:27 +0100
+
+proxmox-widget-toolkit (3.6.1) bullseye; urgency=medium
+
+  * repo view: replace non-clickable checkbox with icons
+
+  * auth ui: add LDAP realm-edit panel and sync UI, refactored & adapted from
+    the pve-manager implementation for future reuse
+
+  * dark-theme: improve help button contrast ratios in focused state
+
+  * dark-theme: make "sorted-by" header highlight more subtle
+
+  * dark-theme: dim warning and invalid colors more
+
+  * dark-theme: let the background "shine through" mask more to avoid that
+    information on it becomes unreadable
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Mar 2023 14:13:42 +0100
+
 proxmox-widget-toolkit (3.6.0) bullseye; urgency=medium
 
   * node apt: make changelog window taller for 4:3 ratio and cleanup/modernize