Skip to content

Commit

Permalink
release 22.05.0 (#6168)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto authored Apr 26, 2022
1 parent 91a72b1 commit b6ecd8c
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 17 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ 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.05.0](https://github.com/scalableminds/webknossos/releases/tag/22.05.0) - 2022-04-26
[Commits](https://github.com/scalableminds/webknossos/compare/22.04.0...22.05.0)

### Highlights
- The mouse cursor now changes appearance to indicate the currently selected annotation tool [#6132](https://github.com/scalableminds/webknossos/pull/6132)

### Changed
- Various changes to the Dataset table in the dashboard [#6131](https://github.com/scalableminds/webknossos/pull/6131):
- Renamed "Allowed Teams" column to "Access Permissions".
- Add filter functionality to "Access Permissions" column to filter for public datasets.
- Removed `isActive` and `isPublic` columns to save screen space.
- Changed data layer entries to display layer names instead of categories, e.g. "color" --> "axons".
- Moved the list of "user with access to the selected dataset" from the dashboard to the respective dataset's settings (Sharing Tab). [#6166](https://github.com/scalableminds/webknossos/pull/6166)
- Sped up initial requests for remote zarr dataset by using asynchronous caching. [#6165](https://github.com/scalableminds/webknossos/pull/6165)

### Fixed
- Fixed a bug that led to an error when drag-'n'-dropping an empty volume annotation in the dataset view. [#6116](https://github.com/scalableminds/webknossos/pull/6116)
- Fixed rare callstack overflow when annotating large areas. [#6076](https://github.com/scalableminds/webknossos/pull/6076)
- Fixed the "Copy Slice" shortcut (`v` and `shift + v`) in resolutions other than the most detailed one. [#6130](https://github.com/scalableminds/webknossos/pull/6130)
- Fixed a bug where dataset tags with spaces would be automatically wrapped in quotes. [#6159](https://github.com/scalableminds/webknossos/pull/6159)
- Fixed a bug where during dataset upload, un-sorted anisotropic mags in the datasource-properties.json could lead to errors. [#6167](https://github.com/scalableminds/webknossos/pull/6167)

### Removed
- Removed the functionality to unlink the fallback layer from an existing segmentation layer. Either create an annotation without fallback layer or from within an annotation with a fallback layer, create a new volume layer, instead. [#6146](https://github.com/scalableminds/webknossos/pull/6146)

### Breaking Changes


## [22.04.0](https://github.com/scalableminds/webknossos/releases/tag/22.04.0) - 2022-03-22
[Commits](https://github.com/scalableminds/webknossos/compare/22.03.0...22.04.0)

Expand Down
16 changes: 1 addition & 15 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,14 @@ 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.04.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos/compare/22.05.0...HEAD)

### Added

### Changed
- The mouse cursor now changes appearance to indicate the currently selected annotation tool [#6132](https://github.com/scalableminds/webknossos/pull/6132)
- Various changes to the Dataset table in the dashboard [#6131](https://github.com/scalableminds/webknossos/pull/6131):
- Renamed "Allowed Teams" column to "Access Permissions".
- Add filter functionality to "Access Permissions" column to filter for public datasets.
- Removed `isActive` and `isPublic` columns to save screen space.
- Changed data layer entries to display layer names instead of categories, e.g. "color" --> "axons".
- Moved the list of "user with access to the selected dataset" from the dashboard to the respective dataset's settings (Sharing Tab). [#6166](https://github.com/scalableminds/webknossos/pull/6166)
- Sped up initial requests for remote zarr dataset by using asynchronous caching. [#6165](https://github.com/scalableminds/webknossos/pull/6165)

### Fixed
- Fixed a bug that led to an error when drag-'n-dropping an empty volume annotation in the dataset view. [#6116](https://github.com/scalableminds/webknossos/pull/6116)
- Fixed rare callstack overflow when annotating large areas. [#6076](https://github.com/scalableminds/webknossos/pull/6076)
- Fixed the "Copy Slice" shortcut (`v` and `shift + v`) in resolutions other than the most detailed one. [#6130](https://github.com/scalableminds/webknossos/pull/6130)
- Fixed a bug where dataset tags with spaces would be automatically wrapped in quotes. [#6159](https://github.com/scalableminds/webknossos/pull/6159)
- Fixed a bug where during dataset upload, un-sorted anisotropic mags in the datasource-properties.json could lead to errors. [#6167](https://github.com/scalableminds/webknossos/pull/6167)

### Removed
- Removed the functionality to unlink the fallback layer from an existing segmentation layer. Either create an annotation without fallback layer or from within an annotation with a fallback layer, create a new volume layer, instead. [#6146](https://github.com/scalableminds/webknossos/pull/6146)

### Breaking Changes
8 changes: 7 additions & 1 deletion MIGRATIONS.released.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.05.0](https://github.com/scalableminds/webknossos/releases/tag/22.05.0) - 2022-04-26
[Commits](https://github.com/scalableminds/webknossos/compare/22.04.0...22.05.0)

### Postgres Evolutions:


## [22.04.0](https://github.com/scalableminds/webknossos/releases/tag/22.04.0) - 2022-03-22
[Commits](https://github.com/scalableminds/webknossos/compare/22.03.0...22.04.0)

Expand Down Expand Up @@ -372,4 +378,4 @@ No migrations necessary.


## [18.07.0](https://github.com/scalableminds/webknossos/releases/tag/18.07.0) - 2018-07-05
First release
First release
2 changes: 1 addition & 1 deletion MIGRATIONS.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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.04.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos/compare/22.05.0...HEAD)

### Postgres Evolutions:

0 comments on commit b6ecd8c

Please sign in to comment.