Skip to content

Releases: Blobfolio/flaca

v3.2.2

23 Jan 20:05
Compare
Choose a tag to compare

Changed

  • Bump fyi_msg to 1.6
  • Bump mozjpeg-sys to 2.2.3
  • Refactor CTRL+C handling

v3.2.1

09 Jan 19:31
Compare
Choose a tag to compare

Changed

  • Bump fyi_msg to 1.5
  • Bump lodepng to 20241228
  • Bump mozjpeg-sys to 2.2.2
  • Refactor LLCL handling; reduce allocations, memory usage
  • Remove various unsafe blocks
  • Miscellaneous code cleanup and lints

v3.2.0

10 Dec 20:47
Compare
Choose a tag to compare

Fixed

  • A memory leak from PNG encoding could lead to unnecessarily high RAM usage at scale

Changed

  • Bump bindgen to 0.71
  • Bump dactyl to 0.9
  • Bump dowser to 0.11
  • Bump fyi_msg to 1.4
  • Bump oxipng to 9.1.3
  • Improved progress output responsiveness

v3.1.10

29 Nov 03:59
Compare
Choose a tag to compare

Changed

  • Bump cc to 1.2
  • Bump dactyl to 0.8
  • Bump dowser to 0.10
  • Bump fyi_msg to 1.3
  • Bump utc2k to 0.11
  • Miscellaneous code cleanup and lints

v3.1.9

17 Oct 20:58
Compare
Choose a tag to compare

Changed

  • Bump argyle to 0.10
  • Bump fyi_msg to 1.1
  • Bump lodepng to 20151015
  • Bump utc2k to 0.10
  • Refactor CLI argument parsing

v3.1.8

12 Sep 18:48
Compare
Choose a tag to compare

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

v3.1.7

06 Sep 03:13
Compare
Choose a tag to compare

Changed

  • Bump bindgen to 0.70
  • Bump fyi_msg to 0.14
  • Miscellaneous code lints and cleanup

v3.1.6

13 Aug 18:52
Compare
Choose a tag to compare

Changed

  • Bump argyle to 0.8
  • Bump ctrlc to 3.4.5
  • Bump mozjpeg-sys to 2.2.1
  • Make some implicit constraints explicit with NonNull, NonZero*
  • Continued code cleanup and optimization
  • Improve code coverage

v3.1.5

26 Jul 05:43
Compare
Choose a tag to compare

Fixed

This release fixes a compiler-dependent segfault when compressing JPEGs.

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.1.4

25 Jul 19:21
Compare
Choose a tag to compare

Changed

  • Bump cc to 1.1 (build-dep)
  • Bump oxipng to 9.1.2
  • Tighten pointer constraints (i.e. more NonNull)
  • Optimize kat/rle operations
  • Improve documentation
  • Handle zlib distance workaround in llcl method directly
  • Rebuild w/ Rust 1.80.0