Skip to content

Commit b29592f

Browse files
committed
changelog for v0.1.3
1 parent 437c0e0 commit b29592f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3] - 2024-09-02
4+
5+
* It is now possible to select and navigate through tab-completion candidates in pager mode (#65, #66, thanks [@YangchenYe323](https://github.com/YangchenYe323)!)
6+
* Fixed Home and End keys in certain terminals and multiplexers (#67, #68)
7+
* Fixed crashing edge cases in the Ctrl-T "transpose characters" operation (#69, #70)
8+
* Removed `(Config).ForceUseInteractive`; instead `(Config).FuncIsTerminal` can be set to `func() bool { return true }`
9+
310
## [0.1.2] - 2024-07-04
411

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

0 commit comments

Comments
 (0)