Skip to content

Releases: Blobfolio/refract

v0.11.3

24 Feb 03:52
Compare
Choose a tag to compare

Changed

  • Bump dowser to 0.9
  • Bump libavif-sys to 0.16 (1.0.4)

Misc

  • Add note to README about reading paths from STDIN

v0.11.2

09 Feb 03:43
Compare
Choose a tag to compare

Changed

  • The -l/--list CLI option now accepts file paths from STDIN when set to "-", e.g. find . -name 'cat*.png' | refract --list -
  • Bump argyle to 0.7
  • Bump dactyl to 0.7
  • Bump jpegxl-sys to 0.9
  • Bump lodepng to 3.10

v0.11.1

16 Nov 21:33
Compare
Choose a tag to compare

Changed

  • Bump dactyl to 0.6
  • Bump libavif-sys to 0.15
  • Rebuild w/ Rust 1.74.0

v0.11.0

05 Oct 22:29
Compare
Choose a tag to compare

Changed

  • Minor code lints and cleanup
  • Replace the C-lib spng with the (Rust remake) of lodepng
  • Drop num_cpus (use use std::thread::available_parallelism instead instead)
  • Bump MSRV 1.73
  • Bump write_atomic to 0.5
  • Rebuild w/ Rust 1.73.0

v0.10.5

18 Sep 04:21
Compare
Choose a tag to compare

Changed:

  • Update libwebp to 1.3.2, which officially includes the patch added to the last Refract release.

v0.10.4

14 Sep 03:15
Compare
Choose a tag to compare

Changes:

  • Update dependencies

Note: This build includes a fix for CVE-2023-4863, though Refract GTK wouldn't have been affected by the bug since it does not decode arbitrary WebP images.

v0.10.3

24 Aug 20:19
Compare
Choose a tag to compare

Changes:

  • Update dependencies
  • Minor code lints
  • Rebuild w/ Rust 1.72.0

Note: The prebuilt .deb packages (attached to releases) are now built with Debian Bookworm, raising the minimum libc6 requirement to 2.35, and libstdc++6 to 12.

v0.10.2

13 Jul 20:50
Compare
Choose a tag to compare

Changes:

  • Update dependencies
  • Minor code cleanup
  • Rebuild w/ Rust 1.71.0

v0.10.1

16 Jun 05:54
Compare
Choose a tag to compare

Changes:

  • Bump jpegxl 0.8.2

v0.10.0

02 Jun 05:34
Compare
Choose a tag to compare

Changes:

  • Update dependencies
  • Improve test coverage
  • Remove some unsafe code blocks
  • Bump MSRV 1.70
  • Add Github actions to catch random linked library issues (as have come up several times now, haha)
  • Rebuild w/ Rust 1.70.0