Releases: Blobfolio/flaca
Releases · Blobfolio/flaca
v3.3.2
Changed
- Lessen JPEG header strictness
- Miscellaneous code cleanup and lints
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v3.3.1
Changed
- Bump
argyle
to0.12
- Bump
fyi_msg
to2.0
- Miscellaneous code cleanup and lints
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v3.3.0
New
--no-symlinks
CLI flag
Changed
- Bump
argyle
to0.11
- Bump
dactyl
to0.10
- Bump
dowser
to0.12
- Bump
fyi_msg
to1.7
- Bump
utc2k
to0.12
- Bump
write_atomic
to0.6
- Bump Rust edition to
2024
- Miscellaneous code cleanup and lints
v3.2.3
Changed
- Bump
oxipng
to9.1.4
- Update docs
v3.2.2
Changed
- Bump
fyi_msg
to1.6
- Bump
mozjpeg-sys
to2.2.3
- Refactor CTRL+C handling
v3.2.1
Changed
- Bump
fyi_msg
to1.5
- Bump
lodepng
to20241228
- Bump
mozjpeg-sys
to2.2.2
- Refactor LLCL handling; reduce allocations, memory usage
- Remove various
unsafe
blocks - Miscellaneous code cleanup and lints
v3.2.0
Fixed
- A memory leak from PNG encoding could lead to unnecessarily high RAM usage at scale
Changed
- Bump
bindgen
to0.71
- Bump
dactyl
to0.9
- Bump
dowser
to0.11
- Bump
fyi_msg
to1.4
- Bump
oxipng
to9.1.3
- Improved progress output responsiveness
v3.1.10
Changed
- Bump
cc
to1.2
- Bump
dactyl
to0.8
- Bump
dowser
to0.10
- Bump
fyi_msg
to1.3
- Bump
utc2k
to0.11
- Miscellaneous code cleanup and lints
v3.1.9
Changed
- Bump
argyle
to0.10
- Bump
fyi_msg
to1.1
- Bump
lodepng
to20151015
- Bump
utc2k
to0.10
- Refactor CLI argument parsing
v3.1.8
Changed
This release contains UX improvements and fixes related to CTRL+C early aborts:
- Exclude unprocessed files from the "crunched" summary
- (Try to) export a list of the unprocessed paths to a text file for reference
- Drain the pending job queue so workers can exit that much sooner