Skip to content

Commit 96b3b05

Browse files
authored
Release v6.3
1 parent 6cb779d commit 96b3b05

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22
**Summary of changes of the command line tool**
33

4+
## v6.3 (2024-03-03)
5+
- **[ BREAKING ]** For `klog pause`, you cannot use the `--extend` and `--summary`
6+
flags together anymore.
7+
- **[ FEATURE / BREAKING ]** The `klog pause` command now automatically takes
8+
over all tags from the open range of the record (if applicable), and appends them to
9+
the summary of the pause entry. (You can opt out of this via the `--no-tags` flag.)
10+
- **[ FEATURE / INFO ]** Extend and clarify `--help` output and built-in documentation
11+
for all subcommands and flags.
12+
- **[ FEATURE ]** There is a new setting for the klog `config.ini` file,
13+
which allows to specify the colour theme of the terminal, so that klog
14+
can optimise its output colouring. The available options are: `dark` (the
15+
default), `light`, and `no_colour`. Run `klog config` to learn more.
16+
- **[ FEATURE ]** Add `--entry-type` filter flag for filtering by entry type,
17+
e.g.: `--entry-type open-range` or `--entry-type duration`.
18+
- **[ FEATURE ]** Add two new rounding options for the `--round` flag: `12m` and `20m`.
19+
(e.g., when doing `klog start --round`.)
20+
- **[ FEATURE ]** Print file names in the error output when a file contains
21+
syntax errors, to ease troubleshooting when evaluating multiple files.
22+
- **[ FIX ]** Fix minor formatting bug of `klog print --with-totals` when a file
23+
contains multiline record summaries.
24+
425
## v6.2 (2023-10-17)
526
- **[ FEATURE ]** Add new command `klog switch`, that stops a previously
627
ongoing activity (open time range), and starts a new one.

0 commit comments

Comments
 (0)