Releases: saalfeldlab/paintera
Releases · saalfeldlab/paintera
0.8.0: Auto-detect source state ui elements and some bug-fixes
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
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
- 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
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
- 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