bump version to 1.0-16

This commit is contained in:
Thomas Lamprecht 2018-05-02 13:50:03 +02:00
parent 73b0150c5e
commit 41670d25b5
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PACKAGE=proxmox-widget-toolkit
PKGVER=1.0
PKGREL=15
PKGREL=16
DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
* add getRecord to ObjectStore
* add apiCallDone callback for window.edit
* PendingObjectGrid: fix display of deletion of multikey fields
-- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
* allow pressing enter in ObjectGrids to edit a field