This commit is contained in:
Junegunn Choi 2017-08-02 02:44:06 +09:00
parent 39dbc8acdb
commit ecb6b234cc
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
5 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
0.16.11
-------
- Performance optimization
- Fixed missing preview update
0.16.10
-------
- Fixed invalid handling of ANSI colors in preview window

View File

@ -2,7 +2,7 @@
set -u
version=0.16.10
version=0.16.11
auto_completion=
key_bindings=
update_config=2

View File

@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf-tmux 1 "Jul 2017" "fzf 0.16.10" "fzf-tmux - open fzf in tmux split pane"
.TH fzf-tmux 1 "Aug 2017" "fzf 0.16.11" "fzf-tmux - open fzf in tmux split pane"
.SH NAME
fzf-tmux - open fzf in tmux split pane

View File

@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf 1 "Jul 2017" "fzf 0.16.10" "fzf - a command-line fuzzy finder"
.TH fzf 1 "Aug 2017" "fzf 0.16.11" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder

View File

@ -9,7 +9,7 @@ import (
const (
// Current version
version = "0.16.10"
version = "0.16.11"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond