Skip to content

Releases: ergochat/readline

v0.1.2

04 Jul 18:33
v0.1.2
Compare
Choose a tag to compare

v0.1.2 includes some small fixes:

  • Fixed skipping between words with Alt+{Left,Right} and Alt+{b,f} (#59, #63)
  • Fixed FuncFilterInputRune support (#61, thanks @sohomdatta1!)

v0.1.1

06 May 05:08
v0.1.1
23dce32
Compare
Choose a tag to compare

v0.1.1 includes some small fixes and updates:

  • Fixed zos support (#55)
  • Added support for the Home and End keys (#53)
  • Removed some internal enums related to Vim mode from the public API (#57)

v0.1.0

14 Jan 23:34
v0.1.0
Compare
Choose a tag to compare

v0.1.0 is a significant milestone along the road to API stability for our readline fork. Although the project is not fully API-stable, we expect future API breaks to be modest in scope and to have no impact on the most common use cases for the library.

  • To install this version of ergochat/readline in your Go project: go get github.com/ergochat/readline@v0.1.0
  • For information about migrating from chzyer/readline to our fork, see our migration guide
  • For full API documentation, see our Godoc
  • For a list of changes relative to chzyer/readline, see our changelog