summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-11-26 12:25:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-11-26 12:36:24 +0900
commita71c47140575b324afeb054a4fbc0e3fa505d4d0 (patch)
tree1fbda4c1d4520eeef3508a3ce4126ce048bf88eb /CHANGELOG.md
parent3858086047e0de96ffe81ab966107b022c8adc2a (diff)
0.15.90.15.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20ad20de..33a67a2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
CHANGELOG
=========
+0.15.9
+------
+- Fixed rendering glitches introduced in 0.15.8
+- The default escape delay is reduced to 50ms and is configurable via
+ `$ESCDELAY`
+- Scroll indicator at the top-right corner of the preview window is always
+ displayed when there's overflow
+- Can now be built with ncurses 6 or tcell to support extra features
+ - *ncurses 6*
+ - Supports more than 256 color pairs
+ - Supports italics
+ - *tcell*
+ - 24-bit color support
+ - See https://github.com/junegunn/fzf/blob/master/src/README.md#build
+
0.15.8
------
- Updated ANSI processor to handle more VT-100 escape sequences