Skip to content

Releases: PatelUtkarsh/Alfred-Workflow-Upload-R2

v2.0

21 Feb 11:58
3a5fa6f

Choose a tag to compare

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

Use utf-8 for text file

13 Apr 11:11
90426ee

Choose a tag to compare

Add r2 region

28 Sep 12:29
7ba3748

Choose a tag to compare

Full Changelog: v1.1...v1.2

v1.1

16 Sep 08:37
c269831

Choose a tag to compare

  • Clean up import

v1.0

16 Sep 08:30
34d7dc4

Choose a tag to compare

  • Requires python 2.7 in path.