News
Features
- Experimental Class Data Sharing support (require Java 13+)
 You can now runjbang --cds ...and jbang will build and run with CDS enabled.
 Gives a speedup boost - especially if using external dependencies.
Bug fixes
- 
jbangscript on Windows (when not installed via choco) using cygwin and mingw(git bash)
 failed. It now falls back tojbang.batmaking it work no matter where and how it is called (hopefully :)
- 
vscode integration will not rewrite settings.jsonduring--live-editto allow change settings. They will be regenerated though.