Update changelog
This commit is contained in:
parent
5a4abbb163
commit
a7c6380a3a
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.180 (2021-12-07)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add basic import/export handler views, tool to run jobs.
|
||||||
|
|
||||||
|
* Overhaul import handler config etc.:
|
||||||
|
* add ``MasterView.configurable`` concept, ``/configure.mako`` template
|
||||||
|
* add new master view for DataSync Threads (needs content)
|
||||||
|
* tweak view config for DataSync Changes accordingly
|
||||||
|
* update the Configure DataSync page per ``configurable`` concept
|
||||||
|
* add new Configure Import/Export page, per ``configurable``
|
||||||
|
* add basic views for Raw Permissions
|
||||||
|
|
||||||
|
* Honor "safe for web app" flags for import/export handlers.
|
||||||
|
|
||||||
|
* When viewing report output, show params as proper buefy table.
|
||||||
|
|
||||||
|
|
||||||
0.8.179 (2021-12-03)
|
0.8.179 (2021-12-03)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.179'
|
__version__ = '0.8.180'
|
||||||
|
|
Loading…
Reference in a new issue