New Detected Formats
.png, image/vnd.mozilla.apng
.ttc, font/collection
.avif, image/avif
.srt, application/x-subrip, alias: application/x-srt, text/x-srt
.vtt, text/vtt
What's Changed
- Update added support for big excel files by @ThomasObenaus in #191
- Fix JSON returned for partial documents when readLimit=0 by @gabriel-vasile in #199
- limit max nesting depth by @gabriel-vasile in #206
- Remove 10 headers limit for Jar check by @gabriel-vasile in #208
- Add support for AVIF still and animated by @gabriel-vasile in #210
- Add 2 missing aliases: audio/x-aiff and application/x-lzip by @gabriel-vasile in #216
- Limit marc field terminator search to first 2048 bytes by @gabriel-vasile in #217
- Require NdJSON to contain arrays and objects by @gabriel-vasile in #219
- Check for null bytes for Cabinet files by @gabriel-vasile in #218
- Test for WARC version 1.0 and 1.1 by @gabriel-vasile in #220
- Fix svg detection when it starts with a comment by @vitorduarte in #193
- Add support for SubRip by @joksas in #232
- Add support for WebVTT by @joksas in #223
- Fix detection for CFB files version 4 by @gabriel-vasile in #240
- Fix json detected as dbf when it starts with low ascii values by @gabriel-vasile in #241
- Improve TzIf format detection by @n-vr in #237
- Use CLSID for Office 97-2003 detection by @gabriel-vasile in #243
- Add APNG support. For #233 by @gabriel-vasile in #245
- Improve tar signature to detect v7 archives by @gabriel-vasile in #247
- Add support for .ttc font collection by @dhanusaputra in #249
- Add html utf8 bom signature by @napalu in #268
- Make BOM have priority over HTML meta in charset detection by @napalu in #268 (comment)
New Contributors
- @ThomasObenaus made their first contribution in #191
- @vitorduarte made their first contribution in #193
- @joksas made their first contribution in #232
- @n-vr made their first contribution in #237
- @dhanusaputra made their first contribution in #249
- @napalu made their first contribution in #268
Full Changelog: v1.4.0...v1.4.1-rc1