Releases: Blobfolio/refract
Releases · Blobfolio/refract
v0.11.3
Changed
- Bump
dowser
to0.9
- Bump
libavif-sys
to0.16
(1.0.4
)
Misc
- Add note to README about reading paths from STDIN
v0.11.2
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
to0.7
- Bump
dactyl
to0.7
- Bump
jpegxl-sys
to0.9
- Bump
lodepng
to3.10
v0.11.1
Changed
- Bump
dactyl
to0.6
- Bump
libavif-sys
to0.15
- Rebuild w/ Rust
1.74.0
v0.11.0
Changed
- Minor code lints and cleanup
- Replace the C-lib
spng
with the (Rust remake) oflodepng
- Drop
num_cpus
(useuse std::thread::available_parallelism instead
instead) - Bump MSRV 1.73
- Bump
write_atomic
to0.5
- Rebuild w/ Rust
1.73.0
v0.10.5
Changed:
- Update
libwebp
to1.3.2
, which officially includes the patch added to the last Refract release.
v0.10.4
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
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
Changes:
- Update dependencies
- Minor code cleanup
- Rebuild w/ Rust
1.71.0
v0.10.1
Changes:
- Bump jpegxl
0.8.2
v0.10.0
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