Skip to content

Releases: bojand/infer

v0.19.0

02 Feb 01:21
Compare
Choose a tag to compare

Changelog

v0.19.0 - 2025-02-01

Build

  • 4256ea0 update crate version to 0.19.0

Commits

v0.18.0

02 Feb 01:18
Compare
Choose a tag to compare

Changelog

v0.18.0 - 2025-02-01

Build

  • cba46eb update crate version to 0.18.0

Commits

  • cba46eb update crate version to 0.18.0
  • cbf3b9e Merge pull request #98 from sorairolake/feature/archives
  • f591327 feat(archive): Add LZ4 support
  • 51d4a37 feat(archive): Add bzip3 support

v0.17.0

02 Feb 01:12
Compare
Choose a tag to compare

Changelog

v0.17.0 - 2025-02-01

Build

Commits

v0.16.0

01 Jun 00:04
Compare
Choose a tag to compare

Changelog

v0.16.0 - 2024-05-31

Build

Features

  • aa9a9d1 add support for DjVu image format

Commits

  • 66c1890 update crate version
  • 1006136 Merge pull request #94 from rramphal/feat/djvu
  • aa9a9d1 add support for DjVu image format

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