Update changelog
This commit is contained in:
parent
19cd6336f9
commit
beadc08002
26
CHANGES.rst
26
CHANGES.rst
|
@ -2,6 +2,32 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.66 (2018-01-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add support for detaching Person from Customer.
|
||||||
|
|
||||||
|
* Allow disabling auto-dismiss of flash messages on mobile.
|
||||||
|
|
||||||
|
* Add ``FieldList`` wrapper for grid columns list.
|
||||||
|
|
||||||
|
* Show "unit cost" column by default, for products grid.
|
||||||
|
|
||||||
|
* Improve case/unit quantity validation for order worksheet.
|
||||||
|
|
||||||
|
* Show new 'confirmed' field for brands table.
|
||||||
|
|
||||||
|
* Add support for extra column(s) in timesheet view table.
|
||||||
|
|
||||||
|
* Add generic "download results as XLSX" feature.
|
||||||
|
|
||||||
|
* Add vendor links in cost grid when viewing product.
|
||||||
|
|
||||||
|
* Show "buttons" when viewing an object, with forms2 (i.e. Execute Batch).
|
||||||
|
|
||||||
|
* Refactor "most" remaining batch views etc. to use master3.
|
||||||
|
|
||||||
|
|
||||||
0.6.65 (2018-01-24)
|
0.6.65 (2018-01-24)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.65'
|
__version__ = '0.6.66'
|
||||||
|
|
Loading…
Reference in a new issue