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
- 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)
- Added the ability to duplicate trees in skeleton annotations. Users can create a copy of any tree (including all nodes, edges, and properties) via the context menu in the skeleton tab. [#8662](https://github.com/scalableminds/webknossos/pull/8662)
41
+
- Added a new Account Settings page for managing user preferences, passwords and authentication methods. [#8672](https://github.com/scalableminds/webknossos/pull/8672)
42
+
- Improved efficiency of saving bounding box related annotation changes. [#8492](https://github.com/scalableminds/webknossos/pull/8492)
43
+
44
+
### Added
45
+
- In shared annotations with multiple authors, some changes are now stored per user. This means that other users won’t see all those changes if their own diverge. This includes the current position and zoom, visibilities of trees, bounding boxes, and segments (as specified with the checkboxes in the lists), as well as which groups are expanded in the lists. The annotation owner’s user state is used as a fallback for users who haven’t explicitly changed these values themselves. [#8542](https://github.com/scalableminds/webknossos/pull/8542)
46
+
- Meshes are now reloaded using their previous opacity value. [#8622](https://github.com/scalableminds/webknossos/pull/8622)
47
+
- Agglomerate Mappings can now also be read from the new zarr3-based format, and from remote object storage. [#8633](https://github.com/scalableminds/webknossos/pull/8633)
48
+
- Added the ability to duplicate trees in skeleton annotations. Users can create a copy of any tree (including all nodes, edges, and properties) via the context menu in the skeleton tab. [#8662](https://github.com/scalableminds/webknossos/pull/8662)
49
+
- Added a new Account Settings page for managing user preferences, passwords and authentication methods. [#8672](https://github.com/scalableminds/webknossos/pull/8672)
50
+
- Precomputed Meshes can now also be read from the new zarr3-based format, and from remote object storage. [#8682](https://github.com/scalableminds/webknossos/pull/8682)
51
+
- Added Zstandard support for N5 [#8703](https://github.com/scalableminds/webknossos/pull/8703)
52
+
- WKW datasets can now also have custom paths in their datasource-properties.json. [#8725](https://github.com/scalableminds/webknossos/pull/8725)
53
+
54
+
### Changed
55
+
- The datasource-properties.json as exposed in zarr streaming routes and volume annotation download now includes an explicit “path” attribute for every mag. The supplied path is relative to the location of the datasource-properties.json itself, e.g. `./color/2-2-1`. [#8518](https://github.com/scalableminds/webknossos/pull/8518)
56
+
- When creating an annotation from the dataset view mode, and more than one segmentation layer is visible or multiple segmentation layers are invisible but available, a selection modal now appears allowing users to choose which segmentation layer to use for the newly created volume annotation. Per default, annotations are still based on the visible segmentation layer. [#8677](https://github.com/scalableminds/webknossos/pull/8677)
57
+
- Updated the UI for the organizations settings page. [#8679](https://github.com/scalableminds/webknossos/pull/8679)
58
+
- Changed the process for adding changelog and migration guide items to avoid merge conflicts. Instead of editing the "*.unreleased.md" files, developers should run `python3 tools/create-changelog-entry.py`. This will create a md file within `unreleased_changes` with the number of the current pull request. The file will contain the correct format with dummy values for the changelog and migration guide. The developer should adapt the template and commit it. When bundling a release, these changelog files will be read and written into the released changelog/migration guide. [#8698](https://github.com/scalableminds/webknossos/pull/8698)
59
+
- The HTTP API of tracing store and data store endpoints now also support versioning for better compatibility across webknossos-libs python clients. [#8705](https://github.com/scalableminds/webknossos/pull/8705)
60
+
- Replaced withRouter HOC with useHistory hook for several components. [#8721](https://github.com/scalableminds/webknossos/pull/8721)
61
+
62
+
### Fixed
63
+
- Improved efficiency of saving bounding box related annotation changes. [#8492](https://github.com/scalableminds/webknossos/pull/8492)
64
+
- 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)
65
+
- Fixed a race condition when starting proofreading with a split action. [#8676](https://github.com/scalableminds/webknossos/pull/8676)
66
+
- Fixed that the healthcheck for a dedicated tracing store would fail sometimes. [#8683](https://github.com/scalableminds/webknossos/pull/8683)
67
+
- Fixed that activating a mapping got stuck when a dataset was opened in "view" mode. [#8687](https://github.com/scalableminds/webknossos/pull/8687)
68
+
- Fixed the contrast of the WelcomeToast buttons. Updated `antd` to version `5.22`. [#8688](https://github.com/scalableminds/webknossos/pull/8688)
69
+
- Fixed a regression that led to incorrect behavior when trying to jump to the last branchpoint even though no branchpoint existed. [#8695](https://github.com/scalableminds/webknossos/pull/8695)
70
+
- Fixed the sandbox mode for annotations. [#8702](https://github.com/scalableminds/webknossos/pull/8702)
71
+
- Fixed the nightly screenshot tests. [#8702](https://github.com/scalableminds/webknossos/pull/8702)
72
+
- Fixed that one could not scroll to the last item in the segments and trees tab. [#8709](https://github.com/scalableminds/webknossos/pull/8709)
73
+
- Fixed that WEBKNOSSOS could crash when mappings were requested for a volume layer that is not based on another segmentation layer. [#8710](https://github.com/scalableminds/webknossos/pull/8710)
74
+
- Fixed a crash when an ad-hoc mesh could not be loaded for some reason. [#8716](https://github.com/scalableminds/webknossos/pull/8716)
75
+
- Fixed a bug where the checks on relative paths were too strict when editing dataset settings. [#8720](https://github.com/scalableminds/webknossos/pull/8720)
76
+
- Fixed a bug when loading mesh files for segmentation layer without fallback data. Such layer cannot have mesh files. [#8726](https://github.com/scalableminds/webknossos/pull/8726)
77
+
- Fixed reading chunks from arrays where the whole shard is missing (should return fill_value) [#8727](https://github.com/scalableminds/webknossos/pull/8727)
78
+
- Fixed fetching mesh files in view only mode. Bug introduced by #8726[#8728](https://github.com/scalableminds/webknossos/pull/8728)
79
+
- Fixed that on dataset upload the storage usage would get scanned even if it is disabled in config for that particular data store server. [#8733](https://github.com/scalableminds/webknossos/pull/8733)
- The default thread pool size was increased from 5 to 10 times the number of available CPUs (capped at 1000). Note that wk may need slightly more memory because of this.
0 commit comments