Skip to content

23.08.0

Compare
Choose a tag to compare
@philippotto philippotto released this 25 Jul 07:29
· 485 commits to master since this release
4cd15fe

Highlights

  • Added batch actions for segment groups, such as changing the color and loading or downloading all corresponding meshes. #7164.
  • Improved support for touch devices by adding floating buttons for easier navigation and layout changes. #7178
  • The brush size can now be changed by selecting brush size presets. These presets are user configurable by assigning the current brush size to any of the preset buttons. Additionally the preset brush sizes can be set with keyboard shortcuts. #7101

Added

  • Added a search feature for segments and segment groups. Listed segments/groups can be searched by id and name. #7175
  • Added a modal to the voxelytics workflow view that lists all artifacts with their file size and inode count. This helps to identify the largest artifacts to free disk space. #7152
  • Added new graphics and restyled empty dashboards. #7008
  • Added warning when using WEBKNOSSOS in an outdated browser. #7165
  • Re-added optional antialiasing for rendering. #7180
  • Added support for transformations with thin plate splines. #7131
  • WEBKNOSSOS can now read S3 remote dataset credentials from environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_KEY. Those will be used, if available, when accessing remote datasets for which no explicit credentials are supplied. #7170
  • Added security.txt according to RFC 9116. The content is configurable and it can be disabled. #7182
  • Added routes for super-users to manage users and organizations. #7196
  • Added tooltips to explain the task actions "Reset" and "Reset and Cancel". #7201
  • Thumbnail improvements: Thumbnails now use intensity configuration, thumbnails can now be created for float datasets, and they are cached across webknossos restarts. #7190

Changed

  • Redesigned the info tab in the right-hand sidebar to be fit the new branding and design language. #7110
  • The proofreading tool is always visible now (even when disabled). #7174
  • Optimized processing of parallel requests (new thread pool configuration, asynchronous FossilDB client), improving performance and reducing idle waiting. #7139
  • Renamed "open" tasks to "pending" and slightly redesigned the available task assignment view for clarity. #7187
  • Being the uploader of a dataset no longer grants edit permissions on that dataset. #7200
  • Enabled the "Shift + middle-click" shortcut to load agglomerate skeletons for all tools, not just the Skeleton tool. #7212

Fixed

  • Fixed rare rendering bug at viewport edge for anisotropic datasets. #7163
  • Fixed the dataset search which was broken when only the root folder existed. #7177
  • Correctly use configured fill-value for missing chunks of remote datasets hosted on gcs or s3. #7198
  • Correctly use configured fill-value for missing chunks of local non-wkw datasets. #7216
  • Adapted the proofreading docs to reflect the current state of the proofreading tool. #7212
  • Fixed a bug when adding remote datasets while not having write-access to the root folder. #7221

Removed

  • Removed the "Globalize Floodfill" feature that could extend partial floodfills across an entire dataset. Please use the fill tool multiple times instead or make use of the proofreading tool when correcting large structures. #7173