This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Releases: pat-s/alfred-gitea
Releases · pat-s/alfred-gitea
Gitea Alfred Workflow 2.0.3
Gitea Alfred Workflow 2.0.2
Run periodic repo update in background to not block workflow usage.
Gitea Alfred Workflow 2.0.1
- fix
tea homecommand - Variable
quick_open = trueis again honored
Gitea Alfred Workflow 2.0.0
- Port to Python3 by adapting TribuneX/alfred-gitlab
- Use slingamn/mureq for web requests
Kudos to TribuneX/alfred-gitlab for porting the Alfred workflow module to Python3!
Gitea Alfred Workflow 1.2.0
-
Revert back to
/repos/searchendpoint as/user/reposendpoint does not list all repos a user has access to -
Fix pagination and with this actually scrape all available repos. By default
per_page=100is used in every API call resulting in two scraped repos only. Before, more were assumed and hence not all pages were processed.
Gitea Alfred Workflow 1.1.0
- Use the
/user/reposAPI endpoint instead of/repos/search - Always require an Access Token
tea resetnow accordingly deletes the password
Gitea Alfred Workflow 1.0.0
Initial release