What's Changed
- Fix CI about vterm by @aycabta in #277
- Separate keystrokes each editing mode by @aycabta in #278
- Moved development dependencies to Gemfile by @nobu in #279
- Use ReadConsoleInputW() instead of getwch() by @aycabta in #281
- ensure reline's encoding is used when reading inputrc character values by @jethrodaniel in #280
- The config file must accept any character encoding by @aycabta in #283
- Add commits about tests of Cyrillic chars and Windows return key by @aycabta in #284
- Fix GitHub Actions by @MSP-Greg in #282
- Fix Reline::Unicode.calculate_width when input is not a TTY by @jeremyevans in #285
- Handle Errno::ENOTTY correctly by @aycabta in #286
- Add terminfo support by @aycabta in #287
- Support set and exchange mark on Windows by @aycabta in #288
- Gemfile: Drop unused github git_source alias by @olleolleolle in #289
- Remove an obsolete commented-out test by @aycabta in #290
- Add usage for README.md by @ima1zumi in #291
- README: Add a link to document of readline stdlib by @aycabta in #292
New Contributors
- @jethrodaniel made their first contribution in #280
Full Changelog: v0.2.5...v0.2.6