github jbangdev/jbang v0.48.0

latest releases: v0.135.0, v0.134.3, v0.134.2...
5 years ago

0.48.0 (2020/09/25)

New features

  • Added --quiet option that will silence any build info and default messages for those who want the cleanest output.
  • edit now works with shells and OS shortcuts, i.e. code now will work on windows where before you had to use code.cmd, Thus i.e. jbang edit --open=code xyz.java works the same on all main platforms.
  • You can now run jdk java-env to 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 jbang not working on Windows (#526d70c3, closes #341)
  • Improved --quiet option (#8e7bf13c)
  • os.detected.jfxname now properly resolved (#dea58992, closes #353)

Features

  • Added --quiet option (#802e7543)
  • edit now uses cmd.exe / sh -c to launch editor (#09790789)
  • Added jdk default, jdk home and jdk java-env commands (#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

Don't miss a new jbang release

NewReleases is sending notifications on new releases.