Skip to content

Commit

Permalink
updated changelog and migration guide for 19.10.0 release (#4293)
Browse files Browse the repository at this point in the history
* updated changelog and migration guide for 19.10.0 release
  • Loading branch information
jstriebel authored and bulldozer-boy[bot] committed Sep 30, 2019
1 parent 6f76522 commit 113b4c1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
28 changes: 23 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions MIGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 113b4c1

Please sign in to comment.