Skip to content

Releases: ruby/reline

v0.5.5

02 May 16:30
8bf71d0
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix completion dialog position when completed part is word wrapped by @tompng in #692
  • Avoid reading .inputrc repeatedly by @ima1zumi in #694
  • Fix prompt width calculation bug by @tompng in #695
  • Fix default and additional key bindings vanish bug by @tompng in #697

🛠 Other Changes

Full Changelog: v0.5.4...v0.5.5

v0.5.4

29 Apr 13:39
3f27286
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Handle mode condition in inputrc by @ima1zumi in #687
  • Completely support full-width characters in differential rendering by @tompng in #654

🐛 Bug Fixes

  • Improve long input performance by @tompng in #688
  • Fix inputrc nested $if $else $endif bug by @tompng in #689
  • Input with eof and no newline bugfix by @tompng in #671

🛠 Other Changes

Full Changelog: v0.5.3...v0.5.4

v0.5.3

23 Apr 15:35
e9d5236
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Refactor nomultiline and multiline mode difference by @tompng in #653
  • Implement show-all-if-ambiguous feature by @ima1zumi in #683

🐛 Bug Fixes

  • Refactor history move and history search by @tompng in #651

🛠 Other Changes

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

16 Apr 12:44
17d12cc
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Support menu-complete-backward command for upward navigation by @mjgiarlo in #677
  • Implement changing editing mode by @ima1zumi in #681

🐛 Bug Fixes

  • Refactor waiting_proc and waiting_operator_proc by @tompng in #649
  • Fix vi_to_column which was broken by @tompng in #679

🛠 Other Changes

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Apr 13:50
d348df9
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Align completion menu items like Readline in noautocomplete mode by @tompng in #613

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Mar 12:16
1d65696
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Do not send color reset sequence when GeneralIO is used by @tompng in #661
  • Add mode_string to prompt calculation dependencies by @tompng in #658
  • Disable dialog proc if TERM=dumb by @tompng in #663

🛠 Other Changes

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

25 Feb 08:07
5137a3f
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🛠 Other Changes

  • Add metadata for rubygems.org by @m-nakamura145 in #638
  • [Feature #16495] Do not include a backtick in error messages and backtraces by @hsbt in #640
  • Bump version to v0.4.3 by @st0012 in #642

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

05 Jan 14:33
5b59e48
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix pasting tab-indented code crash by @tompng in #630

🛠 Other Changes

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.5.0.pre.1

01 Dec 15:34
Compare
Choose a tag to compare
v0.5.0.pre.1 Pre-release
Pre-release

What's Changed

✨ Enhancements

  • Re-architecture LineEditor's internal state and rendering #614

Full Changelog: v0.4.1...v0.5.0.pre.1

v0.4.1

28 Nov 17:03
8937279
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Fallback to 256color if COLORTERM != truecolor by @tompng in #604

🛠 Other Changes

Full Changelog: v0.4.0...v0.4.1