News
- JavaFX launching support - if javafx dependencies are found jbang will do the right thing wether plain launch on java 8 or using java modules on java 9 and upwards.
- github.com urls to files will be automatically swizzled so you can just get the url from browser rather than finding the raw url.
so instead ofhttps://raw.githubusercontent.com/maxandersen/jbang/master/examples/helloworld.javayou can now just dojbang https://github.com/maxandersen/jbang/blob/master/examples/helloworld.java - Support for system properties and env replacement using
${[env.]myproperty:[<defaultvalue>]} - integration of os-maven-plugin to be able to resolve things like
os.detected.nameand added custom one to help with javafx:os.detected.jfxname