- Display results in "Classic', "VirtualText", "Floating Windows", and "Terminal" mode
- Checkhealth pings binary to check compatibility
- Official Mac (incl. M1) support
- Fix for the AUR packaged version
- Ada and Scala interpreters
- Operator mode, courtesy of @DarwinSenior
- Julia REPL via jupyter kernel
- Compatibility fix for nvim 0.4.x (will miss out on features >= sniprun v0.4.9)
- Markdown interpreter
- Better :SnipInfo
- SnipInfo <name> now display the help file in doc/
- Sniprun becomes a Lua (+Rust) plugin!!
- Lua backend, config, and checkhealth
- Fully backward compatible with old configs
- inline_message functionnality
- More complete test pipeline
- C++ & C upgrade to support level Import
- the first useful vroom tests
- Fix the bug where the channel would broke and the terminate function had a typo
- Compilation error messages (nicely truncated) for C and Rust
- Remove 'cc' dependency which caused issues with precompiled GLIBC i think
- a lot of unit tests
- Plug mappings + vim-repeat support
- Trailing characters fix
- Jupyter kernel available in Python3_jupyter !
- fixes a bug in Python3_original that imported too much modules
- improved README
- Rust interpreter and example now have tests