Skip to content

Commit

Permalink
Create patch release 22.06.1 (#6282)
Browse files Browse the repository at this point in the history
* Fix broken context menu in dataset-view-mode when no segmentation layer is visible (#6259)

* fix broken context menu in dataset-view-mode when no segmentation layer is visible

* update changelog

* Fix benign error toast for public annotations and other improvements (#6271)

* make modals lazy; don't show error toast when fetching token or teams failed; fix padding of share button

* update changelog

* rename makeModalLazy to makeComponentLazy; improve its typings and also use it for the ShareModalView, UserScriptsModal and MergeModalView

* improve typing

* don't try to fetch teams or token in sharing modal when not logged in

* don't show error toast when dataset sharing token could not be acquired (#6279)

Co-authored-by: Daniel <daniel.werner@scalableminds.com>

* update changelog for 22.06.1

Co-authored-by: Daniel <daniel.werner@scalableminds.com>
  • Loading branch information
philippotto and daniel-wer committed Jun 16, 2022
1 parent 33ab629 commit f88b3c8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.released.md
Expand Up @@ -7,6 +7,13 @@ 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.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)

### Fixed
- Fixed that the context menu broke webKnossos when opening it in dataset-view-mode while no segmentation layer was visible. [#6259](https://github.com/scalableminds/webknossos/pull/6259)
- Fixed benign error toast when viewing a public annotation without being logged in. [#6271](https://github.com/scalableminds/webknossos/pull/6271)

## [22.06.0](https://github.com/scalableminds/webknossos/releases/tag/22.06.0) - 2022-05-27
[Commits](https://github.com/scalableminds/webknossos/compare/22.05.1...22.06.0)

Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG.unreleased.md
Expand Up @@ -8,12 +8,11 @@ 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.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...HEAD)

### 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 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)

### Changed

Expand All @@ -24,8 +23,6 @@ Added a warning for when the resolution in the XY viewport on z=1-downsampled da
### 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 the context menu broke webKnossos when opening it in dataset-view-mode while no segmentation layer was visible. [#6259](https://github.com/scalableminds/webknossos/pull/6259)
- Fixed benign error toast when viewing a public annotation without being logged in. [#6271](https://github.com/scalableminds/webknossos/pull/6271)
- 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
Expand Down
6 changes: 6 additions & 0 deletions MIGRATIONS.released.md
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.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)

### Postgres Evolutions:


## [22.06.0](https://github.com/scalableminds/webknossos/releases/tag/22.06.0) - 2022-05-27
[Commits](https://github.com/scalableminds/webknossos/compare/22.05.1...22.06.0)

Expand Down
2 changes: 1 addition & 1 deletion MIGRATIONS.unreleased.md
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.06.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos/compare/22.06.1...HEAD)

### Postgres Evolutions:

0 comments on commit f88b3c8

Please sign in to comment.