Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.11 KB

CHANGELOG.unreleased.md

File metadata and controls

30 lines (22 loc) · 2.11 KB

Changelog (Unreleased)

All notable (yet unreleased) user-facing changes to WEBKNOSSOS are documented in this file. See CHANGELOG.released.md for the changes which are part of official releases.

The format is based on Keep a Changelog and this project adheres to Calendar Versioning 0Y.0M.MICRO. For upgrade instructions, please check the migration guide.

Unreleased

Commits

Added

  • Added more layer specific settings to the configurations included in sharing links. #8539
  • When uploading multiple NMLs at once, the description is now kept, if all NMLs with non-empty descriptions have the same description. #8533

Changed

  • Updated E2E tests to use vitest framework instead of ava. #8543
  • Adjusted the names of custom model inference jobs and train model jobs to match the worker's naming. #8524
  • Updated screenshot tests to use vitest framework instead of ava. #8553
  • The mapping dropdown for segmentation is wider now so that mapping names are fully readable. #8570

Fixed

  • Fixed rendering bug that could occur for transformed datasets when toggling the transform. #8568
  • Fixed a bug in the trees tab where the color change of a tree would affect the tree on which the context menu was previously opened. #8562

Removed

  • The Annotation update route can no longer update the description of the annotation. Please set the description before uploading the annotation instead. You can still edit the description in the UI. #8533

Breaking Changes