You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datasets and annotations can now be more than 3-dimensional, using additional coordinates. #7136
Volume and bounding box information is shown in segments' context menus as well as in a separate modal in the segments tab. There is also an option to export the statistics. #7249
Added
Added disabled drag handles to volume and skeleton layers for visual consistency. These layer cannot be dragged or reordered. #7295
Dataset thumbnails for grayscale layers can now be colored using the value in the view configuration. #7255
OpenID Connect authorization is now compatible with Providers that send the user information in an id_token. #7294
Segments and segment groups can be modified via the JS API. The following functions are available: registerSegment, removeSegment, updateSegment, createSegmentGroup, renameSegmentGroup, deleteSegmentGroup. #7332
A banner underneath the navigation bar informs about current and upcoming maintenances of WEBKNOSSOS. #7284
The AI-based quick select tool can now also be used for ND datasets. #7287
Changed
On datasets with segment indices, ad-hoc meshing can now create non-connected meshes. #7244
Annotating volume data uses a transaction-based mechanism now. As a result, WK is more robust against partial saves (i.e., due to a crashing tab). #7264