Skip to content

Commit cf115fd

Browse files
philippottodaniel-werfm3
authored
Release 25.06.1 (#8669)
Based on 25.06.0 + 41d8490. - [X] Updated [changelog](../blob/master/CHANGELOG.unreleased.md#unreleased) - [X] Updated [migration guide](../blob/master/MIGRATIONS.unreleased.md#unreleased) if applicable --------- Co-authored-by: Daniel <daniel.werner@scalableminds.com> Co-authored-by: Florian M <fm3@users.noreply.github.com>
1 parent 41d8490 commit cf115fd

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.released.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
88
For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md).
99

10+
## [25.06.1](https://github.com/scalableminds/webknossos/releases/tag/25.06.1) - 2025-06-03
11+
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.0...25.06.1)
12+
13+
### Fixed
14+
- Fixed viewing the results of volume annotation tasks in compound view. [#8668](https://github.com/scalableminds/webknossos/pull/8668)
15+
1016
## [25.06.0](https://github.com/scalableminds/webknossos/releases/tag/25.06.0) - 2025-05-26
1117
[Commits](https://github.com/scalableminds/webknossos/compare/25.05.1...25.06.0)
1218

@@ -22,7 +28,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
2228
- Added the possibility for super users to retry manually cancelled jobs from the jobs list. [#8629](https://github.com/scalableminds/webknossos/pull/8629)
2329

2430
### Changed
25-
- Remove `data.maybe` dependency and replaced with regular Typescript types. [#8563](https://github.com/scalableminds/webknossos/pull/8563)
31+
- Removed `data.maybe` dependency and replaced with regular Typescript types. [#8563](https://github.com/scalableminds/webknossos/pull/8563)
2632
- Updated `View Modes` documentation page with links for mouse and keyboard shortcuts. [#8582](https://github.com/scalableminds/webknossos/pull/8582)
2733
- Renamed the button to view the compound annotation of all tasks of a tasktype to be more descriptive. [#8565](https://github.com/scalableminds/webknossos/pull/8565)
2834
- Replaced fixed threshold of 40 meshes by a dynamic limit based on the number of triangles in the mesh for the "Create Animation" job. [#8588](https://github.com/scalableminds/webknossos/pull/8588)

CHANGELOG.unreleased.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC
88
For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md).
99

1010
## Unreleased
11-
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.0...HEAD)
11+
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.1...HEAD)
1212

1313
### Added
1414

1515
### Changed
1616

1717
### Fixed
1818
- Improved efficiency of saving bounding box related changes. [#8492](https://github.com/scalableminds/webknossos/pull/8492)
19-
- Fixed regression which caused the import of trees (also of agglomerate skeletons) to crash if the annotation was not empty. [#8656](https://github.com/scalableminds/webknossos/pull/8656)
2019
- When deleting a dataset, its caches are cleared, so that if a new dataset by the same name is uploaded afterwards, only new data is loaded. [#8638](https://github.com/scalableminds/webknossos/pull/8638)
21-
- Fixed viewing the results of volume anotation tasks in compound view. [#8668](https://github.com/scalableminds/webknossos/pull/8668)
2220

2321
### Removed
2422

MIGRATIONS.released.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi
66
This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
77
User-facing changes are documented in the [changelog](CHANGELOG.released.md).
88

9+
## [25.06.1](https://github.com/scalableminds/webknossos/releases/tag/25.06.1) - 2025-06-03
10+
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.0...25.06.1)
11+
12+
### Postgres Evolutions:
13+
None.
14+
915
## [25.06.0](https://github.com/scalableminds/webknossos/releases/tag/25.06.0) - 2025-05-26
1016
[Commits](https://github.com/scalableminds/webknossos/compare/25.05.1...25.06.0)
1117

MIGRATIONS.unreleased.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
66
User-facing changes are documented in the [changelog](CHANGELOG.released.md).
77

88
## Unreleased
9-
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.0...HEAD)
9+
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.1...HEAD)
1010

1111
### Postgres Evolutions:
12-
1312
- [134-dataset-layer-attachments.sql](conf/evolutions/134-dataset-layer-attachments.sql)

0 commit comments

Comments
 (0)