1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

add dir parser

This commit is contained in:
Kelly Brazil
2021-04-02 12:12:43 -07:00
parent 74cfc13abe
commit 286c5fa943

View File

@@ -1,10 +1,11 @@
jc changelog jc changelog
20210316 v1.15.0 20210405 v1.15.0
- Add acpi parser tested on linux - Add acpi parser tested on linux
- Add upower parser tested on linux - Add upower parser tested on linux
- Add /usr/bin/time parser tested on linux and macOS - Add /usr/bin/time parser tested on linux and macOS
- Add dpkg -l parser tested on linux - Add dpkg -l parser tested on linux
- Add dir parser tested on Windows 10
- Update date parser: complete rewrite (v2.0) providing many enhancements: - Update date parser: complete rewrite (v2.0) providing many enhancements:
- Make weekday numbering ISO 8601 compliant - Make weekday numbering ISO 8601 compliant
- Add a calculated naive timestamp field - Add a calculated naive timestamp field