Skip to content

Releases: ergochat/readline

v0.1.3

09 Sep 05:08
v0.1.3
01a3cc2
Compare
Choose a tag to compare

v0.1.3 includes an enhancement and some small fixes:

  • It is now possible to select and navigate through tab-completion candidates in pager mode (#65, #66, thanks @YangchenYe323!)
  • Fixed Home and End keys in certain terminals and multiplexers (#67, #68)
  • Fixed crashing edge cases in the Ctrl-T "transpose characters" operation (#69, #70)
  • Removed (Config).ForceUseInteractive; instead (Config).FuncIsTerminal can be set to func() bool { return true } (#71)

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