Skip to content

Commit 5394d7f

Browse files
doc update
1 parent ebbd4e9 commit 5394d7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
jc changelog
22

3-
20250331 v1.25.5
3+
20250402 v1.25.5
44
- Add `amixer` command parser
5+
- Fix `bluetoothctl` parser failing to parse controllers with power state prop
56
- Fix `lsblk` command parser to support multiple mountpoints. Also, added
67
byte conversions for size fields.
78
- Fix `time` command parser for output that does not contain centiseconds

jc/parsers/bluetoothctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
class info():
114114
"""Provides parser metadata (version, author, etc.)"""
115-
version = '1.3'
115+
version = '1.4'
116116
description = '`bluetoothctl` command parser'
117117
author = 'Jake Ob'
118118
author_email = 'iakopap at gmail.com'

0 commit comments

Comments
 (0)