From 8f79297294c8798a8c8d2791a745e416d99d0fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szczepanik?= Date: Fri, 2 Feb 2018 18:53:55 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed4190..7174069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project versioning is based on [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.1] - 2018-01-21 +### Changed +- Updated the version number +- Updated this changelog + +## [0.3.0] - 2018-01-21 ### Added - Session label can be entered by user or taken from ether subject name or series name using regular expressions. - Subjects can be renamed using regular expressions. +- Acq label can be added ### Changed - Session label no longer can be filled in the table, but it now has a dedicated popover. +- T2map was added to suffix list in the GUI ## [0.2.0] - 2018-01-21 ### Added @@ -21,7 +30,6 @@ and this project versioning is based on [Semantic Versioning](http://semver.org/ - Fieldmap files now don't have the _e2 suffix from dcm2niix. - General Mapping Window task column was changed to task name column, and the task label is now derived from its content by removing non-alphanumeric characters (rather than taken literally). - ## [0.1.1] - 2018-01-18 ### Added - Make the temporary folder hidden (bids_root/.dicom), clear it during use and remove after export ends.