summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-03-05 23:12:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-03-05 23:12:27 +0900
commitd9c6a0305b8c7f83a21fa583ae662660b940b1b6 (patch)
tree209571315f8c11e7199d46369f5b7446de85d4c7
parentd9b12111912a43e62f61051d40897a378a020cf5 (diff)
Draft CHANGELOG for the upcoming release
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c315509..b1f68751 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
CHANGELOG
=========
+0.21.0 (WIP)
+------------
+- Style changes
+ - Unicode spinner
+ - `--border` will now print border with rounded corners around the
+ finder instead of printing horizontal lines above and below it.
+ The previous style is available via `--border=horizontal`
+- Added `--pointer` and `--marker` options
+- More keys and actions for `--bind`
+- Bug fixes and improvements
+- Vim plugin: Floating windows support
+- bash: Various improvements in key bindings (CTRL-T, CTRL-R, ALT-C)
+
0.20.0
------
- Customizable preview window color (`preview-fg` and `preview-bg` for `--color`)