Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pavlik-dev/finfo

v1.0.0

27 Feb 23:34
2713780

Choose a tag to compare

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

25 Feb 22:38

Choose a tag to compare

8b9d287-winxp-alpha Pre-release
Pre-release
Special release for Windows XP+
Compiled with g++ 3.4.2 on Windows XP.

34ecef0-alpha

23 Feb 17:58

Choose a tag to compare

34ecef0-alpha Pre-release
Pre-release
+ 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

23 Feb 03:08

Choose a tag to compare

0f95b55-beta Pre-release
Pre-release
+ "Is a terminal" field (for devices only)
+ "Encoding" field (for regular files only)
+ MIME for regular files
- Extensions

92ca342-alpha

20 Feb 20:19

Choose a tag to compare

92ca342-alpha Pre-release
Pre-release
92ca342-beta

Update README.md