From 4c3b1891081d9345a552aabe67e69bad95ad9565 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 6 Apr 2020 13:20:44 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ee769424..9bc14faa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,50 @@ CHANGELOG ========= +0.8.91 (2020-04-06) +------------------- + +* Add "danger" style for "delete" grid row action. + +* Misc. API improvements for sake of mobile receiving. + +* Use proper cornice service registration, for API batch execute etc. + +* Add common permission for sending user feedback. + +* Fix the "change password" form per Buefy theme. + +* Expose the ``Role.notes`` field for view/edit. + +* Add "local only" column to Users grid. + +* Fix row status filter for Import/Export batches. + +* Add "generic" ``render_id_str()`` method to MasterView. + +* Stop raising an error if view doesn't define row grid columns. + +* Add helper function, ``get_csrf_token()``. + +* Add support for "choice" widget, for report params. + +* Allow bulk-delete, merge for Brands table. + +* Move inventory batch view to its proper location. + +* Allow bulk-delete for Inventory Batches. + +* Move "most" inventory batch logic out of view, to underlying handler. + +* Add initial API views for inventory batches. + +* Add basic dashboard page for TempMon. + +* Let config totally disable the old/legacy jQuery mobile app. + +* Defer fetching price, cost history when viewing product details. + + 0.8.90 (2020-03-18) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index b8155370..45837dbe 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.90' +__version__ = '0.8.91'