Skip to content

v0.3.3

Compare
Choose a tag to compare
@ima1zumi ima1zumi released this 27 Mar 15:39
· 202 commits to master since this release
8ce1762

What's Changed

✨ Enhancements

  • Add key binding for Delete (save Insert, PgUp, PgDn for later) by @sshock in #434
  • Add key bindings for PgUp and PgDn by @sshock in #509

🐛 Bug Fixes

  • Pass unmodifined lines(that does not include escape sequence) to check_multiline_prompt by @tompng in #458
  • Fix scrollbar wrongly displayed bug by @tompng in #487
  • Fix indent when type "[\n" or "{\n" in irb by @tompng in https://github.com//pull/459
  • Fix line rendering when newline is added at the end of the buffer by @tompng in #507
  • Fix the cause of test_yamatanooroti randomly failing by @tompng in #474
  • Fix wrong indent number in prompt. whole_lines has duplicated line. by @tompng in #460
  • Fix IRB's completion of multiline and noautocomplete by @tompng in #513
  • Fix: line longer than terminal width breaks rendering by @tompng in #516
  • Use em_delete in key_delete by @etiennebarrie in #504
  • Fix split_by_width to retain color sequences by @tompng in #490
  • Fix cursor position overrun by @tompng in #515

🛠 Other Changes

New Contributors

Full Changelog: v0.3.2...v0.3.3