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:
@ -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
|
||||||
|
Reference in New Issue
Block a user