Update changelog

This commit is contained in:
Lance Edgar 2019-05-09 12:34:18 -05:00
parent 684363bcde
commit 13db4861e1
2 changed files with 31 additions and 1 deletions

View file

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

View file

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