Skip to content

Commit 40c6938

Browse files
authored
Release 25.07.1 (#8775)
Cut at 1562965. (Please delete unneeded items, merge only when none are left open) - [x] Added changelog entry (create a `$PR_NUMBER.md` file in `unreleased_changes` or use `./tools/create-changelog-entry.py`) - [x] Added migration guide entry if applicable (edit the same file as for the changelog)
1 parent 1562965 commit 40c6938

File tree

16 files changed

+33
-32
lines changed

16 files changed

+33
-32
lines changed

CHANGELOG.released.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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.07.1](https://github.com/scalableminds/webknossos/releases/tag/25.07.1) - 2025-07-11
11+
[Commits](https://github.com/scalableminds/webknossos/compare/25.07.0...25.07.1)
12+
13+
### Highlights
14+
- When you are viewing an annotation and another user changes that annotation, these changes will be automatically shown. For some changes (e.g., when adding a new annotation layer), you will still need to reload the page, but most of the time WEBKNOSSOS will update the annotation automatically. [#8648](https://github.com/scalableminds/webknossos/pull/8648)
15+
16+
### Added
17+
- Segment index files can now also be read from the new zarr3-based format, and from remote object storage. [#8711](https://github.com/scalableminds/webknossos/pull/8711)
18+
- Connectomes can now also be read from the new zarr3-based format, and from remote object storage. [#8717](https://github.com/scalableminds/webknossos/pull/8717)
19+
20+
### Changed
21+
- Compound annotations (merged views of finished task annotations) now show the task bounding boxes. [#8735](https://github.com/scalableminds/webknossos/pull/8735)
22+
- Adapted zarr mesh loading to skip segments missing in the meshfile. This was already the case for the hdf5 variant. [#8771](https://github.com/scalableminds/webknossos/pull/8771)
23+
- Users of organizations with a trial pricing plan can now join other organizations as guests. [#8772](https://github.com/scalableminds/webknossos/pull/8772)
24+
25+
### Fixed
26+
- Fixed a bug where segment index files for segmentation layers with no mag1 would be read incorrectly. [#8711](https://github.com/scalableminds/webknossos/pull/8711)
27+
- Fixed a bug where authentication tokens would sometimes expire too soon. [#8738](https://github.com/scalableminds/webknossos/pull/8738)
28+
- Fixed a bug where duplicating a compound annotation would fail if it has volume annotation layers. [#8743](https://github.com/scalableminds/webknossos/pull/8743)
29+
- Fixed that compound (merged) views of tasks, projects and task types would sometimes show outdated annotation data, leaving out the data from recently finished tasks annotations. [#8756](https://github.com/scalableminds/webknossos/pull/8756)
30+
- Fixed a bug where dataset layer attachments with absolute paths would not get loaded unless the paths are specified with file:// scheme. [#8761](https://github.com/scalableminds/webknossos/pull/8761)
31+
- Fixed that WEBKNOSSOS would crash directly if the communication with the server was interrupted while using the proofreading tool. [#8767](https://github.com/scalableminds/webknossos/pull/8767)
32+
- Fixed a bug where WEBKNOSSOS would show an error toast for volume annotations that have no fallback segmentation layer. [#8768](https://github.com/scalableminds/webknossos/pull/8768)
33+
- Fixed broken node selection in 3d viewport when continuous drawing was enabled in skeleton tool. [#8769](https://github.com/scalableminds/webknossos/pull/8769)
34+
- Fixed layer linking to support non-WKW layers. [#8773](https://github.com/scalableminds/webknossos/pull/8773)
35+
1036
## [25.07.0](https://github.com/scalableminds/webknossos/releases/tag/25.07.0) - 2025-07-01
1137
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.2...25.07.0)
1238

MIGRATIONS.released.md

Lines changed: 7 additions & 1 deletion
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.07.1](https://github.com/scalableminds/webknossos/releases/tag/25.07.1) - 2025-07-11
10+
[Commits](https://github.com/scalableminds/webknossos/compare/25.07.0...25.07.1)
11+
12+
### Postgres Evolutions
13+
None.
14+
915
## [25.07.0](https://github.com/scalableminds/webknossos/releases/tag/25.07.0) - 2025-07-01
1016
[Commits](https://github.com/scalableminds/webknossos/compare/25.06.2...25.07.0)
1117

@@ -877,4 +883,4 @@ First release
877883
- [009-remove-team-assignment-from-task.sql](conf/evolutions/009-remove-team-assignment-from-task.sql)
878884
- [010-add-organization-data.sql](conf/evolutions/010-add-organization-data.sql)
879885
- [011-add-isOrganizationTeam.sql](conf/evolutions/011-add-isOrganizationTeam.sql)
880-
- [012-add-foreign-keys.sql](conf/evolutions/012-add-foreign-keys.sql)
886+
- [012-add-foreign-keys.sql](conf/evolutions/012-add-foreign-keys.sql)

unreleased_changes/8648.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

unreleased_changes/8711.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

unreleased_changes/8717.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

unreleased_changes/8735.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

unreleased_changes/8738.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

unreleased_changes/8743.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

unreleased_changes/8756.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

unreleased_changes/8761.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)