readline v1.4 Release Notes

Release Date: 2016-07-26 // almost 8 years ago
    • ๐Ÿ‘ #60 Support dynamic autocompletion
    • ๐Ÿ›  Fix ANSI parser on Windows
    • ๐Ÿ›  Fix wrong column width in complete mode on Windows
    • โœ‚ Remove dependent package "golang.org/x/crypto/ssh/terminal"

Previous changes from v1.3

    • #38 add SetChildren for prefix completer interface
    • #42 improve multiple lines compatibility
    • ๐Ÿ“ฆ #43 remove sub-package(runes) for gopkg compatiblity
    • ๐Ÿ›  #46 Auto complete with space prefixed line
    • ๐Ÿ‘ #48 support suspend process (ctrl+Z)
    • #49 fix bug that check equals with previous command
    • #53 Fix bug which causes integer divide by zero panicking when input buffer is empty