From 24516b81cb3a98b6c386cb5c6f4720b0be76548a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 2 Sep 2020 13:44:13 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 18 ++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 29e1128b..e3ff8171 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,24 @@ CHANGELOG ========= +0.8.106 (2020-09-02) +-------------------- + +* Add progress for generating "results as CSV/XLSX" file to download. + +* Use utf8 encoding when downloading results as CSV. + +* Add new/flexible "download results" feature. + +* Fix spacing between components in "grid tools" section. + +* Add support for batch execution options in Buefy themes. + +* Improve auto-handling of "local" timestamps. + +* Expose ``Product.average_weight`` field. + + 0.8.105 (2020-08-21) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 30e62aa6..270801a0 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.105' +__version__ = '0.8.106'