Update changelog
This commit is contained in:
parent
0c6bfcbee6
commit
884f960d3b
34
CHANGES.rst
34
CHANGES.rst
|
@ -2,6 +2,40 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.273 (2022-12-28)
|
||||
--------------------
|
||||
|
||||
* Add support for Buefy 0.9.x.
|
||||
|
||||
* Warn user when luigi is not installed, for relevant view.
|
||||
|
||||
* Fix HUD display when toggling employee status in profile view.
|
||||
|
||||
* Fix checkbox values when re-running a report.
|
||||
|
||||
* Make static files optional, for new tailbone-integration project.
|
||||
|
||||
* Preserve current tab for page reload in profile view.
|
||||
|
||||
* Add cleanup logic for old Beaker session data.
|
||||
|
||||
* Add basic support for editing help info for page, fields.
|
||||
|
||||
* Override document title when upgrading.
|
||||
|
||||
* Filter by person instead of user, for Generated Reports "Created by".
|
||||
|
||||
* Add "direct link" support for master grids.
|
||||
|
||||
* Add support for websockets over HTTP.
|
||||
|
||||
* Fix product image view for python3.
|
||||
|
||||
* Add "global searchbox" for quicker access to main views.
|
||||
|
||||
* Use minified version of vue.js by default, in falafel theme.
|
||||
|
||||
|
||||
0.8.272 (2022-12-21)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.272'
|
||||
__version__ = '0.8.273'
|
||||
|
|
Loading…
Reference in a new issue