Releases: ergochat/readline
Releases · ergochat/readline
v0.1.3
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 tofunc() bool { return true }
(#71)
v0.1.2
v0.1.1
v0.1.0
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