You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
- 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)
0 commit comments