File ChangeLog added (mode: 100644) (index 0000000..3b1c846) |
|
1 |
|
Unreleased changes since 0.2 |
|
2 |
|
|
|
3 |
|
(none) |
|
4 |
|
|
|
5 |
|
0.1 to 0.2 (2019-09-21) |
|
6 |
|
|
|
7 |
|
License: |
|
8 |
|
|
|
9 |
|
* Changed from "GPLv3 or later" to "GPLv3 only" |
|
10 |
|
|
|
11 |
|
Normal mode: |
|
12 |
|
|
|
13 |
|
* Add Ctrl-E and Ctrl-Y keys |
|
14 |
|
* Revert to `/` key for filtering |
|
15 |
|
|
|
16 |
|
Help mode: |
|
17 |
|
|
|
18 |
|
* Add Ctrl-E and Ctrl-Y keys |
|
19 |
|
* Add `g`/`gg` keys to help mode |
|
20 |
|
|
|
21 |
|
Prompts: |
|
22 |
|
|
|
23 |
|
* Cancel prompt on Escape key |
|
24 |
|
* Handle narrowing conversion failure |
|
25 |
|
* Save inputs in history (doesn't persist across sessions) |
|
26 |
|
|
|
27 |
|
UI: |
|
28 |
|
|
|
29 |
|
* Add highlighting to the builtin help |
|
30 |
|
* Highlight search matches in the list of items (all matches are |
|
31 |
|
highlighted) |
|
32 |
|
* Make filtering prompt bold |
|
33 |
|
* Draw title message in bold |
|
34 |
|
* Colorize background of labels |
|
35 |
|
|
|
36 |
|
Fixes: |
|
37 |
|
|
|
38 |
|
* Document `j` and `k` keys of Help mode |
|
39 |
|
* Fix output not being visible in terminal (when it's not captured or |
|
40 |
|
redirected) |
|
41 |
|
|
|
42 |
|
0.1 (2019-01-24) |
|
43 |
|
|
|
44 |
|
Features: |
|
45 |
|
|
|
46 |
|
* Basic Vim-like navigation. |
|
47 |
|
* Filtering by substring. |
|
48 |
|
* Builtin help. |
|
49 |
|
* Use of readline. |