From a91d4e4bb243f387ffc8818673982208efe5687b Mon Sep 17 00:00:00 2001 From: Jan Heuermann Date: Tue, 16 Jul 2024 21:05:22 +0200 Subject: [PATCH] Release v6.4 - https://github.com/jotaen/klog/issues/282 - https://github.com/jotaen/klog/pull/311 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b46d0b..e824c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog **Summary of changes of the command line tool** +## 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`. + ## v6.3 (2024-03-03) - **[ BREAKING ]** For `klog pause`, you cannot use the `--extend` and `--summary` flags together anymore.