Skip to content

JLine 4.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Mar 12:57
27a26ab

✨ Features

  • feat: Add ShellBuilder.onReaderReady(BiConsumer<LineReader, CommandDispatcher>) (1154e0e) @gnodet

🐛 Bug Fixes

  • fix: Add deprecated no-op jansi/jna methods to TerminalBuilder (#1710) @gnodet
    • Prevents NoSuchMethodError for libraries like TamboUI that still call .jansi(true) or .jna(true) from their JLine 3 backend