diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 003ab455cb1..bd5f3d710fa 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). +## [25.03.1](https://github.com/scalableminds/webknossos/releases/tag/25.03.1) - 2025-04-10 +[Commits](https://github.com/scalableminds/webknossos/compare/25.03.0...25.03.1) + +### Fixed +- Fixed a bug where the annotation list would sometimes load very long if you have many annotations. [#8498](https://github.com/scalableminds/webknossos/pull/8498) +- Fixed a bug where sometimes large skeletons were not saved correctly, making them inaccessible on the next load. [#8513](https://github.com/scalableminds/webknossos/pull/8513) + ## [25.03.0](https://github.com/scalableminds/webknossos/releases/tag/25.03.0) - 2025-04-01 [Commits](https://github.com/scalableminds/webknossos/compare/25.02.1...25.03.0) @@ -19,6 +26,8 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Failed jobs may be retried by super-users. [#8377](https://github.com/scalableminds/webknossos/pull/8377) - Optimized server-side storage of skeleton annotation layers. [#8423](https://github.com/scalableminds/webknossos/pull/8423) - Added support for adding N5 datasets with compact-style multiscale metadata. [#8456](https://github.com/scalableminds/webknossos/pull/8456) +- Added a credit system making payment for long running jobs possible. For now it is in testing phase. [#8352](https://github.com/scalableminds/webknossos/pull/8352) +- The maximum available storage of an organization is now enforced during upload. [#8385](https://github.com/scalableminds/webknossos/pull/8385) ### Changed - When using a zarr link to a wk-served data layer as another layer’s source, the user’s token is used to access the data. [#8322](https://github.com/scalableminds/webknossos/pull/8322/) @@ -44,6 +53,12 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Fixed that the brightness/contrast settings (in the histogram) could not be changed if the histogram data could not be loaded for some reason. [#8459](https://github.com/scalableminds/webknossos/pull/8459) - Fixed that downloading + reupload of an annotation, in which the skeleton tools were never used, actually made them unreachable. [#8466](https://github.com/scalableminds/webknossos/pull/8466) - Fixed a bug where task creation with volume zip as input would fail. [#8468](https://github.com/scalableminds/webknossos/pull/8468) +- Fixed visual alignment of actions in ai model list. [#8474](https://github.com/scalableminds/webknossos/pull/8474) +- Improve formatting of credits amount in organization management page [#8487](https://github.com/scalableminds/webknossos/pull/8487) +- Re-enabled jobs planned to be paid with credits for organizations without a paid plan. [#8478](https://github.com/scalableminds/webknossos/pull/8478) +- Fixed that the dataset extent tooltip in the right details bar in the dashboard did not properly update when switching datasets. [#8477](https://github.com/scalableminds/webknossos/pull/8477) +- Fixed a bug where task creation with volume zip as input would fail. [#8468](https://github.com/scalableminds/webknossos/pull/8468) +- Fixed that a warning message about a newer version of an annotation was shown multiple times. [#8486](https://github.com/scalableminds/webknossos/pull/8486) ## [25.02.1](https://github.com/scalableminds/webknossos/releases/tag/25.02.1) - 2025-02-26 [Commits](https://github.com/scalableminds/webknossos/compare/25.02.0...25.02.1) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index bd8ff308acc..697a5840ee0 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,12 +8,10 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/25.03.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/25.03.1...HEAD) ### Added -- Added a credit system making payment for long running jobs possible. For now it is in testing phase. [#8352](https://github.com/scalableminds/webknossos/pull/8352) - The opacity of meshes can be adjusted using the 'Change Segment Color' context menu entry in the segments tab. [#8443](https://github.com/scalableminds/webknossos/pull/8443) -- The maximum available storage of an organization is now enforced during upload. [#8385](https://github.com/scalableminds/webknossos/pull/8385) - Performance improvements for volume annotation save requests. [#8460](https://github.com/scalableminds/webknossos/pull/8460) - Performance improvements for segment statistics (volume + bounding box in context menu). [#8469](https://github.com/scalableminds/webknossos/pull/8469) - Upgraded backend dependencies for improved performance and stability. [#8507](https://github.com/scalableminds/webknossos/pull/8507) @@ -27,17 +25,12 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Numbered docker image now use different and larger numbers. [#8147](https://github.com/scalableminds/webknossos/pull/8147) ### Fixed -- Fixed visual alignment of actions in ai model list. [#8474](https://github.com/scalableminds/webknossos/pull/8474) +- Fixed the alignment of the button that allows restricting floodfill operations to a bounding box. [#8388](https://github.com/scalableminds/webknossos/pull/8388) - Fixed that is was possible to trigger the find largest segment id job on layers which are not stored as segmentation layers on the server. [#8503](https://github.com/scalableminds/webknossos/pull/8503) -- Improve formatting of credits amount in organization management page [#8487](https://github.com/scalableminds/webknossos/pull/8487) -- Re-enabled jobs planned to be paid with credits for organizations without a paid plan. [#8478](https://github.com/scalableminds/webknossos/pull/8478) -- Fixed that the dataset extent tooltip in the right details bar in the dashboard did not properly update when switching datasets. [#8477](https://github.com/scalableminds/webknossos/pull/8477) -- Fixed a bug where task creation with volume zip as input would fail. [#8468](https://github.com/scalableminds/webknossos/pull/8468) - Fixed a rare and subtle bug related to volume annotation and undo/redo. [#7506](https://github.com/scalableminds/webknossos/pull/7506) -- Fixed that a warning message about a newer version of an annotation was shown multiple times. [#8486](https://github.com/scalableminds/webknossos/pull/8486) + - Fixed a bug where segment statistics would sometimes be wrong in case of an on-disk segmentation fallback layer with segment index file. [#8460](https://github.com/scalableminds/webknossos/pull/8460) - Fixed a bug where sometimes outdated segment statistics would be displayed. [#8460](https://github.com/scalableminds/webknossos/pull/8460) -- Fixed a bug where the annotation list would sometimes load very long if you have many annotations. [#8498](https://github.com/scalableminds/webknossos/pull/8498) - Fixed a bug where outbound zarr streaming would contain a typo in the zarr header dimension_separator field. [#8510](https://github.com/scalableminds/webknossos/pull/8510) - Fixed a bug where sometimes large skeletons were not saved correctly, making them inaccessible on the next load. [#8513](https://github.com/scalableminds/webknossos/pull/8513) - Fixed that meshes weren't loaded correctly if the precomputed mesh file contained multiple levels-of-detail. [#8519](https://github.com/scalableminds/webknossos/pull/8519) @@ -45,5 +38,4 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released ### Removed ### Breaking Changes - - Removed `docker-compose.yml` in favor of `tools/hosting/docker-compose.yml` [#8147](https://github.com/scalableminds/webknossos/pull/8147) diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index badf9eb4a71..cf7c0f1515b 100644 --- a/MIGRATIONS.released.md +++ b/MIGRATIONS.released.md @@ -6,16 +6,23 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). +## [25.03.1](https://github.com/scalableminds/webknossos/releases/tag/25.03.1) - 2025-04-10 +[Commits](https://github.com/scalableminds/webknossos/compare/25.03.0...25.03.1) + +### Postgres Evolutions: +None. + ## [25.03.0](https://github.com/scalableminds/webknossos/releases/tag/25.03.0) - 2025-04-01 [Commits](https://github.com/scalableminds/webknossos/compare/25.02.1...25.03.0) - - FossilDB now needs to be opened with additional column family `skeletonTreeBodies`. [#8423](https://github.com/scalableminds/webknossos/pull/8423) +- FossilDB now needs to be opened with additional column family `skeletonTreeBodies`. [#8423](https://github.com/scalableminds/webknossos/pull/8423) ### Postgres Evolutions: - [126-mag-real-paths.sql](conf/evolutions/126-mag-real-paths.sql) - [127-job-retried-by-super-user.sql](conf/evolutions/127-job-retried-by-super-user.sql) - [128-allow-ai-model-sharing.sql](conf/evolutions/128-allow-ai-model-sharing.sql) - +- [129-credit-transactions.sql](conf/evolutions/129-credit-transactions.sql) +- [130-replace-text-types.sql](conf/evolutions/130-replace-text-types.sql) ## [25.02.1](https://github.com/scalableminds/webknossos/releases/tag/25.02.1) - 2025-02-26 [Commits](https://github.com/scalableminds/webknossos/compare/25.02.0...25.02.1) diff --git a/MIGRATIONS.unreleased.md b/MIGRATIONS.unreleased.md index ac7d157422d..78c2497a279 100644 --- a/MIGRATIONS.unreleased.md +++ b/MIGRATIONS.unreleased.md @@ -6,10 +6,7 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/25.03.0...HEAD) - - - New FossilDB version `0.1.37` (`master__525:` on dockerhub) is required. [#8460](https://github.com/scalableminds/webknossos/pull/8460) +[Commits](https://github.com/scalableminds/webknossos/compare/25.03.1...HEAD) +- New FossilDB version `0.1.37` (`master__525:` on dockerhub) is required. [#8460](https://github.com/scalableminds/webknossos/pull/8460) ### Postgres Evolutions: -- [129-credit-transactions.sql](conf/evolutions/129-credit-transactions.sql) -- [130-replace-text-types.sql](conf/evolutions/130-replace-text-types.sql)