Skip to content

23.11.0

Compare
Choose a tag to compare
@philippotto philippotto released this 24 Oct 11:46
· 341 commits to master since this release
f0953cd

Highlights

  • Added a new tool that allows either measuring the distance of a path or a non-self-crossing area. #7258
  • For setups with webknossos-worker: Added a feature to create an engaging animation video of a dataset and its meshes processed in Blender. #7348

Added

  • Added social media link previews for links to datasets and annotations (only if they are public or if the links contain sharing tokens). #7331
  • Loading sharded zarr3 datasets is now significantly faster. #7363 and #7370
  • OME-NGFF datasets with only 2 dimensions can now be imported and viewed. #7349
  • Higher-dimension coordinates (e.g., for the t axis) are now encoded in the URL, too, so that reloading the page will keep you at your current position. Only relevant for 4D datasets. #7328
  • WEBKNOSSOS can now also explore datasets on the local file system if enabled in the new config key datastore.localFolderWhitelist. #7389
  • It is now possible to download volume annotations as zarr- rather than wkw-based zip. This case also supports annotations on timeseries (ND) datasets. #7288

Changed

  • Updated backend code to Scala 2.13, with upgraded Dependencies for optimized performance. #7327
  • Remote datasets with a datasource-properties.json can now also be imported without the need for OME metadata. #7372
  • Occurrences of isosurface were renamed to ad-hoc mesh. This also applies to configuration files. #7350
  • Improved user interface to start automatic AI analysis. #7368

Fixed

  • Fixed that some segment (group) actions were not properly disabled for non-editable segmentation layers. #7207
  • Fixed a bug where data from zarr2 datasets that have a channel axis was broken. #7374
  • Fixed a bug which changed the cursor position while editing the name of a tree or the comment of a node. #7390
  • Streaming sharded zarr3 datasets from servers which do not respond with Accept-Ranges header is now possible. #7392