Skip to content

Releases: saalfeldlab/paintera

0.8.0: Auto-detect source state ui elements and some bug-fixes

09 Nov 13:07
Compare
Choose a tag to compare

fixes:

  • Use realpath of user.home when initializing current N5 dataset in open dialog (#157)
  • clean-up code and add JavaDoc for some classes
    features:
  • add auto-detection for source state ui elements

0.7.0: Auto detect json adapters

24 Oct 13:01
Compare
Choose a tag to compare

With auto detection of json adapters, custom sources and states can now be added to paintera and still be serialized!

0.6.0: Refactor multi-resolution rendering and other, smaller changes

22 Oct 17:34
Compare
Choose a tag to compare
  • manage axis order from state rather than from source
  • re-factor multi-resolution rendering
    • divide screen into multiple tiles for rendering
    • request repaint only for relevant tiles
    • remove unused classes
  • bump parent version for managed version of picocli

0.5.2: Fix shift-scroll issues

15 Oct 19:49
Compare
Choose a tag to compare

Oracle JFX and OpenJFX 11 changes the behavior of shift scroll to horizontal scroll (was vertical scroll). Whenever appropriate, use the scroll direction with the biggest absolute value instead.

Release 0.5.0

12 Oct 19:39
Compare
Choose a tag to compare
  • Replace Annotation detection with SciJavaPlugin where applicable
  • Add channel option in n5 openers
  • add global memory bounded cache
  • add invalidate interfaces
  • fix commit-canvas issues
  • start clean-up/documentation