Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
**Summary of changes of the command line tool**

## v7.1 (2026-02-22)
- **[ FEATURE ]** Include warnings in JSON output of `klog json` subcommand.
- **[ FEATURE ]** When using `klog report --fill` and combining this with a periodic
date filter such as `--this-week`, `--last-month` or `--period 2021-05`, fill
up the entire queried period, rather than just the gaps in between.
- **[ FEATURE ]** Display warning when using `--diff` together with entry-level
filtering, as that likely yields nonsensical results.
- **[ FIX ]** Revise and define behaviour when applying filters to empty records
(i.e., records that don’t contain any time entries).

## v7.0 (2026-02-06)
- **[ META ]** klog is 5 years old today – happy birthday! 🥳
- **[ FEATURE ]** Introduce `--filter` flag for applying generic and more complex
Expand Down