Skip to content

JLine 3.26.0

Compare
Choose a tag to compare
@gnodet gnodet released this 22 Apr 13:54
· 132 commits to master since this release

What's Changed

  • Update GitHub Actions by @eed3si9n in #955
  • In maven-wrapper.properties, sync maven version with pom.xml by @dattasid in #961
  • Update maven to 3.9.6 (fixes #944) by @gnodet in #950
  • Fixing the FfmTerminal to run on JDK 22 and on Linux. by @lahodaj in #945
  • Provide jdk8 jar by excluding the FFM support (fixes #937) by @gnodet in #949
  • Exclude directories when locating tty, test etc by @lrytz in #948
  • Return early from LineReaderImpl.doList if no possibilities or rows (fixes #941) by @VerKWer in #942
  • Fix native image compilation (fixes #954) by @translatenix in #959
  • Use default sort order when custom sort order is identical by @valepakh in #957
  • Disable Quick Edit Mode with mouse support by @jvalkeal in #965
  • Don't change keybindings to emacs for dumb terminals by @hvesalai in #953
  • Merge ConsoleUI project into JLine (fixes #841) by @gnodet in #935
  • Don't attempt line break at last line by @jvalkeal in #966
  • Fix remote terminal on linux/bsd (fixes #962) by @gnodet in #968
  • Warn when using a deprecated provider by @gnodet in #967
  • Improve status bar drawing mechanism (fixes #939) by @gnodet in #969
  • Upgrade maven wrapper by @gnodet in #972
  • Switch the nativeSignals boolean to true by default by @gnodet in #971
  • Simplify graal demo by @gnodet in #970

New Contributors

Full Changelog: jline-parent-3.25.1...jline-parent-3.26.0