Releases: edgarjs/github-repos-alfred-workflow
Releases · edgarjs/github-repos-alfred-workflow
4.1.0
01bd23a Bump version 4.1.0
99da880 Filter out archived repositories from user repos
998912d Harden shell scripts, fix input sanitization, and improve error handling
d2f1f74 Revert "Improve performance by fetching repositories in parallel"
d222871 Remove Packal link for download
494b899 Add funding options for Buy Me a Coffee and Thanks.dev
45d595d Improve performance by fetching repositories in parallel
4.0.0
3.1.3
3.1.2
3.1.1
3.1.0
Thanks to @ileodo for these changes!
Added
- New environment variables to configure the cache TTL more atomically.
CACHE_TTL_SEC_ORG default: 86400
CACHE_TTL_SEC_PR default: 300
CACHE_TTL_SEC_REPO default: 86400
- New
PR_ALL_INVOLVE_MEenvironment variable that lets you configure whether you want to see only your PRs or do global searches. (Default:true) - New
GITHUB_ME_ACCOUNTenvironment variable that lets you set the account you want to search repos and/or PRs on. (Default is@me)
Changed
- Change
GITHUB_HOSTenvironment variable default value towww.github.comand use it for web URLs. - The API host is now set using the
GITHUB_API_HOSTenvironment variable, which defaults toapi.github.com.