readline v1.1 Release Notes

Release Date: 2015-11-20 // over 8 years ago
    • ๐Ÿ‘ #12 Add support for key <Delete>/<Home>/<End>
    • ๐Ÿšฆ Only enter raw mode as needed (calling Readline()), program will receive signal(e.g. Ctrl+C) if not interact with readline.
    • ๐Ÿ› Bugs fixed for PrefixCompleter
    • Press Ctrl+D in empty line will cause io.EOF in error, Press Ctrl+C in anytime will cause ErrInterrupt instead of io.EOF, this will privodes a shell-like user experience.
    • Customable Interrupt/EOF prompt in Config
    • ๐Ÿ“ฆ #17 Change atomic package to use 32bit function to let it runnable on arm 32bit devices
    • Provides a new password user experience(readline.ReadPasswordEx()).