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
Added a image data download speed indicator to the statusbar. On hover a tooltip is shown that show the total amount of downloaded shard data. #6269
Provide a UI to download/export a dataset in view-mode. The UI explains how to access the data with the python library. #6283
Added
Added a warning for when the resolution in the XY viewport on z=1-downsampled datasets becomes too low, explaining the problem and how to mitigate it. #6255
Added the possibility to view and download older versions of read-only annotations. #6274
Added a proofreading tool which can be used to edit agglomerate mappings. After activating an agglomerate mapping the proofreading tool can be selected. While the tool is active, agglomerates can be clicked to load their agglomerate skeletons. Use the context menu to delete or create edges for those agglomerate skeletons to split or merge agglomerates. The changes will immediately reflect in the segmentation and meshes. #6195
Changed
For the api routes that return annotation info objects, the user field was renamed to owner. User still exists as an alias, but will be removed in a future release. #6250
Slimmed the URLs for annotations by removing Explorational and Task. The old URLs are still supported, but will be redirected to the new format. #6208
When creating a task from a base annotation, the starting position/rotation and bounding box as specified during task creation are now used and overwrite the ones from the original base annotation. #6249
Increased maximum interpolation depth from 8 to 100. #6292
Fixed
Fixed that bounding boxes were deletable in read-only tracings although the delete button was disabled. #6273
Fixed that (old) sharing links with tokens did not work, because the token was removed during a redirection. #6281