From 7d86ca4080dde7ae5aeec974d9d2d9ff809fc5f5 Mon Sep 17 00:00:00 2001 From: Jan Heuermann Date: Tue, 16 Jul 2024 13:26:31 +0200 Subject: [PATCH] `klog bookmarks set --create` --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41891f..e824c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog **Summary of changes of the command line tool** -## v?.? (????-??-??) +## v6.4 (2024-07-16) +- **[ FEATURE ]** Add new `--create` flag to `klog bookmarks set`, which creates + a new empty target file alongside the bookmark. - **[ FEATURE ]** For `klog start`, add `--resume-nth`/`-N` flag to specify the entry to resume. - **[ FIX ]** Fix output coloring of total values in `klog print --with-totals`.