All notable (yet unreleased) user-facing changes to WEBKNOSSOS are documented in this file.
See CHANGELOG.released.md
for the changes which are part of official releases.
The format is based on Keep a Changelog
and this project adheres to Calendar Versioning 0Y.0M.MICRO
.
For upgrade instructions, please check the migration guide.
- WEBKNOSSOS now automatically searches in subfolder / sub-collection identifiers for valid datasets in case a provided link to a remote dataset does not directly point to a dataset. #7912
- Added the option to move a bounding box via dragging while pressing ctrl / meta. #7892
- Added route
/import?url=<url_to_datasource>
to automatically import and view remote datasets. #7844 - Added that newly created, modified and clicked on bounding boxes are now highlighted and scrolled into view, while the bounding box tool is active. #7935
- Added option to expand or collapse all subgroups of a segment group in the segments tab. #7911
- The context menu that is opened upon right-clicking a segment in the dataview port now contains the segment's name. #7920
- Upgraded backend dependencies for improved performance and stability. #7922
- It is now saved whether segment groups are collapsed or expanded, so this information doesn't get lost e.g. upon page reload. #7928
- The context menu entry "Focus in Segment List" expands all necessary segment groups in the segments tab to show the highlighted segment. #7950
- In the proofreading mode, you can enable/disable that only the active segment and the hovered segment are rendered. #7654
- Upgraded s3 client for improved performance when loading remote datasets. #7936
- Added support for reading zstd-compressed zarr2 datasets #7964
- The warning about a mismatch between the scale of a pre-computed mesh and the dataset scale's factor now also considers all supported mags of the active segmentation layer. This reduces the false posive rate regarding this warning. #7921
- It is no longer allowed to edit annotations of other organizations, even if they are set to public and to others-may-edit. #7923
- When proofreading segmentations, the user can now interact with super-voxels directly in the data viewports. Additionally, proofreading is significantly faster because the segmentation data doesn't have to be re-downloaded after each merge/split operation. #7654
- Because of the way our models are trained, AI analysis and training is disabled for 2D and ND datasets, as well as for color layers with data type uInt24. #7957
- Fixed a bug that allowed the default newly created bounding box to appear outside the dataset. In case the whole bounding box would be outside it is created regardless. #7892
- Fixed a rare bug that could cause hanging dataset uploads. #7932
- Fixed that trashcan icons to remove layers during remote dataset upload were floating above the navbar. #7954