Skip to content

Paintera 0.25.0

Compare
Choose a tag to compare
@igorpisarev igorpisarev released this 22 May 18:31
· 1188 commits to master since this release

Changelog

New Features

  • Add ability to export meshes for intersecting sources (synapses) (#409)
  • Add menu item for creating a thresholding source (#416)
  • Update authentication mechanism for Google Cloud (#415)

Bug Fixes

  • Fix opening project with label sources in deprecated LabelSourceState format (#408)
  • Fix race conditions at startup in multi-resolution renderer (#413)
  • Fix UI in shape interpolation mode (#417)

Other

  • Merge pull request #406 from saalfeldlab/unable-to-deserialize-project-show-error: Show stack trace if an error occurs while trying to open a project

Pull Requests

#406

Merge pull request #406 from saalfeldlab/unable-to-deserialize-project-show-error

Show stack trace if an error occurs while trying to open a project

#408

Merge pull request #408 from saalfeldlab/fix-opening-labelsourcestate

[BUGFIX] Fix opening project with label sources in deprecated LabelSourceState format

#413

Merge pull request #413 from saalfeldlab/fix-intermittent-startup-exceptions

[BUGFIX] Fix race conditions at startup in multi-resolution renderer

#415

Merge pull request #415 from saalfeldlab/update-google-cloud

Update Google Cloud authentication mechanism

#409

Merge pull request #409 from saalfeldlab/export-synapse-meshes

[FEATURE] Add ability to export meshes for intersecting sources (synapses)

#416

Merge pull request #416 from saalfeldlab/create-thresholded-source-menu

Add menu item for creating a thresholded raw source

#417

Merge pull request #417 from saalfeldlab/fix-ui-shape-interpolation

[BUGFIX] Fix UI while in shape interpolation mode