Skip to content

24.11.1

Latest
Compare
Choose a tag to compare
@fm3 fm3 released this 13 Nov 10:58
· 17 commits to master since this release

Highlights

  • It is now possible to add metadata in annotations to Trees and Segments. #7875
  • Added a button to the search popover in the skeleton and segment tab to select all matching non-group results. #8123

Added

  • It is now possible to add metadata in annotations to Trees and Segments. #7875
  • Added a summary row to the time tracking overview, where times and annotations/tasks are summed. #8092
  • Most sliders have been improved: Wheeling above a slider now changes its value and double-clicking its knob resets it to its default value. #8095
  • It is now possible to search for unnamed segments with the full default name instead of only their id. #8133
  • Increased loading speed for precomputed meshes. #8110
  • Added a button to the search popover in the skeleton and segment tab to select all matching non-group results. #8123
  • Unified wording in UI and code: “Magnification”/“mag” is now used in place of “Resolution“ most of the time, compare [https://docs.webknossos.org/webknossos/terminology.html](terminology document). #8111
  • Added support for adding remote OME-Zarr NGFF version 0.5 datasets. #8122
  • Workflow reports may be deleted by superusers. #8156

Changed

  • Some mesh-related actions were disabled in proofreading-mode when using meshfiles that were created for a mapping rather than an oversegmentation. #8091
  • Admins can now see and cancel all jobs. The owner of the job is shown in the job list. #8112
  • Migrated nightly screenshot tests from CircleCI to GitHub actions. #8134
  • Migrated nightly screenshot tests for wk.org from CircleCI to GitHub actions. #8135
  • Thumbnails for datasets now use the selected mapping from the view configuration if available. #8157

Fixed

  • Fixed a bug during dataset upload in case the configured datastore.baseFolder is an absolute path. #8098 #8103
  • Fixed bbox export menu item #8152
  • When trying to save an annotation opened via a link including a sharing token, the token is automatically discarded in case it is insufficient for update actions but the users token is. #8139
  • Fix that scrolling in the trees and segments tab did not work while dragging. #8162
  • Fixed that uploading a dataset which needs a conversion failed when the angstrom unit was configured for the conversion. #8173
  • Fixed that the skeleton search did not automatically expand groups that contained the selected tree #8129
  • Fixed interactions in the trees and segments tab like the search due to a bug introduced by #8162. #8186
  • Fixed a bug that zarr streaming version 3 returned the shape of mag (1, 1, 1) / the finest mag for all mags. #8116
  • Fixed sorting of mags in outbound zarr streaming. #8125
  • Fixed a bug where you could not create annotations for public datasets of other organizations. #8107
  • Users without edit permissions to a dataset can no longer delete sharing tokens via the API. #8083
  • Fixed downloading task annotations of teams you are not in, when accessing directly via URI. #8155
  • Removed unnecessary scrollbars in skeleton tab that occurred especially after resizing. #8148
  • Deleting a bounding box is now possible independently of a visible segmentation layer. #8164
  • S3-compliant object storages can now be accessed via HTTPS. #8167
  • Fixed that skeleton tree nodes were created with the wrong mag. #8185
  • Fixed the expected type of a tree node received from the server. Fixes nml export to include the inMag field correctly. #8187
  • Fixed a layout persistence bug leading to empty viewports, triggered when switching between orthogonal, flight, or oblique mode. #8177

Removed

Breaking Changes