Releases: edgarjs/alfred-github-repos
Releases · edgarjs/alfred-github-repos
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_ME
environment variable that lets you configure whether you want to see only your PRs or do global searches. (Default:true
) - New
GITHUB_ME_ACCOUNT
environment variable that lets you set the account you want to search repos and/or PRs on. (Default is@me
)
Changed
- Change
GITHUB_HOST
environment variable default value towww.github.com
and use it for web URLs. - The API host is now set using the
GITHUB_API_HOST
environment variable, which defaults toapi.github.com
.