- Packaging fix only for binaries and RPMs hosted on https://github.com/kellyjonbrazil/jc-packaging. Packages from PyPi and OS repositories are not affected. This fixes an issue that kept the YAML parser from initializing.
1.14.3
- Add hciconfig parser tested on linux - Update dig parser to simplify answer data logic
1.14.2
- Update dig parser to fix cases where there are spaces in the answer data (e.g. TXT records)
1.14.1
- Add iw-scan parser tested on linux (beta) - Update date parser for Ubuntu 20.04 support - Update last parser for last -F support - Update last parser to add convenience fields and augment data for easier parsing - Update man page - Minor documentation updates
1.14.0
- Add hashsum parser tested on linux, macos - Add hash parser tested on linux, macos - Add cksum parser tested on linux, macos - Add wc parser tested on linux, macos - Add printenv support under env parser - Add vdir support under ls parser - Add python 3.9 to github automation tests
1.13.4
- Update crontab and crontab-u parsers to tighten up variable detection - Update ping parser to tighten linux/bsd detection