aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authoreuxane2024-11-30 09:58:49 +0100
committereuxane2024-11-30 09:58:49 +0100
commit903306030f59554ff6fd73146fd30c2330504358 (patch)
tree2c6063901e45b576100d6c312a68f453ef7b9dc7 /changelog.md
parentdc2ec09d6d29913d696f0ea9dc5d035542c792e8 (diff)
downloadtickwatch-903306030f59554ff6fd73146fd30c2330504358.tar.gz
cli: add option for timestamp line header format
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
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`