What's Changed
🐛 Bug Fixes
- Fix completion quote, preposing and target calculation bug by @tompng in #763
- Fix tab completion appending quote by @tompng in #782
- Fix io_gate.encoding raises IOError in ruby <= 3.0 by @tompng in #785
🛠 Other Changes
- Remove unused things from reline/unicode.rb by @tompng in #759
- Refactor perform_completon by @tompng in #778
- Remove terminfo.rb by @tompng in #769
- Removed redundant argument at Reline::LineEditor::CompletionBlockTest by @hsbt in #781
- Handle multibyte character input by KeyStroke by @tompng in #713
- fix/omit test that fail in encoding=US_ASCII by @tompng in #784
- Extract TruffleRuby workflow from reline.yml by @ima1zumi in #783
- Bump version to 0.5.12 by @ima1zumi in #786
Full Changelog: v0.5.11...v0.5.12