1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

support json value in team.config field

This commit is contained in:
Kelly Brazil
2025-05-03 13:39:32 -07:00
parent 34fda0905f
commit 222d1b7255
2 changed files with 25 additions and 2 deletions

View File

@@ -1,11 +1,12 @@
jc changelog
20250414 v1.25.5
20250503 v1.25.5
- Add `amixer` command parser
- Enhance `iptables` command parser to add default policy statistics fields
- Fix `bluetoothctl` parser failing to parse controllers with power state prop
- Fix `lsblk` command parser to support multiple mountpoints. Also, added
byte conversions for size fields.
- Fix `nmcli` command parser to support `team.config` JSON field
- Fix `time` command parser for output that does not contain centiseconds
- Fix `x509-cert` parser to handle IDNA2008 encoded email addresses with a warning
- Fix typing for upcoming python v3.14