Update changelog
This commit is contained in:
parent
d51fe8483a
commit
90bf4edf0d
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.43 (2019-06-16)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Refactor tempmon probe view template, per Buefy.
|
||||||
|
|
||||||
|
* Refactor tempmon probe graph view per Buefy.
|
||||||
|
|
||||||
|
* Use once-button for tempmon client restart.
|
||||||
|
|
||||||
|
* Fix package diff table for upgrade view template, per Buefy.
|
||||||
|
|
||||||
|
* Assign client IP address to session, for sake of data versioning.
|
||||||
|
|
||||||
|
* Use locale formatting for some numbers in the Buefy grid.
|
||||||
|
|
||||||
|
* Buefy support for "mark batch as (in)complete".
|
||||||
|
|
||||||
|
|
||||||
0.8.42 (2019-06-14)
|
0.8.42 (2019-06-14)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.42'
|
__version__ = '0.8.43'
|
||||||
|
|
Loading…
Reference in a new issue