Releases: ij-plugins/ijp-toolkit
Releases · ij-plugins/ijp-toolkit
Release v.2.3.1
Release v.2.3.0
API Changes
- Change base package from
net.sf.ij_plugins
toij_plugins.toolkit
#14
Release v.2.2.0
Plugins (User Visible)
- Add branding to plugin dialogs enhancement #6
- Add help button to SRG Tool dialog #8
- "Auto Clip 3D" ClassNotFoundException #10
- Prefix all plugins added to "Help > About Plugins" with "About: " #11
- Constant capitalization of plugin names bug #12
API Changes
- Remove duplicate implementation of Progress classes: in
net.sf.ij_plugins.util.progress
andnet.sf.ij_plugins.ui.progress
- #16 - Use 'master" branch for development and 'release' branch for stable releases #9
Documentation Enhancements
Release v.2.1.2
Support for Scala 2.13
Release v.2.1.1
Minor API implementation correction to fix issue #4: ProgressReporter.addProgressListener()
cannot be used in Scala 2.12.
Release v.2.1.0
Changes (2.0 and 2.1)
- Source code moved to GitHub ij-plugins/ijp-toolkit
- New SBT-based build system and new packaging approach.
- Coherence Enhancing Diffusion significantly improved, both in accuracy and speed.
- Seeded Region Growing Tool: add button to create seed image.
- MetaImage Reader/Writer: respect
Origin
tag, mapped into calibration x.y.z origin. - MetaImage Reader: does not break on unknown tags, just ignores them.
- Removed deprecated DialogInfo and dependency in beanutil library.
- ijp-toolkit2 merged back into ijp-toolkit.