rustyline v6.2.0 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
  • ๐Ÿ”„ Changelog

    • vi: use j, k, + and - for history navigation (#374)
    • Migrate to dirs-next (#388)
    • ๐Ÿ‘ Allow Windows to use case insensitive path completion (#389)
    • ๐Ÿ›  Fix completions with multiline prompt / input (#390)
    • Sort file completion candidates (#393)
    • ๐Ÿ‘ Redefine DummyTerminal::is_unsupported under wasm (#354)
    • More sane behavior if terminal size is zero (#396)
    • Returns impl Iterator directly (#395)