From 113b4c1f21f731174b241dbb4bcd272594090bda Mon Sep 17 00:00:00 2001 From: Jonathan Striebel Date: Mon, 30 Sep 2019 10:41:03 +0200 Subject: [PATCH] updated changelog and migration guide for 19.10.0 release (#4293) * updated changelog and migration guide for 19.10.0 release --- CHANGELOG.md | 28 +++++++++++++++++++++++----- MIGRATIONS.md | 7 +++++-- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6bb5c7cf6..b83aaf8976b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,28 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC For upgrade instructions, please check the [migration guide](MIGRATIONS.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/19.09.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/19.10.0...HEAD) + +### Added +- + +### Changed +- + +### Fixed +- + +### Removed +- + + +## [19.10.0](https://github.com/scalableminds/webknossos/releases/tag/19.10.0) - 2019-09-30 +[Commits](https://github.com/scalableminds/webknossos/compare/19.09.0...19.10.0) + +### Highlights +- Clicking on an experience domain of a user, while multiple users are selected will edit the domain of all selected users (instead of only the domain of the clicked row). [#4280](https://github.com/scalableminds/webknossos/pull/4280) +- Creating a new skeleton tree group will always activate that group. [#4282](https://github.com/scalableminds/webknossos/pull/4282) +- Resetting a task to the initials state is now also allowed for volume tasks. [#4276](https://github.com/scalableminds/webknossos/pull/4276) ### Added - Reset to base is now also allowed for volume tasks. [#4276](https://github.com/scalableminds/webknossos/pull/4276) @@ -16,7 +37,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.md). - Renamed "Expected Time" to "Time Limit" in the project table. [#4278](https://github.com/scalableminds/webknossos/pull/4278) - Clicking on an experience domain of a user, while multiple users are selected will edit the domain of all selected users (instead of only the domain of the clicked row). [#4280](https://github.com/scalableminds/webknossos/pull/4280) -- Creating a new group will always activate that group. [#4282](https://github.com/scalableminds/webknossos/pull/4282) +- Creating a new skeleton tree group will always activate that group. [#4282](https://github.com/scalableminds/webknossos/pull/4282) ### Fixed - When creating tasks from zip, the individual nml names are used again, rather than the zip name. [#4277](https://github.com/scalableminds/webknossos/pull/4277) @@ -57,9 +78,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.md). - Fixed an imprecision when exporting an NML via the front-end. [#4262](https://github.com/scalableminds/webknossos/pull/4262) - Fixed viewing and tracing of datasets which only contain a segmentation layer. [#4265](https://github.com/scalableminds/webknossos/pull/4265) -### Removed -- - ## [19.08.0](https://github.com/scalableminds/webknossos/releases/tag/19.08.0) - 2019-07-29 [Commits](https://github.com/scalableminds/webknossos/compare/19.07.0...19.08.0) diff --git a/MIGRATIONS.md b/MIGRATIONS.md index af2229d53b6..08b70bf3f1e 100644 --- a/MIGRATIONS.md +++ b/MIGRATIONS.md @@ -5,11 +5,14 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.md). ## Unreleased -- +- ### Postgres Evolutions: -- [045-annotationsettings-mergerMode.sql](conf/evolutions/045-annotationsettings-mergerMode.sql) +- +## [19.10.0](https://github.com/scalableminds/webknossos/releases/tag/19.10.0) - 2019-09-30 +### Postgres Evolutions: +- [045-annotationsettings-mergerMode.sql](conf/evolutions/045-annotationsettings-mergerMode.sql) ## [19.09.0](https://github.com/scalableminds/webknossos/releases/tag/19.09.0) - 2019-08-28 No migrations necessary.