Skip to content

23.04.0

Compare
Choose a tag to compare
@philippotto philippotto released this 28 Mar 08:02
· 754 commits to master since this release
fc656c7

Highlights

  • Added email notifications for WK worker jobs. #6918
  • Added support for viewing sharded neuroglancer precomputed datasets. #6920

Added

  • Added support for datasets where layers are transformed individually (with an affine matrix). Transformations can be specified via datasource-properties.json or via JS API (will be ephemeral, then). #6748
  • Added list of all respective team members to the administration page for teams. #6915
  • Added support for uploading zip64 files. #6939

Changed

  • Interpolation during rendering is now more performance intensive, since the rendering approach was changed. Therefore, interpolation is disabled by default. On the flip side, the rendered quality is often higher than it used to be. #6748
  • Updated the styling of the "welcome" screen for new users to be in line with the new branding. #6904
  • Improved Terms-of-Service modal (e.g., allow to switch organization even when modal was blocking the remaining usage of WEBKNOSSOS). #6930
  • Uploads are now blocked when the organization’s storage quota is exceeded. #6893

Fixed

  • Fixed an issue with text hints not being visible on the logout page for dark mode users. #6916
  • Fixed creating task types with a selected preferred mode. #6928
  • Fixed support for rendering of negative floats. #6895
  • Fixed caching issues with webworkers. #6932
  • Fixed download button for annotations which was disabled in some cases. #6931
  • Fixed antd deprecation warning for Dropdown menus. #6898