Tags give the ability to mark specific points in history as being important
  • v1.4
    62c6fe61 · update changelog ·
  • v1.3
    64a71f22 · [release] 1.3 ·
  • v1.2
    14e9df7f · update changelog ·
  • v1.1
    09b448ca · changelog: fix syntax ·
    * #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()`).
  • v1.0
    c73eba98 · readme: add gitter ·