|
| 1 | +# v1.9.0 - 2017-09-19 |
| 2 | + |
| 3 | +## New features |
| 4 | + |
| 5 | +- Add `-K` option used to disable toggling of keyboard transmit mode. |
| 6 | + Fixes a bug causing the arrow keys to stop working after running pick from |
| 7 | + within Vim. |
| 8 | + (6fca1c4, #246, #247) |
| 9 | + (Anton Lindqvist) |
| 10 | + |
| 11 | +## Bug fixes |
| 12 | + |
| 13 | +- Fix a path issue related to `make distcheck`. |
| 14 | + (9034255, #242) |
| 15 | + (Anton Lindqvist) |
| 16 | + |
| 17 | +- Do not reset the selection on redraw. |
| 18 | + (58c5b46, #221) |
| 19 | + (Anton Lindqvist, Jenz Guenther) |
| 20 | + |
| 21 | +- Explicitly handle `Ctrl-{C,Z}` control characters. |
| 22 | + The previous `SIGINT` handler was broken since it invokes functions that are |
| 23 | + not considered asynchronous safe. |
| 24 | + Instead, |
| 25 | + do not turn control characters into signal but instead handle the relevant |
| 26 | + ones. |
| 27 | + A pleasant side-effect is that suspend/resumes now behaves correctly. |
| 28 | + (9886750, #240) |
| 29 | + (Anton Lindqvist) |
| 30 | + |
| 31 | +## Changes |
| 32 | + |
| 33 | +- Make `Ctrl-W` implement the ALTWERASE algorithm, |
| 34 | + a sequence of alphanumeric and underscore characters are recognized as a word. |
| 35 | + (c1e0a91, #231, #234) |
| 36 | + (Anton Lindqvist, Jenz Guenther) |
| 37 | + |
| 38 | +- Add clang 5.0 to the build matrix on Travis. |
| 39 | + (2092491) |
| 40 | + (Anton Lindqvist) |
| 41 | + |
| 42 | +- Recognize `Alt-Backspace` as an alias for `Ctrl-W` and `Alt-Space` for |
| 43 | + `Page-Down`. |
| 44 | + Borrowed from `less(1)`. |
| 45 | + (7d0a568, #238) |
| 46 | + (Jenz Guenther) |
| 47 | + |
| 48 | +- Improve the semantics of the manual and clarify a few things. |
| 49 | + (6713d37, 964b75b, 78a02b6) |
| 50 | + (Anton Lindqvist) |
| 51 | + |
| 52 | +- Fallback to pkg-config(1) while looking for ncurses library. |
| 53 | + Makes pick build on Gentoo where ncurses and libtinfo are split out. |
| 54 | + (615c536, #241) |
| 55 | + (Anton Lindqvist, Mike Burns, Tim Harder) |
| 56 | + |
| 57 | +- pick is now available as a package on Gentoo. |
| 58 | + (99d5a6f, #243, #244) |
| 59 | + (Tim Harder) |
| 60 | + |
1 | 61 | # v1.8.0 - 2017-08-28 |
2 | 62 |
|
3 | 63 | ## New features |
|
0 commit comments