We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbd4e9 commit 5394d7fCopy full SHA for 5394d7f
CHANGELOG
@@ -1,7 +1,8 @@
1
jc changelog
2
3
-20250331 v1.25.5
+20250402 v1.25.5
4
- Add `amixer` command parser
5
+- Fix `bluetoothctl` parser failing to parse controllers with power state prop
6
- Fix `lsblk` command parser to support multiple mountpoints. Also, added
7
byte conversions for size fields.
8
- Fix `time` command parser for output that does not contain centiseconds
jc/parsers/bluetoothctl.py
@@ -112,7 +112,7 @@
112
113
class info():
114
"""Provides parser metadata (version, author, etc.)"""
115
- version = '1.3'
+ version = '1.4'
116
description = '`bluetoothctl` command parser'
117
author = 'Jake Ob'
118
author_email = 'iakopap at gmail.com'
0 commit comments