Skip to content

Releases: imazen/imageflow

v2.0.2-test02

12 Feb 03:35
Compare
Choose a tag to compare
v2.0.2-test02 Pre-release
Pre-release
ci: Refine IMAGEFLOW_TOOL environment variable configuration

- Update IMAGEFLOW_TOOL and IMAGEFLOW_TOOL_PATH environment variable assignments
- Use matrix.os instead of matrix.target for Windows executable detection
- Simplify environment variable path construction

v2.1.0-rc02 - NuGet packages no longer depend on netstandard1.0 or anything

07 Feb 07:30
Compare
Choose a tag to compare

v2.0.2-test01

07 Feb 21:39
Compare
Choose a tag to compare
v2.0.2-test01 Pre-release
Pre-release
Overhaul nuget packages, might fix win-arm64

v2.1.0-rc01

29 Jan 05:52
Compare
Choose a tag to compare

What's Changed

  • Do not panic when trying to parse a color that is not ASCII. by @kmkaplan in #640
  • Bump rustix from 0.38.14 to 0.38.19 by @dependabot in #641
  • .rustfmt.toml: Fix invalid TOML by @andersk in #647
  • Update ahash from 0.8.3 to 0.8.11 to fix unknown feature stdsimd by @andersk in #648
  • transpose: Fix invalid_reference_casting errors by @andersk in #649
  • test_tool: Let Cargo tell us where imageflow_tool resides by @andersk in #650

New Contributors

Full Changelog: v2.0.0-preview8...v2.1.0-rc01

v2.0.1-rc07

24 Jan 19:59
Compare
Choose a tag to compare

What's Changed

  • Do not panic when trying to parse a color that is not ASCII. by @kmkaplan in #640
  • Bump rustix from 0.38.14 to 0.38.19 by @dependabot in #641
  • .rustfmt.toml: Fix invalid TOML by @andersk in #647
  • Update ahash from 0.8.3 to 0.8.11 to fix unknown feature stdsimd by @andersk in #648
  • transpose: Fix invalid_reference_casting errors by @andersk in #649
  • test_tool: Let Cargo tell us where imageflow_tool resides by @andersk in #650

New Contributors

Full Changelog: v2.0.0-preview8...v2.0.1-rc07

v2.0.0-preview8 Fix libwebp vulnerability and update all dependencies

26 Sep 04:10
Compare
Choose a tag to compare

Please update immediately if you process untrusted images with Imageflow. See GHSA-7vpr-3ppw-qrpj for more information.

Changes

  • This release requires libc 2.31 or higher (such as Ubuntu 20+) on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions).
  • All dependencies have been updated to their latest stable versions
  • imageflow_tool requires valid UTF-8 paths passed to --in and --out, rather than silently dropping invalid characters.

v2.0.0-preview5 - Add &srset syntax; make webp read &quality, update dependencies

03 Apr 23:39
Compare
Choose a tag to compare

NOTE: linux nuget packages are now built on Ubuntu 20.04, since Ubuntu 18.04 is no longer available on GitHub. This may break older platforms.

  • Add &srcset syntax
  • Make webp read &quality if &webp.quality is missing
  • Update dependencies

v2.0.0-preview4

06 Jan 18:44
Compare
Choose a tag to compare
v2.0.0-preview4 Pre-release
Pre-release

Gracefully handles jpeg quality values over 100, clamping them to 100.

v2.0.0-preview3

23 Dec 21:44
Compare
Choose a tag to compare
v2.0.0-preview3 Pre-release
Pre-release

Fixes #613

Fix #613

21 Nov 21:27
Compare
Choose a tag to compare
Fix #613 Pre-release
Pre-release
v2.0.0-preview2

Fix #613, 24-bit PNG files with a zero alpha channel are now properly…