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
Merged the "Shared Annotations" tab into the "Annotations" tab in the user's dashboard. If annotations are shared with you, you can see them in your dashboard. The table can be filtered by owner if you prefer to see only your own annotations. #6230
Add new backend API routes for working with annotations without having to provide a 'type' argument. Note that these support stored annotations (Task and Explorational), but do not work for CompoundTask/CompoundProject/CompoundTaskType annotations. For the latter, please use the original route variants with explicit type. #6285
Added
Added a warning for invalid volume layer names. The layer names must now be unique among all layers in an annotation and must not contain url encoded special characters. #6289
Added optional mappingName parameter to requestRawCuboid datastore route, which allows to directly apply a specified mapping in the backend. #6311
Added option to use X-Auth-Token header instead of query parameter in every datastore and tracingstore route. #6312
Changed
Changed the name of the volume annotation layer in tasks to be "Volume" instead of "Volume Layer". #6321
Dataset managers are now allowed to change dataset team permissions for all teams they are a member of. #6336
Fixed
Fixed that zooming out for datasets with very large scale was not possible until the coarsest level. #6304