Releases: pavlik-dev/finfo
Releases · pavlik-dev/finfo
v1.0.0
First release!
+ FINALLY file creation date on Linux (using statx)
+ Detailed view shows a lot of fields from struct stat + milliseconds for dates
+ Improved Windows & macOS support
+ New, written from scratch File class
- Subfields were removed in favor of delimiters
TODO: Bring unsupported fields to Windows! (at least owner field)
8b9d287-winxp-alpha
Special release for Windows XP+
Compiled with g++ 3.4.2 on Windows XP.
34ecef0-alpha
+ Experimental Windows support
- Bold text (disabled by default but can be turned on by setting `COLOR` in main.cpp to 1
Unfortunately I can't properly test Windows support on a real Windows machine, but it works fine in Wine.
Windows builds were compiled on Linux with these commands:
> i686-w64-mingw32-g++-win32 main.cpp -o finfo-win32-i686.exe -static-libgcc -static-libstdc++
> x86_64-w64-mingw32-g++-win32 main.cpp -o finfo-win32-x86_64.exe -static-libgcc -static-libstdc++
Note that Windows support is EXPERIMENTAL. Please report any bugs.
0f95b55-beta
+ "Is a terminal" field (for devices only)
+ "Encoding" field (for regular files only)
+ MIME for regular files
- Extensions
92ca342-alpha
92ca342-beta Update README.md