summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-04-25 09:26:57 +0200
committerCanop <cano.petrole@gmail.com>2021-04-25 09:26:57 +0200
commit7c7767c20061427b884ed267c9ec5a8d2eca29fa (patch)
tree181f87cedee8ac2442cc92523482c2397d154f09 /CHANGELOG.md
parent6f6fe9edf52cf45373150a335e31216ee64b4d64 (diff)
staging area documentation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d79fecb..c7fa3d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
### next
+#### Minor changes:
- modal mode: revert to command mode on command execution - Fix #372
-- modal mode: '/' when in command mode only enters input mode and is never appended to the input
+- modal mode: when in command mode, '/' only enters input mode and is never appended to the input
+#### Major feature: staging area
+Yoy may add files to the staging area then apply a command on all of them. This new feature is described [here](https://dystroy.org/broot/staging-area).
+Several verbs have been added. Type "stag" in help to see them all.
<a name="v1.2.10"></a>
### v1.2.10 - 2021-04-03