Releases: Olical/conjure
Releases · Olical/conjure
v4.50.0
What's Changed
- Add doc-str for janet's stdio client by @sogaiu in #542
- Add queue for tap values in clojure client by @EgorKulbachka in #550
- We now have the ability to capture and print
tap>values in Clojure land!
- We now have the ability to capture and print
- guile: append stray output to log by @austinmlv in #552
- Fixed the School's defaulting for
maplocalleader.
New Contributors
- @EgorKulbachka made their first contribution in #550
Full Changelog: v4.49.0...v4.50.0
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
nilis 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.internalif 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
v4.48.0
v4.47.0
What's Changed
- Add completions to Common Lisp client by @russtoku in #517
- Allow overriding opts context in eval-str by @julienvincent in #520
- Fix cleaning up of clients / child processes on exit by using the right autocmds.
- Prevent a Lua unpack overflow from occurring.
New Contributors
- @julienvincent made their first contribution in #520
Full Changelog: v4.46.0...v4.47.0
v4.46.0
What's Changed
- Add client for SQL by @russtoku in #511
- Add snd s7 scheme optional client by @russtoku #514
- Fix Fennel module reloading. Uses the correct path separator now #513
- Fix file eval in Clojure on windows #505
- Neaten up the readme a little, removing duplicate links
- Add a note to the readme about installing with lazy.nvim
- Remove some unused docs
Full Changelog: v4.45.0...v4.46.0
v4.45.0
v4.44.2
What's Changed
- Allow Scheme client to work with .ss files by @chiefnoah in #487
New Contributors
- @chiefnoah made their first contribution in #487
Full Changelog: v4.44.1...v4.44.2
v4.44.1
v4.44.0
v4.43.0
What's Changed
- fix for issue #437 by @russtoku in #464
- Clean up some code used to support nvim < 0.7 (no longer supported)
- Add hooks system so users can have more control of internal details #449 #453
- Update Aniseed (Fennel 1.3.0)
- Fix various Python eval issues around escaping newlines and quotes by Base64-ing code as it heads to the REPL and un-Base64-ing it on the other side as it's evaluated. It is scarily effective and I wish I'd done it sooner...
- Fixed eval word with tree sitter so it actually uses the whole symbol again. A tree sitter grammar update broke it a while ago.
New Contributors
Full Changelog: v4.42.0...v4.43.0