Paintera Versions Save

paintera-0.27.5

2 years ago

CI Build Changes only

paintera-0.27.4

2 years ago

CI Build Changes only

paintera-0.27.3

2 years ago

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

2 years ago

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

2 years ago

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

3 years ago

Paintera 0.27.0

Previous release: 0.26.1

Changelog

Improvement

Bugfixes

Other

Pull Requests

#425

Merge pull request #425 from saalfeldlab/0.26.2

0.27.0

paintera-0.26.1

3 years ago

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

3 years ago

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

3 years ago

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

paintera-0.24.0

4 years ago

Paintera 0.24.0

Previous release: 0.23.3

Changelog

New Features

  • Use logback to configure log level through the CLI and the UI at runtime (#386): Log level can be set through the command line interface (--log-level, --log-level-for) or in the preference pane in the UI. Log levels are serialized into the Paintera project. (#387)

Bug Fixes

  • Remove obsolete marker interfaces (issue #379) (#390)
  • Remove obsolete classes (#390)
  • Move all kotlin files into src/main/kotlin (#390)
  • Use correct brush radius instead of over-estimating as raised in #376 (#385)
  • Refresh bounding box in viewer based on voxels that were painted instead of the brush radius (#376) (#385)
  • Refresh all viewers as appropriate instead of just the viewer that is being painted into. (#385)

Pull Requests

#390

Merge pull request #390 from saalfeldlab/remove-obsolete-interfaces-and-classes-rebased

[BUGFIX] Remove obsolete marker interfaces (issue #379) [BUGFIX] Remove obsolete classes [BUGFIX] Move all kotlin files into src/main/kotlin

#387

Merge pull request #387 from saalfeldlab/use-logback-configure-log-level

[FEATURE] Use logback to configure log level through the CLI and the UI at runtime (#386): Log level can be set through the command line interface (--log-level, --log-level-for) or in the preference pane in the UI. Log levels are serialized into the Paintera project.

#385

Merge pull request #385 from saalfeldlab/fix-paint-issues

[BUGFIX] Use correct brush radius instead of over-estimating as raised in #376 [BUGFIX] Refresh bounding box in viewer based on voxels that were painted instead of the brush radius (#376) [BUGFIX] Refresh all viewers as appropriate instead of just the viewer that is being painted into.