Skip to content

Releases: imazen/imageflow

v2.1.1-rc10

18 Jun 04:08
Compare
Choose a tag to compare

v2.1.1-rc09

13 Jun 22:09
Compare
Choose a tag to compare
ci: pwsh can't do [bool]"false"

v2.1.1-rc08

13 Jun 06:00
Compare
Choose a tag to compare
ci: pwsh can't compare true and "true", nor is true not a string. yay.

v2.1.1-rc07

13 Jun 04:43
Compare
Choose a tag to compare
ci: package debug symbols in archives

v2.1.1-rc06

13 Jun 02:29
Compare
Choose a tag to compare
ci: make sure windows artifacts have imageflow.dll, but not *.sh

v2.1.1-rc05

13 Jun 01:33
Compare
Choose a tag to compare
ci: debug -PushToNuget argument passthrough

v2.1.1-rc03

07 Jun 08:54
Compare
Choose a tag to compare
ci: rid handling in MultiCI

v2.1.0-rc11

19 Feb 17:00
Compare
Choose a tag to compare
ci: git update-index --chmod=+x upload_nuget.sh

v2.1.0-rc10

19 Feb 07:27
Compare
Choose a tag to compare
ci: +nuget uploading script, with better error reporting

v2.1.0-rc09

19 Feb 05:34
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
  • build(deps): bump openssl from 0.10.68 to 0.10.70 by @dependabot in #659

New Contributors

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