Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

54 lines (39 loc) · 1.32 KB

v0.5.3

  • 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

v0.5.2

  • 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)

v0.5.1

  • Markdown interpreter
  • Better :SnipInfo
  • SnipInfo <name> now display the help file in doc/

v0.5.0

  • Sniprun becomes a Lua (+Rust) plugin!!
  • Lua backend, config, and checkhealth
  • Fully backward compatible with old configs

v0.4.9

  • inline_message functionnality

v0.4.8

  • More complete test pipeline
  • C++ & C upgrade to support level Import

v0.4.7

  • 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

v0.4.6

  • Remove 'cc' dependency which caused issues with precompiled GLIBC i think
  • a lot of unit tests

v0.4.5

  • Plug mappings + vim-repeat support
  • Trailing characters fix

v0.4.4

  • Jupyter kernel available in Python3_jupyter !
  • fixes a bug in Python3_original that imported too much modules
  • improved README

v0.4.3

  • Rust interpreter and example now have tests