1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc update

This commit is contained in:
Kelly Brazil
2025-04-02 11:37:24 -07:00
parent ebbd4e9320
commit 5394d7f62d
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
jc changelog
20250331 v1.25.5
20250402 v1.25.5
- 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
byte conversions for size fields.
- Fix `time` command parser for output that does not contain centiseconds

View File

@ -112,7 +112,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.3'
version = '1.4'
description = '`bluetoothctl` command parser'
author = 'Jake Ob'
author_email = 'iakopap at gmail.com'