Releases: fracpete/jshell-scripting
Releases · fracpete/jshell-scripting
Release v0.1.2
- upgraded to fcms-widgets 0.0.22 to drop jide-oss dependency (does not work with Java 17)
Release v0.1.1
- updated fcms-widgets to 0.0.21, jfilechooser-bookmarks to 0.1.8, processoutput4j to 0.0.9
Release v0.1.0
- separated out actual JShell execution into
JShellExec - added support for simple debugging output
- added support for JShell's runtime/remoteRuntime/compiler flags
- added example classes and referenced them in README.md
Release v0.0.4
- added support for themes
Release v0.0.3
- any changes in the source code text area now update the buttons, to allow the execution button become available once text present
Release v0.0.2
- fixed NPE when updating buttons in case scripting is not available
Release v0.0.1
- initial release