From: Dietmar Maurer Date: Thu, 5 Apr 2018 10:19:12 +0000 (+0200) Subject: bump version to 1.0-14 X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=ba70732c22984ce9d14d0276193651d699b77b58 bump version to 1.0-14 --- diff --git a/Makefile b/Makefile index 09c9d37..01cf239 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 4d45ed9..7bc8c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 05 Apr 2018 12:18:49 +0200 + proxmox-widget-toolkit (1.0-13) unstable; urgency=medium * remove gettext definition in Utils.js