]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - debian/changelog
bump version to 3.6.4
[proxmox-widget-toolkit.git] / debian / changelog
index ee7d00b9995b0bceeec0205195125733d1a9ef4b..ba40d4d53a790234c008b5f976d9998324d1c8ca 100644 (file)
@@ -1,3 +1,125 @@
+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
+    code
+
+  * ui: SMART: show SMART data in correct columns with correct values
+
+  * fix #4421: ui: guard setProxy against races of slow vs fast requests
+
+  * dark-theme: add initial version of the proxmox-dark theme
+
+  * subscription/summary/backup: stop setting the background color
+
+  * gauge widget: add support for a dark theme and dynamic theme switching
+
+  * rrd chart: add support for the dark theme and dynamic theme switching
+
+  * form: add a theme selector window
+
+  * dark-theme:
+    - fix summary row background
+    - increase contrast on check-boxes
+    - visually remove the border around the pve resource tree
+    - remove thicker borders around content
+    - re-work buttons colors to appear dimmer
+    - make windows stand out more against the background mask
+
+  * fix #4585 : toolkit: configid type: add missing "-" character support
+
+  * input panel: improve validity change check for advanced fields
+
+  * auth-realm selector: add custom store filters for callers
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Mar 2023 16:25:37 +0100
+
+proxmox-widget-toolkit (3.5.5) bullseye; urgency=medium
+
+  * combobox grid: use the grids view for the error message
+
+  * combobox grid: make height for the error configurable
+
+  * combobox grid: instead of hiding the picker collapse it, keeping the
+    internal state consitent which avoids, among other things, the need
+    fo two clicks after re-selecting an item
+
+  * utils: always html-encode response message from errors to avoid rendering
+    glitches, that while not known to be problematic from a safety POV, are
+    possibly odd for people to find.
+
+  * form: display-edit: add safe default renderer for display field to avoid
+    unproblematic, but possible odd and glitchy side-effects from the
+    value-bind if the display-edit field is in iput mode.
+
+  * api request: add wide spread alert-error logic as smart-on option
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 31 Jan 2023 17:27:41 +0100
+
 proxmox-widget-toolkit (3.5.4) bullseye; urgency=medium
 
   * api-viewer: allow text selection in the parameter and the return grids