From bebf81f0cebbd37bfc27c5da9d1602d19b32bbc3 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 6 Apr 2018 13:48:36 +0200 Subject: [PATCH] bump version to 1.0-15 --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01cf239..8fc9cc6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=proxmox-widget-toolkit PKGVER=1.0 -PKGREL=14 +PKGREL=15 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index 7bc8c54..a3149ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +proxmox-widget-toolkit (1.0-15) unstable; urgency=medium + + * allow pressing enter in ObjectGrids to edit a field + + * better default focus selection + + * add a checkbox to edit windows for advanced options + + * add advanced options to the input panel + + -- Proxmox Support Team Fri, 06 Apr 2018 13:47:56 +0200 + proxmox-widget-toolkit (1.0-14) unstable; urgency=medium * fix #1223: add touchscreen override for extjs