1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add time format, dig compatibility, windows colors fix

This commit is contained in:
Kelly Brazil
2021-05-16 19:21:37 -07:00
parent f46b33eacf
commit e9bfc3dd29

View File

@ -1,9 +1,12 @@
jc changelog 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 support error responses in OSX and BSD
- Update ping parser to be more resillient against parsing errors for unknown error types - 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 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 - 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 20210426 v1.15.3