Update changelog
This commit is contained in:
parent
d8bd4bd847
commit
80989cc84f
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.282 (2023-01-13)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Show basic column info as row grid when viewing Table.
|
||||||
|
|
||||||
|
* Semi-finish logic for writing new table model class to file.
|
||||||
|
|
||||||
|
* Fix "toggle batch complete" for Chrome browser.
|
||||||
|
|
||||||
|
* Revert logic that assumes all themes use buefy.
|
||||||
|
|
||||||
|
* Refactor tempmon dashboard view, for buefy themes.
|
||||||
|
|
||||||
|
* Prevent listing for top-level Messages view.
|
||||||
|
|
||||||
|
|
||||||
0.8.281 (2023-01-12)
|
0.8.281 (2023-01-12)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.281'
|
__version__ = '0.8.282'
|
||||||
|
|
Loading…
Reference in a new issue