News
Behaviour change
- jshell now exits by default making jshell and java runs behave the same. Use new flag
--interactiveto stay in the REPL/interactive mode.
New Features
- Supports running twitter and carbon.now.sh urls. i.e.
jbang https://twitter.com/maxandersen/status/1266904846239752192. This will extract text/source code from url html content usingog:descriptionmeta header. Ifstatic maindetected run asjavaotherwise as ajshellscript. - Running url Gists without a username now works
Bug fixes
- Various vscode project generation improvements by @fbricon
- doc fixes by @manikmagar