summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-02-04 22:25:19 +0100
committerCanop <cano.petrole@gmail.com>2020-02-04 22:25:19 +0100
commitaff659b73a54532ea3dd195d4edc33fc8056f5dd (patch)
tree8c5049e470f9d9c6adf6d5c66ba70f3c9dfddcdf /CHANGELOG.md
parent5e43b91284b6ad1c30ec764de7885c55e6dd6ef5 (diff)
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`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
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