Skip to content

Releases: ij-plugins/ijp-toolkit

Release v.2.3.1

05 Aug 22:36
v.2.3.1
2cf68b7
Compare
Choose a tag to compare

Update scala-parallel-collections to v.1 to resolve version conflicts flagged by SBT

Release v.2.3.0

17 Feb 01:42
Compare
Choose a tag to compare

API Changes

  • Change base package from net.sf.ij_plugins toij_plugins.toolkit #14

Release v.2.2.0

18 Jan 22:24
Compare
Choose a tag to compare

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 and net.sf.ij_plugins.ui.progress - #16
  • Use 'master" branch for development and 'release' branch for stable releases #9

Documentation Enhancements

  • Move plugin Help from old website to wiki in this project #5
  • Update ReadMe with links to Wiki instead the old web page #7
  • Redirect old website to this Wiki #13
  • Remove deprecated references to old SourceForge project #15

Release v.2.1.2

17 Sep 02:48
Compare
Choose a tag to compare

Support for Scala 2.13

Release v.2.1.1

20 Mar 00:38
Compare
Choose a tag to compare

Minor API implementation correction to fix issue #4: ProgressReporter.addProgressListener() cannot be used in Scala 2.12.

Release v.2.1.0

09 May 00:31
Compare
Choose a tag to compare

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.