Releases: ij-plugins/ijp-scala-console
ijp-scala-console v.1.8.0
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
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
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
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
toij_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
The IU was rewritten to use ScalaFX instead of Swing.
ijp-scala-console v.1.4.0
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
- Download ijp-scala-console-*-bin.zip
- Unzip to ImageJ plugins directory. This should create subdirectory ij-plugins.
This directory is shared with
ij-plugins Toolkit plugins. - If you have previous installation of ijp-scala-console make sure that there is only
single version of eachijp-scala-console_*.jar
,scala-*-?.?.?.jar
inij-plugins
directory.
Delete older ones. If there isij-scala_*.jar
, delete it.
Check also subdirectoryij-scala
for older versions of the plugin. - Restart ImageJ
Changes
- Added support for Scala 2.11.8, 2.12.0-M4, 2.12.0-M5.
- Binaries name changed from
ij-scala
toijp-scala-console
- Project version control moved to GitHub project ij-plugins/ijp-scala-console
- binaries published on Sonatype