File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ # v2.0.0 - 2017-11-07
2+
3+ ## New features
4+
5+ - Add ` Ctrl-O ` key binding used to toggle sorting.
6+ (d36423b)
7+ (Anton Lindqvist)
8+
9+ ## Bug fixes
10+
11+ - Inline ` CCEQ ` macro since it's missing in musl libc.
12+ (21f16d0, #249 , #250 )
13+ (Anton Lindqvist, Michael Gehring)
14+
15+ - Ignore OSC escape sequences while calculating the line width and filtering.
16+ (e821307, a380b41, #248 )
17+ (Anton Lindqvist)
18+
19+ - Do not ignore return value from ` mbtowc(3) ` .
20+ Fixes an issue discovered while compiling using GCC 4.7 on Debian 7.
21+ (274969a, #255 )
22+ (Jenz Guenther)
23+
24+ - Fix exit code for ` -h ` option.
25+ (f833b3a)
26+ (Anton Lindqvist)
27+
28+ ## Changes
29+
30+ - Optimize filtering by safely reducing the number of choices to reconsider
31+ when the query grew longer.
32+ (c0c18ef, #251 )
33+ (Anton Lindqvist)
34+
35+ - Replace example in manual with a more portable but equally useful one.
36+ (ad57355, 031817f, 871ddd9, #253 )
37+ (Jenz Guenther)
38+
39+ - pick is now available as a package on Void Linux.
40+ (dce2ddf, #257 )
41+ (Michael Gehring)
42+
43+ - pick is now available as a package on CRUX.
44+ (26eea32, #258 )
45+ (rtlanceroad)
46+
47+ - Only redraw the choices when necessary.
48+ (1e8fb53, #254 , #264 )
49+ (Anton Lindqvist, Jenz Guenther)
50+
151# v1.9.0 - 2017-09-19
252
353## New features
You can’t perform that action at this time.
0 commit comments