From 39bb9cadc5cf2d8ecbce8687143becb4b2f8e3d1 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 28 Mar 2024 11:58:42 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c239efab..cc1e8fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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