From aff659b73a54532ea3dd195d4edc33fc8056f5dd Mon Sep 17 00:00:00 2001 From: Canop Date: Tue, 4 Feb 2020 22:25:19 +0100 Subject: default_args in conf.toml and new launch flags New flags are mostly here to let you negate on command line the flags you've set in conf.toml. For example `-D` negates `-d`. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d1af1..307eb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ### master -New major feature: git related features +Major change: git related features - `:show_git_file_info` compute git repo statistics and file statuses. Statistics are computed in background and cached. - `:git_diff` verb launching `git diff {file}` - `:git_status` filter files to show only the ones which are relevant for `git status` (warning: slow on big repositories) +Major change: rewamped launch +Several new launch flags have been added, mostly doing the opposite of previous ones (eg `-S` negates `-s`)and a new entry in the conf.toml lets you define default flags (which can be overriden by the ones you pass on the command line) Minor changes: - on refresh or after command, if the previously selected path can't be selected (missing file, probably) then the previous index will be kept if possible -- cgit v1.2.3