Skip to content

23.03.0

Compare
Choose a tag to compare
@philippotto philippotto released this 28 Feb 09:24
· 789 commits to master since this release
71552b0

Highlights

  • Remote datasets can now also be streamed from Google Cloud Storage URIs (gs://). #6775
  • Remote volume datasets in the neuroglancer precomputed format can now be viewed in WEBKNOSSOS. #6716
  • Added new mesh-related menu items to the context menu when a mesh is hovered in the 3d viewport. #6813

Added

  • If an annotation that others are allowed to edit is opened, it will now be automatically locked. This prevents conflicts when multiple users try to edit it at the same time. #6819
  • Highlight 'organization owner' in Admin>User page. [#6832](#6832
  • Added OME-TIFF export for bounding boxes. #6838 #6874
  • Added functions to get and set segment colors to the frontend API (api.data.{getSegmentColor,setSegmentColor}). #6853

Changed

  • Limit paid team sharing features to respective organization plans. #6767
  • Rewrite the database tools in tools/postgres to JavaScript and adding support for non-default Postgres username-password combinations. #6803
  • Added owner name to organization page. #6811
  • Remove multiline <TextArea> support from . #6839
  • Improved the performance of the dataset table in the dashboard. #6834
  • Updated the styling and background of login, password reset/change and sign up pages. #6844
  • Replaced date handling and formatting library momentjs with dayjs. #6849

Fixed

  • Fixed saving allowed teams in dataset settings. #6817
  • Fixed log streaming in Voxelytics workflow reports. #6828 #6831
  • Fixed some layouting issues with line breaks in segment list/dataset info tab. #6799
  • Fixed basic auth for exploring remote http datasets. #6866
  • Fixed the layouting in the connectome tab. #6864
  • Fixed that the quick-select and floodfill tool didn't update the segment list. #6867
  • Fixed deprecation warnings for antd' component in Navbar. #6860
  • Fixed that trying to reload a precomputed mesh via context menu could crash webKnossos. #6875

Removed

  • Removed the old Datasets tab in favor of the Dataset Folders tab. #6834