Update changelog
This commit is contained in:
parent
1a6f9c2159
commit
ab1ff48527
44
CHANGES.rst
44
CHANGES.rst
|
@ -2,6 +2,50 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.59 (2019-09-09)
|
||||
-------------------
|
||||
|
||||
* Let a grid have custom ajax data url.
|
||||
|
||||
* Set default max height, width for app logo.
|
||||
|
||||
* Hopefully fix "single store" behavior when make a new ordering batch.
|
||||
|
||||
* Add basic support for create and update actions in API views.
|
||||
|
||||
* Tweak how we detect JSON request body instead of POST params.
|
||||
|
||||
* Add basic support for "between" verb, for date range grid filter.
|
||||
|
||||
* Add basic API view for user feedback.
|
||||
|
||||
* Add basic API view for "about" page.
|
||||
|
||||
* Include ``short_name`` in field list returned by /session API.
|
||||
|
||||
* Return current user permissions when session is checked via API.
|
||||
|
||||
* Tweak return value for /customers API.
|
||||
|
||||
* Cleanup styles for login form.
|
||||
|
||||
* Add /products API endpoint, enable basic filter support for API views.
|
||||
|
||||
* Add basic API endpoints for /ordering-batch.
|
||||
|
||||
* Don't show Delete Row button for executed batch, on jquery mobile site.
|
||||
|
||||
* Include tax1 thru tax3 flags in form fields for product view page.
|
||||
|
||||
* Prevent text wrap for pricing panel fields on product view page.
|
||||
|
||||
* Fix rendering of "handheld batches" field for inventory batch view.
|
||||
|
||||
* Fix various templates for generating reports, per Buefy.
|
||||
|
||||
* Fix 'about' page template for Buefy themes.
|
||||
|
||||
|
||||
0.8.58 (2019-08-21)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.58'
|
||||
__version__ = '0.8.59'
|
||||
|
|
Loading…
Reference in a new issue