Add track-current, untrack-current, and toggle-track-current (#3699)

Close #3691
This commit is contained in:
Junegunn Choi
2024-03-28 20:42:01 +09:00
committed by GitHub
parent b6bfd4a5cb
commit 8a74976c1f
6 changed files with 105 additions and 75 deletions

View File

@@ -1,8 +1,12 @@
CHANGELOG
=========
0.48.2
0.49.0
------
- Renamed `track` action to `track-current` to highlight the difference between the global tracking state set by `--track` and a one-off tracking action
- `track` is still available as an alias
- Added `untrack-current` and `toggle-track-current` actions
- `*-current` actions are no-op when the global tracking state is set
- Bug fixes
0.48.1