1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add UnicodeError fix

This commit is contained in:
Kelly Brazil
2022-04-25 17:04:19 -07:00
parent c245c89f82
commit 46af3bd0c0

View File

@ -1,11 +1,13 @@
jc changelog jc changelog
20220404 v1.18.7 20220425 v1.18.7
- Add git log command parser - Add git log command parser
- Add update-alternatives --query parser - Add update-alternatives --query parser
- Add update-alternatives --get-selections parser - Add update-alternatives --get-selections parser
- Fix key/value and ini parsers to allow duplicate keys - Fix key/value and ini parsers to allow duplicate keys
- Fix yaml file parser for files including timestamp objects - Fix yaml file parser for files including timestamp objects
- Fix UnicodeDecodeError on some systems where LANG=C is set and unicode
characters are in the output
- Update xrandr parser: add a 'rotation' field - Update xrandr parser: add a 'rotation' field
- Fix failing tests by moving template files - Fix failing tests by moving template files
- Add python interpreter version and path to -v and -a output - Add python interpreter version and path to -v and -a output