Skip to content
Snippets Groups Projects
Unverified Commit 4bece042 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

0.16.0

parent ede7bfb9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ CHANGELOG
0.16.0
------
- Added `--height HEIGHT[%]` option
- *Added `--height HEIGHT[%]` option*
- fzf can now display finder without occupying the full screen
- Preview window will truncate long lines by default. Line wrap can be enabled
by `:wrap` flag in `--preview-window`.
- Latin script letters will be normalized before matching so that it's easier
......
......@@ -2,7 +2,7 @@
set -u
version=0.16.0-alpha
version=0.16.0
auto_completion=
key_bindings=
update_config=2
......
......@@ -147,7 +147,7 @@ Label characters for \fBjump\fR and \fBjump-accept\fR
.TP
.BI "--height=" "HEIGHT[%]"
Display fzf window below the cursor with the given height instead of using
fullscreen.
the full screen.
.TP
.BI "--min-height=" "HEIGHT"
Minimum height when \fB--height\fR is given in percent (default: 10).
......
......@@ -8,7 +8,7 @@ import (
const (
// Current version
version = "0.16.0-alpha"
version = "0.16.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment