github jbangdev/jbang v0.127.15

latest releases: v0.132.1, v0.132.0, v0.131.0...
3 months ago

0.127.15!!! that 15, is 15 attempts to get the new maven central publish working with jreleaser :)

Here we are - with lots of small fixes but also some cool features:

More docs

https://jbang.dev/documentation now has docs for build tools and IDE plugins.

Java 25 defaults to simple main

When you use jbang init --java 25 or run with Java 25 jbang will generate simple main methods so
you get the simplest Java code as possible to write.

Paste of java code now works

Now you can copy any java code and paste it to jbang, i.e.pbpaste | jbang -t java -

Before only .jsh/jshell was recognized.a

Windows keyboard input better

On Windows keyboard input did not work too well; that is now fixed!

What's Changed

New Contributors

Full Changelog: v0.126.3...v0.127.15

Don't miss a new jbang release

NewReleases is sending notifications on new releases.