mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc update
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20250331 v1.25.5
|
20250402 v1.25.5
|
||||||
- Add `amixer` command parser
|
- Add `amixer` command parser
|
||||||
|
- Fix `bluetoothctl` parser failing to parse controllers with power state prop
|
||||||
- Fix `lsblk` command parser to support multiple mountpoints. Also, added
|
- Fix `lsblk` command parser to support multiple mountpoints. Also, added
|
||||||
byte conversions for size fields.
|
byte conversions for size fields.
|
||||||
- Fix `time` command parser for output that does not contain centiseconds
|
- Fix `time` command parser for output that does not contain centiseconds
|
||||||
|
@ -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.3'
|
version = '1.4'
|
||||||
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