Releases: edgarjs/github-repos-alfred-workflow
Releases · edgarjs/github-repos-alfred-workflow
4.0.0
18 Apr 19:20
Compare
Sorry, something went wrong.
No results found
20e85a2 Rewrite to use the GitHub CLI instead of custom implementation
3.1.3
27 Jul 23:23
Compare
Sorry, something went wrong.
No results found
Fixes
Typo for personall in gh-login command
Correct spelling for GitHub
3.1.2
12 Apr 14:35
Compare
Sorry, something went wrong.
No results found
3.1.1
14 Feb 17:53
Compare
Sorry, something went wrong.
No results found
Added
Insert item to open PRs page
Fixed
Ignore case in fuzzy filters for Repos and PRs
3.1.0
14 Feb 16:45
Compare
Sorry, something went wrong.
No results found
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 to www.github.com and use it for web URLs.
The API host is now set using the GITHUB_API_HOST environment variable, which defaults to api.github.com.
3.0.0
31 Dec 22:08
Compare
Sorry, something went wrong.
No results found
This is a major release because workflow was refactored from scratch for easier maintainability.
However most of the functionalities stayed the same, there are some new commands like repo and pr.
2.1.4
31 Oct 20:37
Compare
Sorry, something went wrong.
No results found
Revert using SSH URL to HTML URL so it can be opened in the browser
2.1.3
30 Oct 15:23
Compare
Sorry, something went wrong.
No results found
v2.1.1
20 Jan 15:01
Compare
Sorry, something went wrong.
No results found
Small performance improvements (#18 )
v2.1.0
13 Jan 00:55
Compare
Sorry, something went wrong.
No results found
Added MIT License
Added caching (#17 )