Releases: ruby/reline
Releases · ruby/reline
v0.5.3
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
🛠 Other Changes
- Remove unused variable by @kachick in #684
- Remove unnecessary rake build before running rake install by @st0012 in #685
- Separate prompt and input line in rendering by @tompng in #652
- Bump version to 0.5.3 by @ima1zumi in #686
New Contributors
Full Changelog: v0.5.2...v0.5.3
v0.5.2
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
- Refactored Default Key Bindings by @ima1zumi in #678
- Remove not implemented method by @ima1zumi in #680
- Bump version to 0.5.2 by @ima1zumi in #682
New Contributors
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
✨ Enhancements
🐛 Bug Fixes
- Refactor completion by @tompng in #647
- Fix audoindent including "\v", escape "\v" for rendering by @tompng in #648
- Handle INT signal correctly by @tompng in #646
- Always call finalize and deprep by @tompng in #668
- Thread safe readline by @tompng in #669
- Continue processing even if terminfo database couldn't be found by @ima1zumi in #673
🛠 Other Changes
Full Changelog: v0.5.0...v0.5.1
v0.5.0
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
- Ensure compatibility with frozen string literals by @casperisfine in #643
- Reline 0.5.0.pre by @tompng in #614
- Change rendered_screen.lines to non-nil by @tompng in #650
- Make mutated string in yamatanooroti explicitly mutable by @st0012 in #662
- Refactor key actor test by @tompng in #645
- Remove useless pasting tests by @st0012 in #665
- Bump version to v0.5.0 by @ima1zumi in #664
New Contributors
- @casperisfine made their first contribution in #643
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
✨ Enhancements
- C for vi mode by @otavioschwanck in #472
- Use gray and bright-white as the default dialog theme by @st0012 in #637
🛠 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
- @m-nakamura145 made their first contribution in #638
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
🐛 Bug Fixes
🛠 Other Changes
- Replace
object_id
comparison withequal?
by @amomchilov in #617 - Revert kill_ring.rb file permission by @tompng in #623
- Add Ruby 3.3 to CI by @ima1zumi in #620
- Bump version to v0.4.2 by @st0012 in #633
New Contributors
- @amomchilov made their first contribution in #617
Full Changelog: v0.4.1...v0.4.2
v0.5.0.pre.1
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
v0.4.0
What's Changed
✨ Enhancements
- Introduce a new class Reline::Face to configure character attributes by @hasumikin in #552
🛠 Other Changes
- Daily CI by @ima1zumi in #597
- Add Racc as a development dependency by @hasumikin in #599
- Test Reline::Face without mocking by @st0012 in #600
- Bump version to 0.4.0 by @ima1zumi in #601
Full Changelog: v0.3.9...v0.4.0
v0.3.9
What's Changed
✨ Enhancements
🐛 Bug Fixes
- EastAsianWidth.txt Format Change after Unicode 15.1.0 by @elfham in #585
- Fix config.rb to File.expand_path $include path in inputrc by @elfham in #592
- Properly restore Reline::IOGate in test teardown by @tompng in #593
🛠 Other Changes
- Set EastAsianWidth::UNICODE_VERSION by @elfham in #586
- Remove
ARGV.first
in east_asian_width.rb by @ima1zumi in #587 - Bump actions/checkout from 3 to 4 by @dependabot in #588
- Bump version to 0.3.9 by @ima1zumi in #594
Full Changelog: v0.3.8...v0.3.9