Skip to content

Release 1.5.5

Compare
Choose a tag to compare
@mhucka mhucka released this 05 Jan 19:52
· 87 commits to main since this release

Changes in this release:

  • Update dependency versions specified by requirements.txt and Pipfile, to address a security issue in Pillow, update to CommonPy, and some other version updates.
  • Fix to a bug in the image resizing code involving calls to debug log functions.
  • Updates to copyright years in files.
  • Addition of a CITATION.cff file to the repository on GitHub

Self-contained binary distributions

This release includes standalone, runnable binaries for macOS and Linux. The experimental binaries are built using shiv. They only need a copy of Python 3.8 or 3.9 on your system to run – they don't require installation of additional Python packages using (e.g.) pip. To use them:

  1. Download the zip file for either the Python 3.8 or the 3.9 version, depending on the version of Python you have installed on your computer

  2. Unzip the resulting file (if your web browser did not automatically unzip it)

  3. Move the file handprint to a location where your terminal shell looks for programs. A popular location is /usr/local/bin.

Thereafter, you should be able to type handprint in your shell and it should run. (If it does not, please report the problem using the issue tracker.) Note that the first time you run it, Handprint will take longer than usual to start because it does a one-time configuration step, but on subsequent runs, startup times should be shorter.