mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Add notes to Changes file
This commit is contained in:
parent
23a4381156
commit
36549186c6
14
Changes
14
Changes
|
|
@ -1,6 +1,20 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
v0.2.5
|
||||
Features
|
||||
* Add --layout option, which allows you to switch between `top-down`
|
||||
and `bottom-up` layout mode. This is equivalent of percol's
|
||||
`--prompt-bottom --result-bottom-up`. Default is `top-down`.
|
||||
The same option can be specified in the config file as "Layout"
|
||||
Miscellaneous
|
||||
* Because of the layout option, SelectNext/SelectPrevious and
|
||||
SelectNextPage/SelectPreviousPage no longer made sense.
|
||||
Now all of these are DEPRECATED, and are aliases to different
|
||||
action names. See the README for the details.
|
||||
In particular, you would need to configure your key bindings
|
||||
using these if you want to use the `bottom-up` layout
|
||||
|
||||
v0.2.4 - 13 Aug 2014
|
||||
Features
|
||||
* Add --initial-matcher command line option to specify which
|
||||
|
|
|
|||
Loading…
Reference in a new issue