Releases: imazen/imageflow
Releases · imazen/imageflow
v2.3.0-rc01
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
v2.2.0-rc01 fix clippy warnings
v2.1.2-rc02
v2.1.2-rc03 Imageflow.NativeRuntime and Imageflow.NativeTool now only use a .targ…
v2.1.2-rc02
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
Full Changelog: v2.1.1-rc11...v2.1.2-rc01
v2.1.1-rc11 - nuget NativeTool packages now use runtimes/rid/native folder.
Complete previous commit
v2.1.1-rc10
Full Changelog: v2.1.0-rc08...v2.1.1-rc10
v2.1.1-rc09
ci: pwsh can't do [bool]"false"
v2.1.1-rc08
ci: pwsh can't compare true and "true", nor is true not a string. yay.
v2.1.1-rc07
ci: package debug symbols in archives