Skip to content

v2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Feb 11:58
3a5fa6f

What's Changed

Breaking Changes

  • Python 3 migration Requires Python 3 (macOS ships with it). Python 2 is no longer supported.
  • Dependencies are no longer bundled in the repo Run pip3 install --target ./lib -r requirements.txt after cloning for development.

Changes

  • Switch Alfred Run Script nodes from python to python3
  • Remove dependency on Alfred-Workflow library (Python 2 only), replaced with direct sys.path setup
  • Replace vendored Python 2 libraries with Python 3 compatible versions (boto3, tinify)
  • Remove unused workflow/ directory and Alfred_Workflow egg-info
  • Add .gitignore, requirements.txt for cleaner repo
  • Add GitHub Actions for automated releases on tag push

For End Users

Download Upload-Screenshot-to-R2.alfredworkflow below and double-click to install. Dependencies are bundled — no extra setup needed.

Full Changelog: v1.3...v2.0