Skip to content

22.10.0

Compare
Choose a tag to compare
@philippotto philippotto released this 28 Sep 08:07
· 1075 commits to master since this release

Highlights

  • Added a context menu option to extract the shortest path between two nodes as a new tree. Select the source node and open the context menu by right-clicking on another node in the same tree. #6423
  • Add setting for gamma correction for color and grayscale layers in the left sidebar. #6439
  • Added a context menu option to separate an agglomerate skeleton using Min-Cut. Activate the Proofreading tool, select the source node and open the context menu by right-clicking on the target node which you would like to separate through Min-Cut. #6361
  • The color of a segments can now be changed in the segments tab. Rightclick a segment in the list and select "Change Color" to open a color picker. #6372
  • Sharing links are shortened by default. Within the sharing modal, this shortening behavior can be disabled. #6461
  • The largestSegmentId is no longer a required property for segmentation layers. It is still recommended to set the property, since the generation of new segment IDs is blocked during volume annotation. However, annotating with manually set IDs is still possible. This change simplifies the import of datasets into webKnossos. #6414

Added

  • Zarr-based remote dataset import now also works for public AWS S3 endpoints with no credentials. #6421
  • Added a "clear" button to reset skeletons/meshes after successful mergers/split. #6459
  • The proofreading tool now supports merging and splitting (via min-cut) agglomerates by rightclicking a segment (and not a node). Note that there still has to be an active node so that both partners of the operation are defined. #6464
  • Added workflow reporting and logging features for Voxelytics into webKnossos. If activated, the workflows can be accessed from the Administration > Voxelytics menu item. #6416 #6460
  • Added possibility to read N5 datasets. #6466
  • Added "shift + w" shortcut to cycle backwards through annotation tools. #6493

Changed

  • Selecting a node with the proofreading tool won't have any side effects anymore. Previous versions could load additional agglomerate skeletons in certain scenarios which could be confusing. #6477
  • Removed optional "resolution" parameter from /datasets/:organizationName/:dataSetName/layers/:dataLayerName/data route. Use mag instead. #6479
  • Changed how volumes containing no data are stored. Now the selection of magnifications is correctly exported and imported. #6481
  • The "Restore Older Version" list is now paginated which improves performance for in case many versions exist. #6483

Fixed

  • Fixed sharing button for users who are currently visiting a dataset or annotation which was shared with them. #6438
  • Fixed the duplicate function for annotations with an editable mapping (a.k.a. supervoxel proofreading) layer. #6446
  • Fixed isosurface loading for volume annotations with mappings. #6458
  • Fixed importing of remote datastore (e.g., zarr) when datastore is set up separately. #6462
  • Fixed a crash which could happen when using the "Automatically clip histogram" feature in certain scenarios. #6433
  • Fixed loading agglomeate skeletons for agglomerate ids larger than 2^31. #6472
  • Fixed bug which could lead to conflict-warnings even though there weren't any. #6477
  • Fixed that one could not change the color of a segment or tree in Firefox. #6488
  • Fixed validation of layer selection when trying to start globalization of floodfills. #6497
  • Fixed filtering for public datasets in dataset table. #6496