mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
doc update
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20240922 v1.25.4
|
20241018 v1.25.4
|
||||||
- Enhance `ping-s` streaming parser to support error replies
|
- Enhance `ping-s` streaming parser to support error replies
|
||||||
- Enhance `ethtool` parser to support `link_partner_advertised_link_modes`
|
- Enhance `ethtool` parser to support `link_partner_advertised_link_modes`
|
||||||
- Enhance `ifconfig` parser to support `utun` interfaces with assigned IPv4 addresses on macOS
|
- Enhance `ifconfig` parser to support `utun` interfaces with assigned IPv4 addresses on macOS
|
||||||
|
- Fix `bluetoothctl` parser when extra attributes like `manufacturer` and `version` exist
|
||||||
- Fix `df` parser to correctly output binary vs. decimal size outputs
|
- Fix `df` parser to correctly output binary vs. decimal size outputs
|
||||||
- Fix `mount` parser for cases where there are spaces in the filesystem name
|
- Fix `mount` parser for cases where there are spaces in the filesystem name
|
||||||
- Fix `ip-address` parser for Python 3.13 changes to IPv4 mapped IPv6 addresses
|
- Fix `ip-address` parser for Python 3.13 changes to IPv4 mapped IPv6 addresses
|
||||||
|
@ -112,7 +112,7 @@ import jc.utils
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
"""Provides parser metadata (version, author, etc.)"""
|
"""Provides parser metadata (version, author, etc.)"""
|
||||||
version = '1.2'
|
version = '1.3'
|
||||||
description = '`bluetoothctl` command parser'
|
description = '`bluetoothctl` command parser'
|
||||||
author = 'Jake Ob'
|
author = 'Jake Ob'
|
||||||
author_email = 'iakopap at gmail.com'
|
author_email = 'iakopap at gmail.com'
|
||||||
|
Reference in New Issue
Block a user