Skip to content

JLine 3.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 20:31
· 2 commits to master since this release
46bd37d

🚀 New features and improvements

  • Dynamic console-ui prompts, fixes #1051 (#1117) @mattirn
  • Add a AbstractTerminal#toString() method (#1131) @gnodet
  • Let CommandRegistry create Candidate for completion (fixes #1119) (#1120) @gnodet
  • Be more specific about which command is missing when throwing an exception (#1125) @gnodet
  • Add style for command description in completer (#1126) @gnodet
  • Enhance DefaultHighlighter to support command styling (#1127) @gnodet
  • Provide a simple RegistryImpl that can provide options from LineReader (#1128) @gnodet

🐛 Bug Fixes

  • InputValue prompt with mask doesn't work correctly, fixes #1103 (#1114) @mattirn
  • JLine exec provider should reject terminal creation on a redirected output stream (fixes #1098) (#1130) @gnodet
  • Fix ConsolePrompt.prompt() throwing IOError instead of UserInterruptedException (#1122) @gnodet
  • Fix possible NPE in TailTipWidgets (#1108) @gnodet

📦 Dependency updates

👻 Maintenance