Update changelog

This commit is contained in:
Lance Edgar 2023-01-13 20:53:26 -06:00
parent d8bd4bd847
commit 80989cc84f
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
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)
--------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.8.281'
__version__ = '0.8.282'