From 13db4861e159133d08dea81f4b54b9183361e004 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 9 May 2019 12:34:18 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 30 ++++++++++++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9f35a695..92c3b7da 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 2883a5bd..87d91bd0 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.38' +__version__ = '0.8.39'