1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

doc update

This commit is contained in:
Kelly Brazil
2024-11-24 13:38:10 -08:00
parent 7fbe1e9f21
commit be1dd031f1
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@ jc changelog
20241120 v1.25.4
- Add `ipconfig` command parser (`ipconfig` for Windows)
- Add `wg show` command parser
- Enhance `ethtool` parser to support `link_partner_advertised_link_modes`
- Enhance `ifconfig` parser to support `utun` interfaces with assigned IPv4 addresses on macOS
- Enhance `nsd-control` parser with additional state fields
@ -21,6 +22,7 @@ jc changelog
20240609 v1.25.3
- Enhance `bluetoothctl` parser with added `battery_percentage` field
- Enhance `git-log` standard and streaming parsers with added `lines_changed` field under `file_stats`
- Fix `lspci` parser to handle `physlot` fields with a range value
- Fix `pci-ids` parser to correctly handle multiple subdevices
- Fix `pip-show` parser to handle multi-line fields with a beginning blank line
- Fix `ss` parser to correctly handle the `Recv-Q` field being too close to the `Status` field

View File

@ -8,7 +8,7 @@ Usage (cli):
or
$ jc wg-show
$ jc wg show all dump
Usage (module):
@ -85,7 +85,6 @@ Examples:
}
]
$ wg show all dump | jc --wg-show -p -r
[
{
@ -151,7 +150,7 @@ class info:
author_email = "hamzasaht01@gmail.com"
compatible = ["linux", "darwin", "cygwin", "win32", "aix", "freebsd"]
tags = ["command"]
magic_commands = ["wg-show"]
magic_commands = ["wg show"]
__version__ = info.version