Crunch Changelog

What's new in Crunch 5.0.0

Jun 15, 2022
  • Remove command line executable cPython 2 support
  • Fix GUI fails on recent versions of macOS (reported on macOS 12.3.1) (#92, fix #94)
  • Add Apple iconset application icons
  • Add icns application icon package and convert to use of this format for production Crunch application
  • Convert to use of https://github.com/sindresorhus/create-dmg for GUI macOS dmg installer prep
  • Add Makefile build-macos-icns target
  • Add Makefile build-macos-installer target
  • Add GitHub Actions CI testing
  • Remove Travis CI testing configuration file
  • Update GUI installation documentation
  • Remove dmg installer file from version control (will still be included in releases)
  • Remove dmg installer checksum file from version control (will still be included in releases)

New in Crunch 4.0.0 (Oct 24, 2019)

  • Updated pngquant to v2.12.5
  • Updated libpng to v1.6.37
  • Updated zopflipng to v2.2.0 (@chrissimpkins derivative) - upstream updates through https://github.com/google/zopfli/commit/5d9b71b3c636e9e14a8f7a3f983ff93a1a3793ac
  • crunch executable : added ANSI color support in stdout / stderr messages
  • crunch.py : PEP 8 source code formatting refactor with black
  • crunch.py : refactor logging setup approach
  • FIX Crunch macOS service : fixed bug in processing of png image file paths that include spaces (thanks Changyoung!)
  • FIX crunch executable: command line error handling when no arguments are passed to the command line crunch executable
  • Added Makefile dist target
  • Added Makefile benchmark target
  • Added Makefile clean target
  • Updated Makefile flake8 linting target
  • Updated dmg-builder.sh dmg installer script
  • Added new image-compare.py script for comparison of test image file sizes
  • Added new dssim-comparisons.sh script for DSSIM analysis of pre/post compression test images
  • Added new suite of reference PNG images and benchmarking support in bench.py script
  • Added continuous benchmarking through Travis CI

New in Crunch 3.0.1 (Jun 20, 2018)

  • Modified the macOS GUI idle animation to reduce CPU usage during the application idle stage (issue report #66).

New in Crunch 3.0.0 (Jun 4, 2018)

  • improved quality of pngquant quantization of PNG images across all file sizes
  • upgraded embedded pngquant to v2.12.0 (includes reduced pngquant optimization times)
  • converted to custom build of zopflipng that is modified for use in the Crunch applications (forked from google/zopfli at git tag zopfli-1.0.2) at git version tag v2.1.0 (source repository is chrissimpkins/zopfli)
  • improved zopfli compression ratios for post-quantized and non-quantized in-file sizes under 350kB. Many files are ~33% original file size after they are quantized with pngquant so this affects pre-optimization files up to just over ~1MB in size when the pngquant step is completed (the quantize step yields a modified image binary when it does not lead to larger file size or image quality below Crunch project thresholds, when this does not occur the original file at the original file size is used as the in-file to zopflipng)
  • improved zopfli compression speed for post-quantized and non-quantized in-file sizes over 750kB
  • eliminate optional PNG chunks by default in all files (reduces file size)
  • converted to use of PNG filter = 0 for zopflipng compression of all quantized files (increases compression speed)
  • use automated detection of best PNG filter for zopfli compression in all non-quantized files (improves compression)
  • remove hidden colors behind alpha channel 0 in files that are not quantized due to low quality or increased file size following pngquant runs
  • added new macOS GUI animations with success and fail indicators (thanks Gary Jacobs!)
  • added logging of compression data and errors in macOS GUI and macOS right-click menu service tools in a new log file that is generated on the path ~/.crunch/crunch.log
  • updated redirect to /dev/null in install-dependencies.sh compile script for POSIX compliance
  • refactored command line option parsing code (thanks Chris Clauss!)
  • added new bug reporting template

New in Crunch 2.1.0 (May 20, 2018)

  • added automated detection of png image types through read of PNG file signatures (issue #45)
  • removed testing for *.png file extension to process files (issue #45)
  • added support for simple modification of pnquant and zopflipng paths that are used for optimization, convert to system PATH installed versions by modification of the Python script (issue #40)
  • bugfix for macOS GUI and right-click menu service failures with absolute file paths that contain multiple directory levels with space characters (issue #47)

New in Crunch 2.0.2 (May 18, 2018)

  • Bug fix for failed image optimization with macOS GUI and right-click menu service tools when spaces are included in absolute file paths (issue report #30)

New in Crunch 2.0.1 (May 16, 2018)

  • Bug fix for failed image optimization on pngquant execution that leads to file sizes below min acceptable (issue report #25)

New in Crunch 2.0.0 (May 14, 2018)

  • new crunch executable that supports parallel PNG image optimization on *nix platforms (including macOS, Linux, and POSIX compliant application environments on Windows such as Cygwin)
  • parallel image processing support added to the Crunch macOS GUI application
  • parallel image processing support added to the Crunch Image(s) macOS right-click menu service
  • updated embedded pngquant executable to v2.11.7 (January 2018) with statically compiled library dependencies
  • updated embedded zopflipng executable to git tag zopfli-1.0.1
  • convert Crunch macOS GUI files to binary (from XML text files)
  • new make target and shell script for pngquant dependency source compile support for *nix platforms
  • new make target and shell script for zopflipng dependency source compile support for *nix platforms
  • new make target for pngquant dependency uninstall
  • new make target for zopflipng depdendency uninstall
  • new make target for command line executable install
  • new make target for command line executable uninstall
  • new make target for Python script testing
  • new make target for shell script linting
  • fix for make target install of macOS right-click service over a previous install

New in Crunch 1.1.0 (Mar 30, 2018)

  • added a new macOS right click menu service for Crunch PNG image optimization named "Crunch Image(s)"
  • added Makefile with target support for macOS service installs and uninstalls
  • reformatted About menu text
  • added Upgrade documentation to the About menu
  • new source repository macOS service documentation, docs/SERVICE.md
  • repository documentation updates

New in Crunch 1.0.1 (Mar 27, 2018)

  • Changes:
  • include statically linked dependencies in pngquant compile at pngquant v2.11.7 (#7)
  • update dmg-installer.sh shell script to automate creation of dmg installer SHA1 checksum files

New in Crunch 1.0.0 (Mar 26, 2018)

  • swanky new UI design with conversion to WebView and animations
  • new application icon colors
  • fixed window size
  • same great compression ratios as in the previous version

New in Crunch 0.10.0 (Mar 23, 2018)

  • updated zopflipng to google/zopfli@64c6f36
  • updated pngquant to kornelski/pngquant@e50eb86
  • minor UI text updates

New in Crunch 0.9.0 (Apr 21, 2016)

  • Initial release