Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.2 KB

CHANGELOG.unreleased.md

File metadata and controls

25 lines (17 loc) · 1.2 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

Changed

  • Reading image files on datastore filesystem is now done asynchronously. #8126

Fixed

  • Fix performance bottleneck when deleting a lot of trees at once. #8176
  • Fix a bug when importing an NML with groups when only groups but no trees exist in an annotation. #8176
  • Fix a bug where trying to delete a non-existing node (via the API, for example) would delete the whole active tree. #8176

Removed

Breaking Changes