From 7b5503c7e39a94f6bdf5213c43e41e8ec5422064 Mon Sep 17 00:00:00 2001 From: Jan Heuermann Date: Wed, 13 Apr 2022 19:44:09 +0200 Subject: [PATCH] Update for version v5.0 Allow dashes/hyphens to appear in tags #168 Allow --period filtering by week and quarter #179 Relicense the specification #173 Introduce (optional) values for tags #169 Specify how to deal with invalid input #163 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ffc0c..9f8a1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog **Summary of changes of the command line tool** +## v5.0 +- **[ META ]** Release the klog file format specification into the public domain + (under the CC0/OWFa dual license). + Read it here: https://github.com/jotaen/klog/blob/main/Specification.md +- **[ FEATURE ]** Allow tags to (optionally) have values assigned to them, + e.g. `#ticket=1764` or `#type=work`. The values can be quoted if + they contain special characters: `#project="22/48.3"`. +- **[ FEATURE / BREAKING ]** Allow hyphens (`-`) to appear in tags, e.g. `#home-office`. +- **[ FEATURE ]** For the `--period` flag, additionally allow filtering + by quarter (`YYYY-Qq`, e.g. `2022-Q1`) and week (`YYYY-Www`, e.g. `YYYY-W34`). + ## v4.0 - **[ FEATURE ]** Allow summaries behind entries to be continued on the next line (with increased indentation level), e.g.: