|
1 | 1 | # Changelog |
2 | 2 | **Summary of changes of the command line tool** |
3 | 3 |
|
| 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 | + |
4 | 25 | ## v6.2 (2023-10-17) |
5 | 26 | - **[ FEATURE ]** Add new command `klog switch`, that stops a previously |
6 | 27 | ongoing activity (open time range), and starts a new one. |
|
0 commit comments