Skip to content

Commit 7b5503c

Browse files
authored
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
1 parent 32256ec commit 7b5503c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

4+
## v5.0
5+
- **[ META ]** Release the klog file format specification into the public domain
6+
(under the CC0/OWFa dual license).
7+
Read it here: https://github.com/jotaen/klog/blob/main/Specification.md
8+
- **[ FEATURE ]** Allow tags to (optionally) have values assigned to them,
9+
e.g. `#ticket=1764` or `#type=work`. The values can be quoted if
10+
they contain special characters: `#project="22/48.3"`.
11+
- **[ FEATURE / BREAKING ]** Allow hyphens (`-`) to appear in tags, e.g. `#home-office`.
12+
- **[ FEATURE ]** For the `--period` flag, additionally allow filtering
13+
by quarter (`YYYY-Qq`, e.g. `2022-Q1`) and week (`YYYY-Www`, e.g. `YYYY-W34`).
14+
415
## v4.0
516
- **[ FEATURE ]** Allow summaries behind entries to be continued on
617
the next line (with increased indentation level), e.g.:

0 commit comments

Comments
 (0)