Skip to content

Commit

Permalink
Release 23.04.2 (#6981)
Browse files Browse the repository at this point in the history
* Fix missing buckets when annotation has set rotation value (#6967)

* don't use stored rotation from annotation when mode is set to orthogonal

* update changelog

* Update frontend/javascripts/oxalis/model_initialization.ts

* read viewMode from store instead of from url state

---------

Co-authored-by: Daniel <[email protected]>

* Release 23.04.1

* Fix incorrect rotation matrix after selecting nodes (#6978)

* fix that rotation could be changed in orthogonal mode when selecting nodes that were created in arbitrary mode

* fix spec

* update changelog

* Update frontend/javascripts/oxalis/model/reducers/flycam_reducer.ts

* fix regression which prevented the flycam matrix to be reset when switching to ortho mode

* Release 23.04.2

---------

Co-authored-by: Daniel <[email protected]>
  • Loading branch information
philippotto and daniel-wer authored Apr 14, 2023
1 parent bc6443c commit f4b5a16
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ 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).

## [23.04.2](https://github.com/scalableminds/webknossos/releases/tag/23.04.2) - 2023-04-14
[Commits](https://github.com/scalableminds/webknossos/compare/23.04.1...23.04.2)

### Fixed
- Fixed rendering problems in orthogonal when working with nodes that were created in flight or oblique mode. [#6978](https://github.com/scalableminds/webknossos/pull/6978)

## [23.04.1](https://github.com/scalableminds/webknossos/releases/tag/23.04.1) - 2023-04-06
[Commits](https://github.com/scalableminds/webknossos/compare/23.04.0...23.04.1)

### Fixed
- Fixed missing data during rendering in annotations in which the oblique or flight mode were used before the release of 23.04.0. [#6967](https://github.com/scalableminds/webknossos/pull/6967)
- Fixed incorrect initial tab when clicking "Show Annotations" for a user in the user list. Also, the datasets tab was removed from that page as it was the same as the datasets table from the main dashboard. [#6957](https://github.com/scalableminds/webknossos/pull/6957)

## [23.04.0](https://github.com/scalableminds/webknossos/releases/tag/23.04.0) - 2023-03-27
[Commits](https://github.com/scalableminds/webknossos/compare/23.03.1...23.04.0)
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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/23.04.1...HEAD)
[Commits](https://github.com/scalableminds/webknossos/compare/23.04.2...HEAD)

### Added
- Added rendering precomputed meshes with level of detail depending on the zoom of the 3D viewport. This feature only works with version 3 mesh files. [#6909](https://github.com/scalableminds/webknossos/pull/6909)
Expand All @@ -25,7 +25,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Fixed unintended dependencies between segments of different volume layers which used the same segment id. Now, using the same segment id for segments in different volume layers should work without any problems. [#6960](https://github.com/scalableminds/webknossos/pull/6960)
- Fixed incorrect initial tab when clicking "Show Annotations" for a user in the user list. Also, the datasets tab was removed from that page as it was the same as the datasets table from the main dashboard. [#6957](https://github.com/scalableminds/webknossos/pull/6957)
- Fixed that unsaved changes were shown when opening an annotation, although there weren't any. [#6972](https://github.com/scalableminds/webknossos/pull/6972)
- Fixed rendering problems in orthogonal when working with nodes that were created in flight or oblique mode. [#6978](https://github.com/scalableminds/webknossos/pull/6978)

### Removed

Expand Down
6 changes: 6 additions & 0 deletions MIGRATIONS.released.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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).

## [23.04.2](https://github.com/scalableminds/webknossos/releases/tag/23.04.2) - 2023-04-14
[Commits](https://github.com/scalableminds/webknossos/compare/23.04.1...23.04.2)

### Postgres Evolutions:
None.

## [23.04.1](https://github.com/scalableminds/webknossos/releases/tag/23.04.1) - 2023-04-06
[Commits](https://github.com/scalableminds/webknossos/compare/23.04.0...23.04.1)

Expand Down
5 changes: 2 additions & 3 deletions MIGRATIONS.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ 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/23.04.1...HEAD)

- The config key features.isDemoInstance was renamed to features.isWkorgInstance (only needs to be adapted for the main wkorg instance). [#6941](https://github.com/scalableminds/webknossos/pull/6941/files)
[Commits](https://github.com/scalableminds/webknossos/compare/23.04.2...HEAD)
- The config key features.isDemoInstance was renamed to features.isWkorgInstance (only needs to be adapted for the main wkorg instance). [#6941](https://github.com/scalableminds/webknossos/pull/6941/files)

### Postgres Evolutions:

0 comments on commit f4b5a16

Please sign in to comment.