Skip to content

Commit

Permalink
Merge pull request #72 from ergochat/changelog
Browse files Browse the repository at this point in the history
changelog for v0.1.3
  • Loading branch information
slingamn authored Sep 9, 2024
2 parents 437c0e0 + b29592f commit 01a3cc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3] - 2024-09-02

* It is now possible to select and navigate through tab-completion candidates in pager mode (#65, #66, thanks [@YangchenYe323](https://github.com/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 }`

## [0.1.2] - 2024-07-04

* Fixed skipping between words with Alt+{Left,Right} and Alt+{b,f} (#59, #63)
Expand Down

0 comments on commit 01a3cc2

Please sign in to comment.