Releases: scalableminds/webknossos
19.07.0
- Docker Image
scalableminds/webknossos:19.07.0
🐳
Run it viaexport DOCKER_TAG=="19.07.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Added a histogram and min- / max-sliders to the dataset settings for each layer. This replaces the brightness and contrast settings. #4105
- Added the possbility to enforce a certain magnification range for tasks (can be configured in the corresponding task type). #4101
- Added the possibility for admins to add experience domains while creating new tasks. #4119
19.06.0
- Docker Image
scalableminds/webknossos:19.06.0
🐳
Run it viaexport DOCKER_TAG=="19.06.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- The time tracking view now displays dates instead of hours when having more than one day selected. #4028 📆
- BossDB datasets can now be added to webKnossos using the webknossos-connect service. #4036
- When holding CTRL while toggling the visibility of a layer, that layer will be made exclusively visible. #4061
19.05.1
This patch release fixes the internal health check of webKnossos.
Besides this, the changelog and migrations are the same as for release 19.05.0.
Docker Image scalableminds/webknossos:19.05.1
🐳
Run it via export DOCKER_TAG=="19.05.1" && ./start-docker.sh
.
19.05.0
- Docker Image
scalableminds/webknossos:19.05.0
🐳
Run it viaexport DOCKER_TAG=="19.05.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
19.04.0
- Docker Image
scalableminds/webknossos:19.04.0
🐳
Run it viaexport DOCKER_TAG=="19.04.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
This release multiple new interactions are expanding webKnossos:
- Added merger mode for skeleton and hybrid tracings. It allows to merge segments from e.g. generated oversegmentations. #3619
- Added a shortcut (Q) and button to screenshot the tracing views. #3834
- Rendered isosurfaces in the 3D viewport can now be interacted with. Shift+Click on an isosurface will jump exactly to where you clicked. Also, hovering over an isosurface will highlight that cell in all viewports. #3858
- Neuroglancer precomputed datasets can now be added to webKnossos using the webknossos-connect service. #3843
Also the data viewing and tracing workflow is smoothed further:
19.03.2
This patch release fixes a scrolling bug which occurs when using Chrome version 73 with a zoomed annotation view in webKnossos.
Besides this, the changelog and migrations are the same as for release 19.03.1.
Docker Image scalableminds/webknossos:19.03.2
🐳
Run it via export DOCKER_TAG=="19.03.2" && ./start-docker.sh
.
19.03.1
This patch release changes two things:
- The inner node now looks exactly as a non-active node and is not round, anymore. #3868
- Fixed a bug which allowed the brush size to become negative when using shortcuts. #3861
Besides this, the changelog and migrations are the same as for release 19.03.0.
Docker Image scalableminds/webknossos:19.03.1
🐳
Run it via export DOCKER_TAG=="19.03.1" && ./start-docker.sh
.
19.03.0
- Docker Image
scalableminds/webknossos:19.03.0
🐳
Run it viaexport DOCKER_TAG=="19.03.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- The tracing view got two major improvements:
- Data rendering is now fully using the available space and doesn't have to be quadratic anymore. Increasing the size of a viewport will result in more data being rendered (as opposed to the same data will be upscaled). #3634
- The active node is highlighted with a "halo ring". Additionally, the node is also rendered as a circle. In flight and oblique modes the halo is hidden. #3731
- Added the possibility to create volume annotation tasks. When creating a task type, select whether to create
volume
orskeleton
tasks. Compound viewing and file upload for volume tasks is not yet supported. #3712 - Mappings for segmentations will be read automatically from the file system. It's not necessary to define the mappings within the
datasource-properties.json
anymore. #3720
19.02.1
This release undoes the visual change of active tree nodes from PR #3628.
The changelog and migrations are the same as for release 19.02.0.
Docker Image scalableminds/webknossos:19.02.1
🐳
19.02.0
- Docker Image
scalableminds/webknossos:19.02.0
🐳 - Changelog
- Migration Guide
Highlights ✨
- The Dataset Gallery was redesigned to be a Publication Gallery instead. It will feature scientific publications together with their published datasets and information such as the species, brain region or acquisition method of such datasets. #3653
Please see the migration guide on how to add publications. - Also, this release includes new features that enrich the view of your data:
- The volume annotation brush tool will now automatically fill any enclosed areas if the brushed outline is closed in one stroke. #3698