Skip to content

v4.49.0

Compare
Choose a tag to compare
@Olical Olical released this 07 Dec 10:12
· 62 commits to master since this release
ec71272

What's Changed

  • Add a stdio based Janet client by @sogaiu in #536
  • Make HUD zindex configurable.
  • Fix paths for the Janet client on Windows.
  • Allow disabling of ALL mappings with g:conjure#mapping#enable_defaults.
  • Fix a Janet client connection race condition.
  • Fix a potential uncaught exception when a nil is logged, it's now cast to a string.
  • Improve Guile client so you can see print output and REPL startup messages.
  • More configuration examples in the README to get people started.
  • Fix the default *ns* in Clojure. It's no longer overridden to conjure.internal if you don't have a (ns) form, like in a babashka file. So it'll use the appropriate default like user.

New Contributors

Full Changelog: v4.48.0...v4.49.0