Skip to content

JLine 3.25.0

Compare
Choose a tag to compare
@gnodet gnodet released this 23 Dec 21:11
· 179 commits to master since this release

What's Changed

  • Merge Jansi library into JLine by @gnodet in #871
  • Fix missing native libraries in JLine bundle by @gnodet in #894
  • Avoid JDK warning when checking the exec provider by @gnodet in #895
  • Improve the message when a provider cannot be used by doing an early check and restore compatibility with Jansi 1.17 (fixes #904) by @gnodet in #906
  • Provide a new Terminal InputFlag INORMEOL to normalize end of lines (fixes #899) by @gnodet in #900
  • Add the ability to clear internal buffers (fixes #910) by @gnodet in #915
  • Use logger instead of writing to stderr (fixes #907) by @gnodet in #916
  • Fix FFM provider loading of openpty on linux (fixes #911) by @gnodet in #919
  • Add some doc about Signal.QUIT which cannot be caught by the JVM (fixes #912) by @gnodet in #921

Full Changelog: jline-parent-3.24.1...jline-parent-3.25.0