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.
- Added the total volume of a dataset to a tooltip in the dataset info tab. #8229
- Optimized performance of data loading with “fill value“ chunks. #8271
- Renamed "resolution" to "magnification" in more places within the codebase, including local variables. #8168
- Layer names are now allowed to contain
$
as special characters. #8241 - Datasets can now be renamed and can have duplicate names. #8075
- Improved the default colors for skeleton trees. #8228
- Allowed to train an AI model using differently sized bounding boxes. We recommend all bounding boxes to have equal dimensions or to have dimensions which are multiples of the smallest bounding box. #8222
- Within the bounding box tool, the cursor updates immediately after pressing
ctrl
, indicating that a bounding box can be moved instead of resized. #8253
- Fixed that listing datasets with the
api/datasets
route without compression failed due to missing permissions regarding public datasets. #8249 - A "Locked by anonymous user" banner is no longer shown when opening public editable annotations of other organizations. #8273
- Fixed a bug that uploading a zarr dataset with an already existing
datasource-properties.json
file failed. #8268 - Fixed the organization switching feature for datasets opened via old links. #8257
- Fixed that uploading an NML file without an organization id failed. Now the user's organization is used as fallback. #8277
- Fixed that the frontend did not ensure a minimum length for annotation layer names. Moreover, names starting with a
.
are also disallowed now. #8244 - Fixed a bug where in the add remote dataset view the dataset name setting was not in sync with the datasource setting of the advanced tab making the form not submittable. #8245
- Fix read and update dataset route for versions 8 and lower. #8263
- Fixed that task bounding boxes are again converted to user bounding boxes when uploading annotations via nmls. #8280
- Added missing legacy support for
isValidNewName
route. #8252 - Fixed some layout issues in the upload view. #8231
- Fixed
FATAL: role "postgres" does not exist
error message in Docker compose. #8240 - Fixed the Zarr 3 implementation not accepting BytesCodec without "configuration" key. #8282
- Removed support for HTTP API versions 3 and 4. #8075