Skip to content

Releases: bojand/infer

v0.15.0

05 Jul 00:38
Compare
Choose a tag to compare

Changelog

v0.15.0 - 2023-07-04

Bug Fixes

Build

Commits

  • e95a5fb update crate version
  • 10d1266 formatting
  • da6bf94 Merge pull request #87 from criminosis/detect_java_class
  • 89c6648 Fixed Java magic byte detection and added test

v0.14.0

22 Jun 11:54
Compare
Choose a tag to compare

Changelog

v0.14.0 - 2023-06-22

Bug Fixes

Build

Enhancements

  • 12d6fe9 add supposer for zstd skippable frames

Commits

  • b871c5d update crate version
  • 97a4bd3 Merge pull request #88 from marcospb19/enhance_zstd_v2
  • 8c8c835 Replace std by core
  • 56bcbee check if u32 -> usize respect usize boundaries
  • f24856c remove nesting
  • effadc4 fix style
  • 12d6fe9 add supposer for zstd skippable frames

v0.13.0

01 Mar 18:54
Compare
Choose a tag to compare

Changelog

v0.13.0 - 2023-03-01

Build

Commits

  • 3c78fcf update crate version
  • 67e0e83 Merge pull request #56 from Bulkin/mov-fix
  • fdd039d Improve detection of mov files (video/quicktime).

v0.12.0

01 Jan 20:56
Compare
Choose a tag to compare

Changelog

v0.12.0 - 2023-01-01

Build

  • 67f2984 attempt to fix git-chglog installation in github release action by specifing latest version
  • 3a7eb25 attempt to fix git-chglog installation in github release action
  • dde7b3c update cargo version

Features

  • 3a989e4 add support for OpenRaster (ora) format

Commits

  • 67f2984 attempt to fix git-chglog installation in github release action by specifing latest version
  • 3a7eb25 attempt to fix git-chglog installation in github release action
  • dde7b3c update cargo version
  • eb9b60e Merge pull request #82 from Lynnesbian/master
  • 9b6d0b0 Merge pull request #81 from chrsmth/feat/ora
  • ef46e98 Merge pull request #80 from kailes/master
  • 0e6dacb add CPIO to README
  • 01bdb18 CPIO support
  • 9f9b90f Move OpenRaster to images
  • 3a989e4 add support for OpenRaster (ora) format
  • ae2dbec Fix infinite while loop when buf size is less than 3

v0.11.0

29 Oct 17:22
Compare
Choose a tag to compare

Changelog

v0.11.0 - 2022-10-29

Build

Features

  • 8798e33 add support for Ogg Opus format. fixes #71
  • 4dc54fe add support for JPEG XL (JXL) format. fixes #72

Commits

  • 84d6e80 update cargo version
  • 55ea4b7 Merge pull request #79 from bojand/feat/opus
  • 2539f0f Merge pull request #78 from bojand/feat/jxl
  • 8798e33 add support for Ogg Opus format. fixes #71
  • 4dc54fe add support for JPEG XL (JXL) format. fixes #72

v0.10.0

29 Oct 00:01
Compare
Choose a tag to compare

Changelog

v0.10.0 - 2022-10-28

Build

Commits

v0.9.0

02 Jul 23:11
Compare
Choose a tag to compare

Changelog

v0.9.0 - 2022-07-02

Build

Commits

v0.8.1

12 Jun 00:11
Compare
Choose a tag to compare

Changelog

v0.8.1 - 2022-06-11

Build

Documentation

  • 20d2b80 add dsf and ape to readme

Commits

  • 4181c4f update cargo version
  • 3f4f379 Merge pull request #66 from deuill/patch-1
  • 1b5bef7 Fix integer overflow in msooxml detection
  • dca6e8b Fix incorrect bounds checks for is_cr2
  • 20d2b80 add dsf and ape to readme

v0.8.0

14 May 01:55
3e33b53
Compare
Choose a tag to compare

Changelog

v0.8.0 - 2022-05-13

Build

Features

  • e63ea3f Added support for Monkey's Audio (APE) files
  • e5cd258 Add DSF Audio support

Commits

  • 3e33b53 Merge pull request #57 from AlyoshaVasilieva/excl
  • 7ee57d2 update cfb
  • 517e91c update cargo version
  • 2c36348 Merge pull request #62 from evensolberg/audio-dsf
  • e63ea3f Added support for Monkey's Audio (APE) files
  • e5cd258 Add DSF Audio support
  • 3d60001 Exclude tests and testdata from published crate
  • 9305cc3 Merge pull request #55 from remilauzier/master
  • febdde3 Grammar fix

v0.7.0

15 Feb 02:17
Compare
Choose a tag to compare

Changelog

v0.7.0 - 2022-02-14

Build

  • c511532 update cargo version
  • 52cdbfb include tests and testdata into published crate

Commits

  • c511532 update cargo version
  • 52cdbfb include tests and testdata into published crate
  • 28cd52c Merge pull request #53 from remilauzier/master
  • 5c60993 Update cfb