v4.49.0
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 toconjure.internal
if you don't have a(ns)
form, like in a babashka file. So it'll use the appropriate default likeuser
.
New Contributors
Full Changelog: v4.48.0...v4.49.0