Skip to content

Releases: saalfeldlab/paintera

Paintera 0.28.0

27 Sep 15:35
Compare
Choose a tag to compare

Paintera 0.28.0

Previous release: 0.27.5

Features

  • Update Fill Connected Component Source to accept any nested combination of label, threshold, or other connected component sources
  • Filled Component meshes can be independently configure from the meshes of the sources they depend on
  • Add Virtual Sources section to Source>Virtual menu bar

Bugfix

  • Don't request repaint on an orthoslice is not shown
  • When loading a project that was saved while maximized with one orthoslice and the 3D rendering (Shift + M), ensure the correct pane orthoslice is maximized (previously, the bottom left pane would always be maximized after reload).
  • Fix issue with Fill Connected Component source not filling beyond block boundaries.

Miscellaneous

  • Reorganize the File and Source menus at the top left
  • Style updates
  • General code refactoring
  • Dependencies updates

Pull Requests

#437

Merge pull request #437 from saalfeldlab/feat/intersectionUpdate

paintera-0.27.5

24 Jun 16:56
Compare
Choose a tag to compare

CI Build Changes only

paintera-0.27.4

24 Jun 16:56
Compare
Choose a tag to compare

CI Build Changes only

Paintera 0.27.3

22 Jun 14:04
Compare
Choose a tag to compare

Paintera 0.27.3

Previous release: 0.27.2

Bugfix

  • Change text "Revert" to "Reverse" when referring to reversing the order of axes from (z,y,x) to x,y,z)
  • Ensure UI doesn't block on reading certain source information

Features

  • Add "Save Complete" notification after a successful save.
  • Add progress bar and scrollpane to Commit dialog pop-up window.

Miscellaneous

  • update dependency versions
  • convert some debug logs to trace

Pull Requests

#433

Merge pull request #433 from saalfeldlab/0.27.3

Paintera 0.27.2

04 May 18:00
Compare
Choose a tag to compare

Paintera 0.27.2

Previous release: 0.27.1

Bugfix

  • Merge pull request #431 bugfix shape interpolation exit:
  • release UI block properly when exiting interpolation mode
  • remove brush overlay when space is removed while UI is blocked

Pull Requests

#431

Merge pull request #431 from saalfeldlab/bugfix-shape-interpolation-exit
Fix a few tiny issues:

return UI control when finishing interpolation
remove brush overlay when SPACE is released while disabled

Paintera 0.27.1

27 Apr 01:50
Compare
Choose a tag to compare

Paintera 0.27.1

Previous release: 0.27.0

Bugfix

  • Merge pull request #430 from saalfeldlab/bugfix-shape-interpolation: don't exit shape interpolation mode if it's due to disable/enable of AllowedActions

Pull Requests

#430

Merge pull request #430 from saalfeldlab/bugfix-shape-interpolation

don't exit shape interpolation mode if it's due to disable/enable of AllowedActions

Paintera 0.27.0

31 Mar 19:18
Compare
Choose a tag to compare

Paintera 0.27.0

Previous release: 0.26.1

Changelog

Improvement

  • Block UI when busy to avoid unnecessary pop-ups (#427)

Bugfixes

  • Pop-up stays in front (#421)
  • Fix intensity specification not being used when opening a source (#300)
  • More appropriate messages when attempting to open/create/save a project to a location without write permissions (#426)

Other

Pull Requests

#425

Merge pull request #425 from saalfeldlab/0.26.2

0.27.0

Paintera 0.26.1

25 Feb 20:48
Compare
Choose a tag to compare

Paintera 0.26.1

Previous release: 0.26.0

Changelog

Other

  • Merge pull request #423 from saalfeldlab/refresh-fix: Refresh fix
  • Merge pull request #424 from saalfeldlab/n5-eclipse-reformat: reformat code style using n5-eclipse-style

Pull Requests

#423

Merge pull request #423 from saalfeldlab/refresh-fix

Refresh fix

#424

Merge pull request #424 from saalfeldlab/n5-eclipse-reformat

reformat code style using n5-eclipse-style

Paintera 0.26.0

04 Feb 23:26
Compare
Choose a tag to compare

Changelog

Paintera is now compatible with Java 11+

Other

  • Merge pull request #400 from saalfeldlab/add-compatibility-with-java-13

Pull Requests

#400

Merge pull request #400 from saalfeldlab/add-compatibility-with-java-13

Paintera 0.25.0

22 May 18:31
Compare
Choose a tag to compare

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