Skip to content

Releases: scalableminds/webknossos

21.02.1

03 Feb 11:32
Compare
Choose a tag to compare

Highlights ✨

  • Fixed a bug where the listing of users that have open tasks of a project failed. #5115

21.02.0

27 Jan 14:55
a73fde3
Compare
Choose a tag to compare

Highlights ✨

  • The dataset import UI was streamlined by making it clearer when automatic suggestions are available for the dataset properties. Previously, these suggestions were applied automatically which could cause some confusion. #4944
  • Added the possibility to generate skeletons from an HDF5 agglomerate file mapping on-the-fly. With an activated agglomerate file mapping, use Shift + Middle Mouse Click to import a skeleton of the cell into the annotation. Alternatively, use the button in the segmentation tab to import a skeleton of the centered cell into the annotation. #4958

21.01.0

22 Dec 08:02
3ba0f73
Compare
Choose a tag to compare

Highlights ✨

  • Creating a hybrid (skeleton + volume) annotation from the dashboard is now the default way of annotating a dataset. The other options are still available via a dropdown. #4939

20.12.0

23 Nov 13:40
cb9a1d6
Compare
Choose a tag to compare

Highlights ✨

  • Added multi-resolution volume annotations. As a result, volume tracings can be viewed even when zooming out to downsampled magnifications. Note that already existing volume tracings will still only contain data in the first magnification. If you want to migrate an old volume tracing, you can explicitly trigger the downsampling in the sidebar's layer settings. #4755
  • Improved performance of volume annotations (brush and trace tool). #4848

20.11.0

26 Oct 15:33
95f0a06
Compare
Choose a tag to compare

Highlights ✨

  • Improved the toolbar to make the different webKnossos tools easier to use. For example, the fill-tool and the cell-picker have a dedicated button in volume annotations now. #4875
  • The dataset upload is now more robust and can recover from a failed upload of a data chunk. #4860
  • Movements in the 3D viewport are now time-tracked. #4876

20.10.0

21 Sep 08:29
Compare
Choose a tag to compare

Highlights ✨

  • Added the possibility to undo and redo volume annotation strokes. #4771
  • Isosurface generation now also supports volume tracings (without fallback layers). #4567
  • Added a tool to initiate a flood fill in a volume tracing with the active cell id. #4780
  • Added the possibility to navigate to the preceding/subsequent node by pressing "ctrl + ," or "ctrl + ." in a skeleton tracing. #4147

20.09.0

20 Aug 13:44
Compare
Choose a tag to compare

Highlights ✨

  • Improved the distinguishability of segments by improving the color generation and also by rendering patterns within the segments. The pattern opacity can be adapted in the layer settings (next to the opacity of the segmentation layer). #4730
  • Added the possibility to move nodes in skeleton tracings. This can be done either by pressing CTRL + arrow key or by dragging while holding CTRL. #4743

20.08.0

21 Jul 07:41
Compare
Choose a tag to compare

Highlights ✨

  • Added the possibility to have multiple user-defined bounding boxes in an annotation. Task bounding boxes are automatically converted to such user bounding boxes upon “copy to my account” / reupload as explorational annotation. #4536
  • Separated the permissions of Team Managers (now actually team-scoped) and Dataset Managers (who can see all datasets). The database evolution makes all Team Managers also Dataset Managers, so no workflows should be interrupted. New users may have to be made Dataset Managers, though. For more information, refer to the updated documentation. #4663
  • Backend NML parser no longer rejects NMLs with trees that have multiple connected components. Instead, it splits those into one separate tree per component. #4688

20.07.0

03 Jul 12:56
Compare
Choose a tag to compare

Highlights ✨

  • Fixed that the dataset list in the dashboard could reorder its items asynchronously which could be very annoying for the user. #4640

20.06.0

26 May 09:39
Compare
Choose a tag to compare

Highlights ✨

  • Compression of volume tracing data is now already done in the browser, reducing I/O load and required disk space. #4602 and #4623