Skip to content

23.01.0

Compare
Choose a tag to compare
@philippotto philippotto released this 03 Jan 09:23
· 911 commits to master since this release

Highlights

  • Added a new datasets tab to the dashboard which supports managing datasets in folders. Folders can be organized hierarchically and datasets can be moved into these folders. Selecting a dataset will show dataset details in a sidebar. #6591
  • webKnossos is now able to recover from a lost webGL context. #6663
  • Major performance improvements for brushing in coarse magnifications. #6708

Added

  • Added sign in via OIDC. #6534
  • Added the option to search a specific folder in the new datasets tab. #6677
  • The new datasets tab in the dashboard allows multi-selection of datasets so that multiple datasets can be moved to a folder at once. As in typical file explorers, CTRL + left click adds individual datasets to the current selection. Shift + left click selects a range of datasets. #6683

Changed

  • Bulk task creation now needs the taskTypeId, the task type summary will no longer be accepted. #6640
  • Error handling and reporting is more robust now. #6700
  • The Quick-Select settings are opened (and closed) automatically when labeling with the preview mode. That way, bulk labelings with preview mode don't require constantly opening the settings manually. #6706

Fixed

  • Fixed import of N5 datasets. #6668
  • Fixed a bug where it was possible to create invalid an state by deleting teams that are referenced elsewhere. 6664
  • Miscellaneous fixes for the new folder UI. #6674
  • Fixed import of remote datasets with multiple layers and differing resolution pyramid. #6670
  • Fixed broken Get-new-Task button in task dashboard. #6677
  • Fixed access of remote datasets using the Amazon S3 protocol #6679
  • Fixed a bug in line measurement that would lead to an infinite loop. #6689
  • Fixed a bug where malformed json files could lead to uncaught exceptions.#6691
  • Fixed rare crash in publications page. #6700
  • Respect the config value mail.smtp.auth (used to be ignored, always using true) #6692

Removed

Breaking Changes