0.16.2
This commit is contained in:
parent
6a75e30941
commit
f2ce233a6d
@ -5,11 +5,13 @@ CHANGELOG
|
|||||||
------
|
------
|
||||||
- Dropped ncurses dependency
|
- Dropped ncurses dependency
|
||||||
- Binaries for freebsd, openbsd, arm5, arm6, arm7, and arm8
|
- Binaries for freebsd, openbsd, arm5, arm6, arm7, and arm8
|
||||||
|
- Official 24-bit color support
|
||||||
- Added support for composite actions in `--bind`. Multiple actions can be
|
- Added support for composite actions in `--bind`. Multiple actions can be
|
||||||
chained using `+` separator.
|
chained using `+` separator.
|
||||||
- e.g. `fzf --bind 'ctrl-y:execute(echo -n {} | pbcopy)+abort'`
|
- e.g. `fzf --bind 'ctrl-y:execute(echo -n {} | pbcopy)+abort'`
|
||||||
- `--preview-window` with size 0 is allowed. This is used to make fzf execute
|
- `--preview-window` with size 0 is allowed. This is used to make fzf execute
|
||||||
preview command in the background without displaying the result.
|
preview command in the background without displaying the result.
|
||||||
|
- Minor bug fixes and improvements
|
||||||
|
|
||||||
0.16.1
|
0.16.1
|
||||||
------
|
------
|
||||||
|
2
install
2
install
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
version=0.16.2-alpha
|
version=0.16.2
|
||||||
auto_completion=
|
auto_completion=
|
||||||
key_bindings=
|
key_bindings=
|
||||||
update_config=2
|
update_config=2
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Current version
|
// Current version
|
||||||
version = "0.16.2-alpha"
|
version = "0.16.2"
|
||||||
|
|
||||||
// Core
|
// Core
|
||||||
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
||||||
|
Loading…
x
Reference in New Issue
Block a user