0.48.0 (2020/09/25)
New features
- Added
--quietoption that will silence any build info and default messages for those who want the cleanest output. editnow works with shells and OS shortcuts, i.e.codenow will work on windows where before you had to usecode.cmd, Thus i.e.jbang edit --open=code xyz.javaworks the same on all main platforms.- You can now run
jdk java-envto get environment pointing to cached JDK by jbang. - Improved jdk list command by first time code abd docs contributor @abelsromero
- There is now both a versioned and unversioned zip/tar - same contents but allows to have a stable latest release download url (https://github.com/jbangdev/jbang/releases/latest/download/jbang.zip)
Details
Bug Fixes
//usr/bin/env jbangnot working on Windows (#526d70c3, closes #341)- Improved
--quietoption (#8e7bf13c) - os.detected.jfxname now properly resolved (#dea58992, closes #353)
Features
- Added
--quietoption (#802e7543) - edit now uses cmd.exe / sh -c to launch editor (#09790789)
- Added
jdk default,jdk homeandjdk java-envcommands (#aabc9077) - improves jdk command output messages (#868b7397, closes #347)
Refactor
- Turned sym/hard link creation code into utility function
- Now using special exit code to allow printing to stdout