diff options
author | euxane | 2024-11-30 09:58:49 +0100 |
---|---|---|
committer | euxane | 2024-11-30 09:58:49 +0100 |
commit | 903306030f59554ff6fd73146fd30c2330504358 (patch) | |
tree | 2c6063901e45b576100d6c312a68f453ef7b9dc7 /changelog.md | |
parent | dc2ec09d6d29913d696f0ea9dc5d035542c792e8 (diff) | |
download | tickwatch-903306030f59554ff6fd73146fd30c2330504358.tar.gz |
cli: add option for timestamp line header format
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 3f6aebc..b8af052 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,7 @@ Changelog | |||
3 | 3 | ||
4 | ## Next release | 4 | ## Next release |
5 | * Fixed issue emitting pings when the system's IP address changed during exec | 5 | * Fixed issue emitting pings when the system's IP address changed during exec |
6 | * Added `--timestamp=datetime|unix|none` param to set line header format | ||
6 | 7 | ||
7 | ## v2.0 (2024-11-25) | 8 | ## v2.0 (2024-11-25) |
8 | * Fused the `--min` and `--max` display options into `--range=MIN:MAX` | 9 | * Fused the `--min` and `--max` display options into `--range=MIN:MAX` |