Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.36 KB

CHANGELOG.unreleased.md

File metadata and controls

30 lines (22 loc) · 2.36 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 the option for the owner to lock explorative annotations. Locked annotations cannot be modified by any user. An annotation can be locked in the annotations table and when viewing the annotation via the navbar dropdown menu. #7801
  • Uploading an annotation into a dataset that it was not created for now also works if the dataset is in a different organization. #7816
  • When downloading + reuploading an annotation that is based on a segmentation layer with active mapping, that mapping is now still be selected after the reupload. #7822
  • In the Voxelytics workflow list, the name of the WEBKNOSSOS user who started the job is displayed. #7794

Changed

  • The "WEBKNOSSOS Changelog" modal now lazily loads its content potentially speeding up the initial loading time of WEBKNOSSOS and thus improving the UX. #7843
  • From now on only project owner get a notification email upon project overtime. The organization specific email list overTimeMailingList was removed. #7842
  • Replaced skeleton comment tab component with antd's <Tree />component. #7802

Fixed

  • Fixed a bug where brushing on a fallback segmentation with active mapping and with segment index file would lead to failed saves. #7833
  • Fixed a bug where sometimes old mismatching javascript code would be served after upgrades. #7854

Removed

Breaking Changes