Update changelog
This commit is contained in:
parent
684363bcde
commit
13db4861e1
30
CHANGES.rst
30
CHANGES.rst
|
@ -2,6 +2,36 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.39 (2019-05-09)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Expose params and type key for report output.
|
||||||
|
|
||||||
|
* Clean up falafel theme, move some parts to root template path.
|
||||||
|
|
||||||
|
* Allow choosing report from simple list, when generating new.
|
||||||
|
|
||||||
|
* Force unicode string behavior for left/right arrow thingies.
|
||||||
|
|
||||||
|
* Must still define "jquery theme" for falafel theme, for now.
|
||||||
|
|
||||||
|
* Add support for "quickie" search in falafel theme.
|
||||||
|
|
||||||
|
* Fix sorting info bug when Buefy grid doesn't support it.
|
||||||
|
|
||||||
|
* Make "view profile" buttons use "primary" color.
|
||||||
|
|
||||||
|
* Add ``simple_field()`` def for base falafel template.
|
||||||
|
|
||||||
|
* Align pseudo-columns for grid filters; let app settings define widths.
|
||||||
|
|
||||||
|
* Tweak how we disable grid filter options.
|
||||||
|
|
||||||
|
* Add basic Buefy form support when generating reports.
|
||||||
|
|
||||||
|
* Add basic/generic email validator logic.
|
||||||
|
|
||||||
|
|
||||||
0.8.38 (2019-05-07)
|
0.8.38 (2019-05-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.38'
|
__version__ = '0.8.39'
|
||||||
|
|
Loading…
Reference in a new issue