Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Releases: pat-s/alfred-gitea

Gitea Alfred Workflow 2.0.3

24 May 06:43
2.0.3
be3f05c

Choose a tag to compare

add tea set token as an alternative to tea set key

Gitea Alfred Workflow 2.0.2

11 Apr 10:20
2.0.2
519bb20

Choose a tag to compare

Run periodic repo update in background to not block workflow usage.

Gitea Alfred Workflow 2.0.1

04 Apr 20:56
2.0.1
6b277f9

Choose a tag to compare

  • fix tea home command
  • Variable quick_open = true is again honored

Gitea Alfred Workflow 2.0.0

26 Mar 08:49
2.0.0
b443c5c

Choose a tag to compare

Kudos to TribuneX/alfred-gitlab for porting the Alfred workflow module to Python3!

Gitea Alfred Workflow 1.2.0

21 Jul 20:56
5193c75

Choose a tag to compare

  • Revert back to /repos/search endpoint as /user/repos endpoint does not list all repos a user has access to

  • Fix pagination and with this actually scrape all available repos. By default per_page=100 is 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

05 Dec 20:02

Choose a tag to compare

  • Use the /user/repos API endpoint instead of /repos/search
  • Always require an Access Token
  • tea reset now accordingly deletes the password

Gitea Alfred Workflow 1.0.0

04 Dec 13:24

Choose a tag to compare

Initial release