What's Changed
🐛 Bug Fixes
- Fix RELINE_TEST_ENCODING by @ima1zumi in #743
- Don't skip start_with check on encoding-incompatible candidates by @tompng in #787
- Call user defined sigwinch and sigcont handler by @tompng in #788
- Fix line wrapped cursor position by @tompng in #791
- Undo and redo should restore indentation by @tompng in #793
🛠 Other Changes
- Fix tests failing when INPUTRC is defined by @pterjan in #789
- Implement buffered output to Reline::ANSI by @tompng in #790
- Merge key mapping with key bindings by @tompng in #715
- Refactor Reline::Unicode ed_ vi_ em_ methods by @tompng in #720
- Change quoted_insert and bracketed_paste to a single key input by @tompng in #792
- Bump version to 0.6.0 by @ima1zumi in #795
New Contributors
Full Changelog: v0.5.12...v0.6.0