Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Apr 28, 2024
1 parent e2b2406 commit 18a00bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
jc changelog

20240422 v1.25.3
20240428 v1.25.3
- Add `battery_percentage` field to `bluetoothctl` parser output
- Fix `pci-ids` parser to correctly handle multiple subdevices
- Fix `top` parsers to quiet uptime info parsing
- Optimize some tests by removing timezone settings and using quiet=True
- Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion docs/parsers/pci_ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Compatibility: linux, darwin, cygwin, win32, aix, freebsd

Source: [`jc/parsers/pci_ids.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/pci_ids.py)

Version 1.0 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)
2 changes: 1 addition & 1 deletion docs/parsers/top.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ Compatibility: linux

Source: [`jc/parsers/top.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/top.py)

Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com)
2 changes: 1 addition & 1 deletion docs/parsers/top_s.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ Compatibility: linux

Source: [`jc/parsers/top_s.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/top_s.py)

Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com)
2 changes: 1 addition & 1 deletion jc/parsers/pci_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.0'
version = '1.1'
description = '`pci.ids` file parser'
author = 'Kelly Brazil'
author_email = '[email protected]'
Expand Down

0 comments on commit 18a00bc

Please sign in to comment.