diff --git a/debian/changelog b/debian/changelog index 4072f07..69c48dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,61 @@ +quicktill (23.0) stable; urgency=low + + * New release 23.0 + + * Update Debian packaging for release 23 + + * Update release notes + + * Add a register instances table + + * Version string no longer needs to be u"" + + * Database notifications on stock changes + + * Remove obsolete payment method configuration migration code + + * Simplify subcommand class + + * React immediately when a user moves to a new terminal + + * Fix listen module + + * Add 'N' to prompt on stock terminal page + + * Cope better when a remote CUPS server is offline + + * Add 'nullslast' to Last seen column of usertokens + + * Use modal instead of dropdown for department form + + * Use modals instead of dropdowns for forms on stock type detail page + + * Stock type metadata + + * Fix docstring on models.PaymentMeta + + * Update EMF example for current receipt printer config location + + * Remove 'twitter' permission + + * Use toml version of dbsetup in github tests + + * Ensure stocklines.selectline passes instance in current ORM session + + * Add a "note" column to the stocklines table + + * Add "last seen" column for users + + * Bring emfcamp example config up to date + + * Replace yaml with toml + + * Remove Twitter support + + * Start of development for release 23 + + -- Stephen Early Fri, 09 Feb 2024 13:13:00 +0000 + quicktill (22.20) stable; urgency=low * New release 22.20 diff --git a/setup.cfg b/setup.cfg index 059351f..0604124 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = quicktill -version = 22.20 +version = 23.0 description = Quick till and stock control library long_description = file: README.md long_description_content_type = text/markdown