Skip to content

Releases: ij-plugins/ijp-scala-console

ijp-scala-console v.1.8.0

24 Apr 00:46
v.1.8.0
dbfa4cb
Compare
Choose a tag to compare

Usability enhancements and bug fixes:

  • Correctly handle errors in script execution - stop the script and recover #12
  • Do not copy source code to the output #13
  • Update examples of scripts in ReadMe #15

Full Changelog: v.1.7.1...v.1.8.0

ijp-scala-console v.1.7.1

30 Mar 03:12
v.1.7.1
06458a7
Compare
Choose a tag to compare

Security fix release, removes dependency on protobuf-java:3.7.0 reported by Sonatype

  • Sonatype reports security issues with a transitive dependency com.google.protobuf:protobuf-java:3.7.0 #10

Full Changelog: v.1.7.0...v.1.7.1

ijp-scala-console v.1.7.0

30 Mar 02:17
v.1.7.0
da96e27
Compare
Choose a tag to compare

Add support for Scala 3.

Known issue: in Scala 3 some compilation errors may not be correctly redirected to Console's output

Full Changelog: v.1.5.1...v.1.7.0

ijp-scala-console v.1.6.0

15 Dec 22:28
v.1.6,0
a43b4b5
Compare
Choose a tag to compare

Main new features

  • Support Scala 2.13 #5

Internal changes

  • Separate ImageJ plugin to a dedicated module #2
  • Change root package from net.sf.ij_plugins to ij_plugins #4

ImageJ Plugin

Binaries for ImageJ plugin are attached below for Windows and Mac ARM64. Binaries for for Mac Intel and Linux available upon request. To install extract to ImageJ plugins directory. It should create subdirectory ij-plugins.

ijp-scala-console v.1.5.0

10 Mar 02:09
Compare
Choose a tag to compare

The IU was rewritten to use ScalaFX instead of Swing.

ijp-scala-console v.1.4.0

27 Aug 02:12
Compare
Choose a tag to compare

ijp-scala-console contains Scala Console plugin for ImageJ.
The console enables editing and running Scala
scripts directly from ImageJ. Scripts have full access to ImageJ API and API's of all installed ImageJ plugins.

The plugin installs under ImageJ menu:
Plugins > Scripting > Scala Console

Release Files

  • ijp-scala-console-*-bin.zip - plugin binaries, includes Scala.
  • ijp-scala-console-*.jar - plugin binaries, without Scala and other dependencies.
  • ijp-scala-console-*-scaladoc.jar - API documentation.
  • ijp-scala-console-*-sources.jar - sources.

Installation

  1. Download ijp-scala-console-*-bin.zip
  2. Unzip to ImageJ plugins directory. This should create subdirectory ij-plugins.
    This directory is shared with
    ij-plugins Toolkit plugins.
  3. If you have previous installation of ijp-scala-console make sure that there is only
    single version of each ijp-scala-console_*.jar, scala-*-?.?.?.jar in ij-plugins directory.
    Delete older ones. If there is ij-scala_*.jar, delete it.
    Check also subdirectory ij-scala for older versions of the plugin.
  4. Restart ImageJ

Changes

  • Added support for Scala 2.11.8, 2.12.0-M4, 2.12.0-M5.
  • Binaries name changed from ij-scala to ijp-scala-console
  • Project version control moved to GitHub project ij-plugins/ijp-scala-console
  • binaries published on Sonatype