1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add version info. add json now supports unicode output

This commit is contained in:
Kelly Brazil
2021-03-29 11:44:43 -07:00
parent 7515218ddd
commit 1953f98828

View File

@ -12,7 +12,9 @@ jc changelog
time_minute, and time_second fields
- Update last parser to use new timestamp function
- Add -h option to display the help text. Piping errors no longer show the help text.
- Make all external python library requirements optional: pygments, ruamel.yaml, xmltodict
- Add -v option to display version information.
- Make all external python library dependencies optional: pygments, ruamel.yaml, xmltodict
- JSON output now supports unencoded unicode characters
20210305 v1.14.4
- Packaging fix only for binaries and RPMs hosted on https://github.com/kellyjonbrazil/jc-packaging.