Skip to content

Releases: PatelUtkarsh/Alfred-Workflow-Upload-R2

v2.0

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

Use utf-8 for text file

Choose a tag to compare

@PatelUtkarsh PatelUtkarsh released this 13 Apr 11:11
90426ee

Full Changelog: 1.2...v1.3

Add r2 region

Choose a tag to compare

@PatelUtkarsh PatelUtkarsh released this 28 Sep 12:29
7ba3748

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

v1.1

Choose a tag to compare

@PatelUtkarsh PatelUtkarsh released this 16 Sep 08:37
c269831
  • Clean up import

v1.0

Choose a tag to compare

@PatelUtkarsh PatelUtkarsh released this 16 Sep 08:30
34d7dc4
  • Requires python 2.7 in path.