diff --git a/CHANGELOG b/CHANGELOG index 3aace429..65bf3793 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,9 @@ jc changelog -20221105 v1.22.2 -- add `sshd_conf` parser -- add `findmnt` parser +20221107 v1.22.2 +- add `sshd_conf` parser for `sshd` configuration files and `sshd -T` output +- add `findmnt` command parser +- add SemVer string parser - enhance the `ifconfig` parser so it can output multiple IPv4 and IPv6 addresses - enhance the `ifconfig` parser so it can output additional fields common on BSD - enhance `xml` parser with optional `_` prefix for attributes instead of diff --git a/docs/parsers/ifconfig.md b/docs/parsers/ifconfig.md index 49f6ce14..5cf6724a 100644 --- a/docs/parsers/ifconfig.md +++ b/docs/parsers/ifconfig.md @@ -56,6 +56,10 @@ Schema: "tx_overruns": integer, "tx_carrier": integer, "tx_collisions": integer, + "options": string, + "options_flags": [ + string + ], "status": string, "hw_address": string, "media": string, diff --git a/man/jc.1 b/man/jc.1 index 567b9a46..e942655b 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-11-06 1.22.2 "JSON Convert" +.TH jc 1 2022-11-07 1.22.2 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS