1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-09-15 08:49:12 -07:00
parent c4de1c53b9
commit d3c1a73ced

View File

@ -1,5 +1,9 @@
jc changelog jc changelog
20220915 v1.22.0
- Add /proc file parsers
- Fix `id` command parser to allow usernames and groupnames with spaces
20220829 v1.21.2 20220829 v1.21.2
- Fix IP Address string parser for older python versions that don't cleanly - Fix IP Address string parser for older python versions that don't cleanly
accept decimal input format - IPv6 fix (e.g. python 3.6) accept decimal input format - IPv6 fix (e.g. python 3.6)