Skip to content

Releases: imazen/imageflow

v2.3.1-rc01

31 Mar 08:18

Choose a tag to compare

What's Changed

  • Cleanup: extract AppendOnlySet, forbid unsafe in helper crates, fix CI badge by @lilith in #685
  • Code quality: defensive unsafe, dead code removal, clippy cleanup, extern crate modernization by @lilith in #686
  • Refactor: eliminate transmute from output buffer API, add take semantics by @lilith in #687
  • chore(deps-dev): bump minimatch from 10.2.2 to 10.2.4 in /bindings by @dependabot[bot] in #690
  • chore(deps-dev): bump basic-ftp from 5.1.0 to 5.2.0 in /bindings by @dependabot[bot] in #689
  • CI speedup + test infrastructure consolidation by @lilith in #694
  • feat: add moxcms CMS backend with dual-backend comparison mode by @lilith in #695
  • feat: feature-gate unsafe and C-dependent code for safe-only builds by @lilith in #696
  • feat: feature-gate unsafe, remove dead features, safe test infrastructure by @lilith in #697
  • fix: GIF frame buffer index OOB on crafted input (DoS) by @lilith in #702

Full Changelog: v2.3.0-rc01...v2.3.1-rc01

v2.3.0-rc01

22 Feb 04:18
2d21090

Choose a tag to compare

What's Changed

  • Bug fixes, security hardening, and performance improvements by @lilith in #678
  • feat: migrate cancellation check sites to Stop trait interface by @lilith in #679
  • Fix all clippy warnings across workspace by @lilith in #680
  • Migrate transpose.rs from raw SIMD to archmage (zero unsafe) by @lilith in #681
  • refactor: remove trivial unsafe from graphics module by @lilith in #682
  • refactor: remove and document remaining unsafe in imageflow_core by @lilith in #683
  • feat: implement frame=N for single-frame GIF extraction by @lilith in #684

Full Changelog: v2.2.0-rc01...v2.3.0-rc01

Make ABI thread-safe and add imageflow_context_request_cancellation

23 Oct 19:13

Choose a tag to compare

v2.1.2-rc02

20 Oct 17:24

Choose a tag to compare

v2.1.2-rc03

Imageflow.NativeRuntime and Imageflow.NativeTool now only use a .targ…

v2.1.2-rc02

16 Oct 22:08

Choose a tag to compare

Update Imageflow.NativeTool to add buildTransitive targets on all platforms - however, this is not needed.

Full Changelog: v2.1.2-rc01...v2.1.2-rc02

v2.1.2-rc01

23 Sep 08:26

Choose a tag to compare

v2.1.1-rc11 - nuget NativeTool packages now use runtimes/rid/native folder.

04 Jul 08:08

Choose a tag to compare

v2.1.1-rc10

18 Jun 04:08

Choose a tag to compare

v2.1.1-rc09

13 Jun 22:09

Choose a tag to compare

ci: pwsh can't do [bool]"false"

v2.1.1-rc08

13 Jun 06:00

Choose a tag to compare

ci: pwsh can't compare true and "true", nor is true not a string. yay.