This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
Releases: dd86k/ff
Releases · dd86k/ff
ff 0.5.0
Summary
- Change license to Unlicense
- Vastly improve MP3 support, supporting extra details for MP3 with and without ID3 (v1 and v2)
- Add target path from LNK files
- Add more details to GZIP, XZ, and BZIP files
- Fix/improve MPEG-2, tar, and PST, WAV detection
- Smaller optimizations and improvements
Full changelog
- Linux fixes and touches 2bb1fd3
- Various small fixes and improvements 9fa6cf5
- fix bzip using printf e470644
- Add more details for xz and bzip 88c5d91
- Add more details to GZIP, small LNK tweaks 45165f7
- Add path to LNK 2c288b4
- Small mp3 tweak c69620b
- Fix WAV ee5dc25
- %d leftovers f9e450a
- _dd* functions to _os* 0f0e87f
- Improve bswap64, improve _printfd 1450c7d
- Fix Tar, do Tar64, fix PST non-U/A e6003f3
- Simpler array print function, %d to %u, update ZIP 84702e1
- CLI optimizations and code improvements 7e53234
- printf to printl 8e50aa3
- MP3 additions 3fa6c6b
- Tiny GTA Text optimization 5758c17
- Fix MPEG-2 detection and its crc16 bit 73a7b01
- Rename report_unknown to report_data c729434
- Add comments in CMD scripts, tweak CLI 87f0307
- Bump to 0.5.0, change LICENSE, remove -v 5f0323e
- Update README, support MP3+ID3v2, smaller tweaks c99e61d
ff v0.4.1
Summary
- Add XZ archive support.
- Fix ISO and Tar reading.
- Fix CAB, PNG outputs.
- Embed LICENSE into CLI (
--license
). - Even more optimizations and tweaks!
Full Changelog
- Poke manpage 87ebfa8
- Small cleanup bed99b4
- Fix tar reading a686da5
- Fix ISO reading, code cleaning 8d3735f
- Fix CAB format 16d9191
- Fix Linux compilation, update manpage+README, tweaks a9d4ab1
- PNG missing newline, bump to v0.4.1 450265d
- Optimization pass, fix MOBI encryption reporting 7c91abe
- CLI tweaks, embed LICENSE e1f76f1
- Add XZ support 4e7497d
- Tweak user manual (troff) 6a63034
- Tweak help screen 87262f9
- Add shebang for sh script, remove /MD from CMD script 641cb30
ff v0.4.0
This release is more of a code cleanup with fixes. Hope you like it!
Changelog
- Add bzip1, WAD2, and g729 (WAV) support
- Add 7-zip more info
- Minor report improvements
- General optimizations
Full changelog
- Add more parameters in build-clang.sh c82d421
- Updated README 4f5a371
- Remove build.cmd and build.sh a9190eb
- Tweaks c36a1bc
- Small fixes 435f1d0
- Add bzip1 cd10379
- LICENSE fix 3c4b03f
- manpage update, script update, CLI tweak 06a52bb
- Add 7-Zip more info and GOODBYE macro a457f9c
- Add WAD2 support 2ca7e5b
- todo cleanup ce009c5
- Finish converting rest space indents to tabs 9eed9ab
- manpage update fea66da
- man-page update, make -- toggable f624178
- Massive CRLF to LF conversion f294a73
- Switch string optimiations f563649
- (obvious) reportf switch aaaa85b
- Add g729 (wav) 47858bf
- Partially redo CLI/main b7cb300
- Version bump, introduce reportf, scan can set error 3d96c53
- Revert FILE OPTIONS CLI order, fix printl usage, mark mp4 as container for m4a dc6ef1f
- Adjust source (+) 0ed99c7
- Use PRIX64 for uint64_t printing 4b66c40
- Replace some printl to putchar calls d19951e
- header tweak 8e7d7c3
ff v0.3.0
Hello!
I have nothing to say!
Changelog
- [Windows] Added filetype detection (38de9a2, #7)
- Character files (e.g.
CON
) and pipes are now detectable!
- Character files (e.g.
- Improved argument error messages (0a68598)
- Fixed compiling 32-bit builds (d3e36bc, #6)
- Fixed ISO strings not clearing in globbing (a7223c6, #1)
- Tar files now report formatted file size (d1e8070)
- Overall minor optimizations
ff v0.2.0
Hello!
As usual, life keeps be busy, but I had some time to spare onto my projects. I hope you will enjoy ff v0.2.0 since it's going well. If you have any requests or questions, don't be shy to create an Issue or email me.
Went directly to v0.2.0 because I forgot I did a draft for v0.1.0.
dd
2018-03-16: Added win64-static build
Changelog
- [Windows/Unix] Added symbolic link detection
- [Unix] Added further file type detection (stat)
- Added support for git Index files (.idx)
- Added VMDK size
- Added man-page
- [Windows] Fixed reporting a directory on FILE_ATTRIBUTE_DIRECTORY
- ff now writes to stderr on error
- Fixed a few typos
- Fixed ISO buffers on globbing
- Fixed help screen
- Fixed invalid file input
- General optimizations
ff v0.0.1
Despite being busy with work, I managed to work on ff on my spare time!
Changelog
- Added MySQL FORM detection
- Added
-s
switch - Added globbing for Windows (cheaply)
- Many small output changes
- Fixed PKWare ZIP string being non-null terminated
- The program now closes the file handles in case the OS .. did not
- Made the help screen a little more clear
v0.0.0 - Init
Initial release. Windows-only until I (or someone else) make build scripts for Linux platforms.