finfo 1.0 released!
After four months since the initial commit, finfo has finally reached a stable state, marking the release of version 1.0!
Changelog
-
statx Support on Linux
finfo now uses statx on Linux, which means… file creation dates are finally here!
Note: finfo now needs at least Linux 4.11 and glibc 2.28. -
Detailed View
The detailed view now shows extra fields fromstat
(orstatx
) and includes milliseconds in the dates (if supported). -
Better Windows & macOS Support
finfo now checks your platform to make sure it gets the values right on Windows and macOS. -
New File Class, Totally Rewritten
finfo is now mainly a library, with the CLI tool just a wrapper around it. -
No More Subfields, Just Delimiters
Subfields got messy, so I switched to using delimiters instead.
Todo
- Bring unsupported fields to Windows! (at least the file owner field)
Downloads
Downloads are available in GitLab: https://gitlab.com/pavlik-dev/finfo/-/releases/v1.0.0