From a14e567d5f826d29a20723e752dd63cc579345df Mon Sep 17 00:00:00 2001 From: Stephen Early Date: Wed, 26 Jun 2024 15:59:23 +0100 Subject: [PATCH] quicktill 23.8 --- debian/changelog | 24 ++++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6e1c81b..8691da0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +quicktill (23.8) stable; urgency=low + + * New release 23.8 + + * Don't lock the register if a transaction closes within 3 seconds + + * Enable stock line type to be changed through web interface + + * Use modal popups for "change stock line details" forms + + * Fix select2 widget so it works inside a Bootstrap modal + + * Format stock quantity of zero using plural form of unit name + + * Whitespace fixes + + * Allow stock items in scope for a stocktake to have their labels reprinted + + * Anonymised data from EMF 2024 + + * Correct spelling mistakes + + -- Stephen Early Wed, 26 Jun 2024 15:58:59 +0100 + quicktill (23.7) stable; urgency=low * New release 23.7 diff --git a/setup.cfg b/setup.cfg index dedbf9a..66c9c8f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = quicktill -version = 23.7 +version = 23.8 description = Quick till and stock control library long_description = file: README.md long_description_content_type = text/markdown