rustyline v6.1.0 Release Notes

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

    • ๐Ÿ›  Bugfixes/consistency improvements for multiline stuff (#334)
      • Movement::{BeginningOfLine,EndOfLine,etc} now actually go to beginning/end of the line.
      • Movement::BeginningOfBuffer, etc was added to get the original functionality back.
      • Fix some off-by-one bugs in the line movement code.
      • Make it easier to test the multiline functionality by adding a matching bracket validator, and using it in the examples.
    • โž• Add LineUp/LineDown movement commands (#317)
    • โž• Add smart up and down commands (#329)
    • โž• Add AcceptOrNewLine command (#330)
    • ๐Ÿ— Make config builder clonable (#322)
    • ๐Ÿ›  Fix incorrect cfg-if dependency declaration. (#336)
    • โž• Add skim as optional fuzzy completion option for unix (#323)
    • โž• Add DIY hints content and hints promot behavior (#347)
    • โšก๏ธ Update nix to 0.17 (#320)
    • โฌ†๏ธ Upgrade utf8parse to 0.2 (#321)