Skip to content

Release 1.13.0

Choose a tag to compare

@jlangch jlangch released this 22 Apr 05:13
· 367 commits to master since this release

[1.13.0] - 2026-04-22

Enhancements

  • The Jansi library jansi-2.4.1.jar is now included (repackaged) in the Venice jar!

Improvements

  • Improved the built-in doc function

    The built-in doc function prints the markdown documentation now with a
    text renderer that uses ANSI styles (bold, italic, ...) when run within a
    REPL.

    Examples for using the doc function in the REPL: (doc), (doc doc), (doc map)

  • Improved the remote REPL documentation