Update changelog
This commit is contained in:
parent
512084194d
commit
9b1efc3e45
28
CHANGES.rst
28
CHANGES.rst
|
@ -2,6 +2,34 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.26 (2019-03-11)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Expose "true cost" and "true margin" columns for products grid.
|
||||||
|
|
||||||
|
* Use configured background color for 'bobcat' theme.
|
||||||
|
|
||||||
|
* Add view, edit links to vue.js users index.
|
||||||
|
|
||||||
|
* Fix navbar, footer background to match custom body background (bobcat theme).
|
||||||
|
|
||||||
|
* Fix layout issues for bobcat theme, so footer sticks to bottom.
|
||||||
|
|
||||||
|
* Fix login page styles for bobcat theme.
|
||||||
|
|
||||||
|
* Refactor template ``content_title()`` and prev/next buttons feature.
|
||||||
|
|
||||||
|
* Add basic 'dodo' theme.
|
||||||
|
|
||||||
|
* Allow apps to set background color per request.
|
||||||
|
|
||||||
|
* Add 'falafel' theme, based on bobcat.
|
||||||
|
|
||||||
|
* Begin to customize grid filters, for 'falafel' theme.
|
||||||
|
|
||||||
|
* Fix PO unit cost calculation for ordering row, batch.
|
||||||
|
|
||||||
|
|
||||||
0.8.25 (2019-03-08)
|
0.8.25 (2019-03-08)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.25'
|
__version__ = '0.8.26'
|
||||||
|
|
Loading…
Reference in a new issue