From c80c9ad44c9bf6a00cfdc518625e13996e63feff Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 9 Mar 2021 13:41:18 +0100 Subject: [PATCH] CHANGELOG update for release 1.0.0 --- CHANGELOG | 79 +++++++--------------------------- smash/web/templates/_base.html | 6 +-- 2 files changed, 18 insertions(+), 67 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 007e178e..928f1108 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,55 +1,6 @@ -smasch (1.0.0~beta.6-1) unstable; urgency=low - - * bug fix: when two visits with the same start date are created compute visit - number on the visit creation order basis (#369) - * bug fix: default value should be able to store longer values - the same as - possible text value (#373) - * bug fix: when editing an appointment type, clicking cancel redirected you - to the list of languages (#372) - * bug fix: ETL label for Subject import changed to properly describe the - action (#70) - - -- Piotr Gawron <piotr.gawron@uni.lu> Wed, 24 Feb 2021 12:00:00 +0200 - -smasch (1.0.0~beta.5-1) unstable; urgency=low - - * bug fix: login page did not contain valid link to help with account - (#368) - - -- Piotr Gawron <piotr.gawron@uni.lu> Thu, 04 Feb 2021 12:00:00 +0200 - -smasch (1.0.0~beta.4-1) unstable; urgency=low - - * bug fix: MEDIA_ROOT was overwritten by tests that messed up with - deployment sometimes (#365) - * bug fix: media files were not served in production (#366) - * bug fix: crontab was cleared after debian package updated (#367) - - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 26 Jan 2021 16:00:00 +0200 - -smasch (1.0.0~beta.3-1) unstable; urgency=low - - * bug fix: upgrade from 0.15 version containing subjects failed - * bug fix: language import was not allowed - * bug fix: empty NEXMO_DEFAULT_FROM did not allow to send authentication - tokens using NEXMO (#364) - - -- Piotr Gawron <piotr.gawron@uni.lu> Mon, 25 Jan 2021 16:00:00 +0200 - -smasch (1.0.0~beta.2-1) unstable; urgency=low - - * bug fix: npm dependencies must be more strict - - -- Piotr Gawron <piotr.gawron@uni.lu> Thu, 17 Dec 2020 12:00:00 +0200 - -smasch (1.0.0~beta.1-1) unstable; urgency=low - - * bug fix: python dependencies are not in conflict - - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 15 Dec 2020 11:00:00 +0200 - -smasch (1.0.0~beta.0-1) unstable; urgency=low +smasch (1.0.0-1) stable; urgency=low + * backward incompatible: smasch is using python3 (#337) * backward incompatible: all ncer/pdp related fields are moved to custom fields and removed from default setup (#345) * improvement: added views to delete StudySubject and Subject (#354) @@ -59,6 +10,11 @@ smasch (1.0.0~beta.0-1) unstable; urgency=low panel (#334) * improvement: possibility to edit default visible columns in different subject lists (#348) + * improvement: docker script is available (#338) + * improvement: sqlite3 database is supported (#344) + * improvement: deb package that can be installed on ubuntu/debian machines + (#342) + * small improvement: login background is configurable (#327) * small improvement: "next of keen" renamed to "next of kin" (#362) * small improvement: django command for creating admin in application (#347) * small improvement: django admin panel contains usable data tables (#346) @@ -70,19 +26,16 @@ smasch (1.0.0~beta.0-1) unstable; urgency=low * small improvement: 2FA can be configured to be required option (#358) * small improvement: redcap API token is not visible in configuration panel (#359) - - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 15 Dec 2020 11:00:00 +0200 - -smasch (1.0.0~alpha.0-0) unstable; urgency=low - - * backward incompatible: smasch is using python3 (#337) - * improvement: docker script is available (#338) - * improvement: sqlite3 database is supported (#344) - * improvement: deb package that can be installed on ubuntu/debian machines - (#342) - * small improvement: login background is configurable (#327) + * bug fix: when two visits with the same start date are created compute visit + number on the visit creation order basis (#369) + * bug fix: when editing an appointment type, clicking cancel redirected you + to the list of languages (#372) + * bug fix: login page did not contain valid link to help with account + (#368) + * bug fix: empty NEXMO_DEFAULT_FROM did not allow to send authentication + tokens using NEXMO (#364) - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 27 Oct 2020 14:00:00 +0200 + -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 09 Mar 2021 14:00:00 +0200 smasch (0.15.0) stable; urgency=low diff --git a/smash/web/templates/_base.html b/smash/web/templates/_base.html index 5c501c18..f12f45ac 100644 --- a/smash/web/templates/_base.html +++ b/smash/web/templates/_base.html @@ -256,14 +256,12 @@ desired effect {% block footer %} <!-- To the right --> <div class="pull-right hidden-xs"> - Version: <strong>1.0.0~beta.6</strong> + Version: <strong>1.0.0</strong> </div> <!-- Default to the left --> - 2020 Bioinformatics Core, Luxembourg Centre for Systems Biomedicine <!--(eg. <small> + 2021 Bioinformatics Core, Luxembourg Centre for Systems Biomedicine - <strong>Copyright © 2016 <a href="#">Company</a>.</strong> All rights reserved. - </small>)--> {% endblock footer %} </footer> -- GitLab