]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
bump version to 1.0-14
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2018 10:19:12 +0000 (12:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2018 10:19:12 +0000 (12:19 +0200)
Makefile
debian/changelog

index 09c9d3753e7bc0b3269345227437d63d5e3edc41..01cf2398f40170a3eef38a6644ece76d9dbb25a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=proxmox-widget-toolkit
 PKGVER=1.0
-PKGREL=13
+PKGREL=14
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
index 4d45ed99606dd8ef57caf4107b0bad36643fe1a6..7bc8c54434f7bcafc0d4e5a3751f9c4f41752629 100644 (file)
@@ -1,3 +1,17 @@
+proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
+
+  * fix #1223: add touchscreen override for extjs
+
+  * task view, progress: add taskDone callback
+
+  * window/Edit: allow showing TaskViewer instead of TaskProgress
+
+  * add labelWidth to the fieldDefaults in add_*_row
+
+  * add an optional renderer for integer rows in ObjectGrid
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2018 12:18:49 +0200
+
 proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
 
   * remove gettext definition in Utils.js