From 132d02e8ca3ef3a3c3a5eb8a772999382afd44af Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 1 Aug 2015 00:20:03 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 165916389..ada136b40 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -25,6 +25,8 @@ Added * New command `:bookmark-load` to load a bookmark (bound to `gb`/`gB`/`wB`). - New (hidden) command `:completion-item-del` (bound to ``) to delete the current item in the completion (for quickmarks/bookmarks). +- New settings `tabs -> padding` and `tabs -> indicator-tabbing` to control the + size/padding of the tabbar. Changed ~~~~~~~ @@ -43,6 +45,12 @@ Fixed - `link_pyqt.py` now should work better on untested distributions. - Fixed various corner-cases with crashes when reading invalid config values. +Removed +~~~~~~~ + +- The `tabs -> indicator-space` setting got removed as the new padding settings + should be used instead. + v0.3.0 ------