Update changelog
This commit is contained in:
parent
fe2905e9df
commit
ed9f8a269c
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.43 (2018-10-19)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add new timeout fields for tempmon probe.
|
||||||
|
|
||||||
|
* Customize template for viewing probe details.
|
||||||
|
|
||||||
|
* Add support for new Tempmon Appliance table, etc.
|
||||||
|
|
||||||
|
* Add basic image upload support for tempmon appliances.
|
||||||
|
|
||||||
|
* Add thumbnail images to Appliances grid.
|
||||||
|
|
||||||
|
* Hopefully, let the Grid class generate a default list of columns.
|
||||||
|
|
||||||
|
* Don't include grid filters for LargeBinary columns.
|
||||||
|
|
||||||
|
|
||||||
0.7.42 (2018-10-18)
|
0.7.42 (2018-10-18)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.42'
|
__version__ = '0.7.43'
|
||||||
|
|
Loading…
Reference in a new issue