From f8eecf6a9116b2b3c969c6acee4e6d2bfce45bd3 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Tue, 28 Jun 2022 16:40:23 +0200 Subject: [PATCH 1/2] release 22.07.0 --- CHANGELOG.released.md | 23 +++++++++++++++++++++++ CHANGELOG.unreleased.md | 15 +-------------- MIGRATIONS.released.md | 8 ++++++++ MIGRATIONS.unreleased.md | 4 +--- 4 files changed, 33 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index b062344ee94..932b037796b 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,29 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). +## [22.07.0](https://github.com/scalableminds/webknossos/releases/tag/22.07.0) - 2022-06-28 +[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...22.07.0) +[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...HEAD) + +### Highlights +- Added a image data download speed indicator to the statusbar. On hover a tooltip is shown that show the total amount of downloaded shard data. [#6269](https://github.com/scalableminds/webknossos/pull/6269) +- Provide a UI to download/export a dataset in view-mode. The UI explains how to access the data with the python library. [#6283](https://github.com/scalableminds/webknossos/pull/6283) + +### Added +- Added a warning for when the resolution in the XY viewport on z=1-downsampled datasets becomes too low, explaining the problem and how to mitigate it. [#6255](https://github.com/scalableminds/webknossos/pull/6255) +- Added the possibility to view and download older versions of read-only annotations. [#6274](https://github.com/scalableminds/webknossos/pull/6274) +- Added a proofreading tool which can be used to edit agglomerate mappings. After activating an agglomerate mapping the proofreading tool can be selected. While the tool is active, agglomerates can be clicked to load their agglomerate skeletons. Use the context menu to delete or create edges for those agglomerate skeletons to split or merge agglomerates. The changes will immediately reflect in the segmentation and meshes. [#6195](https://github.com/scalableminds/webknossos/pull/6195) + +### Changed +- For the api routes that return annotation info objects, the user field was renamed to owner. User still exists as an alias, but will be removed in a future release. [#6250](https://github.com/scalableminds/webknossos/pull/6250) +- Slimmed the URLs for annotations by removing `Explorational` and `Task`. The old URLs are still supported, but will be redirected to the new format. [#6208](https://github.com/scalableminds/webknossos/pull/6208) +- When creating a task from a base annotation, the starting position/rotation and bounding box as specified during task creation are now used and overwrite the ones from the original base annotation. [#6249](https://github.com/scalableminds/webknossos/pull/6249) +- Increased maximum interpolation depth from 8 to 100. [#6292](https://github.com/scalableminds/webknossos/pull/6292) + +### Fixed +- Fixed that bounding boxes were deletable in read-only tracings although the delete button was disabled. [#6273](https://github.com/scalableminds/webknossos/pull/6273) +- Fixed that (old) sharing links with tokens did not work, because the token was removed during a redirection. [#6281](https://github.com/scalableminds/webknossos/pull/6281) + ## [22.06.1](https://github.com/scalableminds/webknossos/releases/tag/22.06.1) - 2022-06-16 [Commits](https://github.com/scalableminds/webknossos/compare/22.06.0...22.06.1) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 913fbe41d19..e24ebe41a5c 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,26 +8,13 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). ## Unreleased - -[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/22.07.0...HEAD) ### Added -- Added a image data download speed indicator to the statusbar. On hover a tooltip is shown that show the total amount of downloaded shard data. [#6269](https://github.com/scalableminds/webknossos/pull/6269) -- Added a warning for when the resolution in the XY viewport on z=1-downsampled datasets becomes too low, explaining the problem and how to mitigate it. [#6255](https://github.com/scalableminds/webknossos/pull/6255) -- Provide a UI to download/export a dataset in view-mode. The UI explains how to access the data with the python library. [#6283](https://github.com/scalableminds/webknossos/pull/6283) -- Added the possibility to view and download older versions of read-only annotations. [#6274](https://github.com/scalableminds/webknossos/pull/6274) -- Added a proofreading tool which can be used to edit agglomerate mappings. After activating an agglomerate mapping the proofreading tool can be selected. While the tool is active, agglomerates can be clicked to load their agglomerate skeletons. Use the context menu to delete or create edges for those agglomerate skeletons to split or merge agglomerates. The changes will immediately reflect in the segmentation and meshes. [#6195](https://github.com/scalableminds/webknossos/pull/6195) ### Changed -- For the api routes that return annotation info objects, the user field was renamed to owner. User still exists as an alias, but will be removed in a future release. [#6250](https://github.com/scalableminds/webknossos/pull/6250) -- Slimmed the URLs for annotations by removing `Explorational` and `Task`. The old URLs are still supported, but will be redirected to the new format. [#6208](https://github.com/scalableminds/webknossos/pull/6208) -- When creating a task from a base annotation, the starting position/rotation and bounding box as specified during task creation are now used and overwrite the ones from the original base annotation. [#6249](https://github.com/scalableminds/webknossos/pull/6249) -- Increased maximum interpolation depth from 8 to 100. [#6292](https://github.com/scalableminds/webknossos/pull/6292) - ### Fixed -- Fixed that bounding boxes were deletable in read-only tracings although the delete button was disabled. [#6273](https://github.com/scalableminds/webknossos/pull/6273) -- Fixed that (old) sharing links with tokens did not work, because the token was removed during a redirection. [#6281](https://github.com/scalableminds/webknossos/pull/6281) ### Removed diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index 1df20f1d057..5ee57698ace 100644 --- a/MIGRATIONS.released.md +++ b/MIGRATIONS.released.md @@ -5,6 +5,14 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). +## [22.07.0](https://github.com/scalableminds/webknossos/releases/tag/22.07.0) - 2022-06-28 +[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...22.07.0) + + - FossilDB now has to be started with two new additional column families: editableMappings,editableMappingUpdates. Note that this upgrade can not be trivially rolled back, since new rocksDB column families are added and it is not easy to remove them again from an existing database. In case webKnossos needs to be rolled back, it is recommended to still keep the new column families in FossilDB. [#6195](https://github.com/scalableminds/webknossos/pull/6195) + +### Postgres Evolutions: + + ## [22.06.1](https://github.com/scalableminds/webknossos/releases/tag/22.06.1) - 2022-06-16 [Commits](https://github.com/scalableminds/webknossos/compare/22.06.0...22.06.1) diff --git a/MIGRATIONS.unreleased.md b/MIGRATIONS.unreleased.md index 582a83d4d6e..7ff19f1f09e 100644 --- a/MIGRATIONS.unreleased.md +++ b/MIGRATIONS.unreleased.md @@ -6,8 +6,6 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...HEAD) - - - FossilDB now has to be started with two new additional column families: editableMappings,editableMappingUpdates. Note that this upgrade can not be trivially rolled back, since new rocksDB column families are added and it is not easy to remove them again from an existing database. In case webKnossos needs to be rolled back, it is recommended to still keep the new column families in FossilDB. [#6195](https://github.com/scalableminds/webknossos/pull/6195) +[Commits](https://github.com/scalableminds/webknossos/compare/22.07.0...HEAD) ### Postgres Evolutions: From a314b6c6047b5398524f48b0f905deecbf905c6d Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Tue, 28 Jun 2022 17:23:38 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Daniel --- CHANGELOG.released.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 932b037796b..132849940db 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -9,7 +9,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released ## [22.07.0](https://github.com/scalableminds/webknossos/releases/tag/22.07.0) - 2022-06-28 [Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...22.07.0) -[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...HEAD) ### Highlights - Added a image data download speed indicator to the statusbar. On hover a tooltip is shown that show the total amount of downloaded shard data. [#6269](https://github.com/scalableminds/webknossos/pull/6269)