From e9bfc3dd29f914fd91e937f06d7f59c0f91b8449 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 16 May 2021 19:21:37 -0700 Subject: [PATCH] add time format, dig compatibility, windows colors fix --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 66c22ec0..7d7dea71 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ jc changelog -20210511 v1.15.4 +20210517 v1.15.4 - Update ping parser to support error responses in OSX and BSD - Update ping parser to be more resillient against parsing errors for unknown error types - Update dig parser to support `+noall +answer` use case +- Update dig parser compatibility to all platforms +- Fix colors in Windows terminals (cmd.exe and PowerShell) +- Add Windows time format for systeminfo output - JC no longer swallows exit codes when using the "magic" syntax. See the Exit Codes section of the README and man page for details 20210426 v1.15.3