Skip to content

24.10.0

Latest
Compare
Choose a tag to compare
@fm3 fm3 released this 24 Sep 11:42
· 26 commits to master since this release

Highlights

  • It is now possible to focus a bounding box in the bounding box tab by clicking its edges in a viewport or via a newly added context menu entry. #8054
  • Clicking on a bounding box within the bounding box tab centers it within the viewports and focuses it in the list. #8049

Added

  • Added the option to export nd datasets as ome tiff or tiff stack. Previously, this was only possible for 3d datasets. #7971
  • Added an assertion to the backend to ensure unique keys in the metadata info of datasets and folders. #8068
  • The feature to register all segments within a bounding box now takes the current magnification into consideration, e.g. for calculating the volume limit for a bounding box. #8082

Changed

  • For self-hosted versions, the text in the dataset upload view was updated to recommend switching to webknossos.org. #7996
  • Updated frontend package management to yarn version 4. 8061
  • Updated React to version 18. Updated many peer dependencies inlcuding Redux, React-Router, antd, and FlexLayout. #8048
  • Improved the performance of context menus in the bounding box tab. #8059

Fixed

  • The JS API v2 has been removed as it was deprecated by v3 in 2018. Please upgrade to v3 in case your scripts still use v2. #8076
  • Fixed that the precompute-meshfile button did not work in the segments tab. #8077
  • Removed the superfluous _type field when writing zarr3 codec jsons.

Removed

Breaking Changes