Update changelog
This commit is contained in:
parent
c70dedd94f
commit
c520dc23ba
34
CHANGES.rst
34
CHANGES.rst
|
@ -2,6 +2,40 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.73 (2019-11-08)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Assume "local only" flag should be ON by default, for new objects.
|
||||||
|
|
||||||
|
* Bump default Buefy version to 0.8.2.
|
||||||
|
|
||||||
|
* Always store CSRF token for each page in Vue.js theme.
|
||||||
|
|
||||||
|
* Refactor "make batch from products query" per Vue.js theme.
|
||||||
|
|
||||||
|
* Add Vue.js support for "enable / disable selected" grid feature.
|
||||||
|
|
||||||
|
* Add Vue.js support for "delete selected" grid feature.
|
||||||
|
|
||||||
|
* Improve checkbox click handling support for grids.
|
||||||
|
|
||||||
|
* Improve/fix some views for Messages per Vue.js theme.
|
||||||
|
|
||||||
|
* Add some padding above/below form fields (for Vue.js).
|
||||||
|
|
||||||
|
* Use "warning" status for pricing batch rows, where product not found.
|
||||||
|
|
||||||
|
* Refactor "send new message" form, esp. recipients field, per Vue.js.
|
||||||
|
|
||||||
|
* Allow rendering of "raw" datetime as ISO date.
|
||||||
|
|
||||||
|
* Add very basic API views for label batches.
|
||||||
|
|
||||||
|
* Fallback to referrer if form has no cancel button URL.
|
||||||
|
|
||||||
|
* Fix merge feature for master index grid.
|
||||||
|
|
||||||
|
|
||||||
0.8.72 (2019-10-25)
|
0.8.72 (2019-10-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.72'
|
__version__ = '0.8.73'
|
||||||
|
|
Loading…
Reference in a new issue