Skip to content

paintera-0.24.0

Compare
Choose a tag to compare
@hanslovsky hanslovsky released this 23 Mar 20:07
· 1235 commits to master since this release

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.