Skip to content

Releases: edgarjs/alfred-github-repos

3.1.3

27 Jul 23:23
Compare
Choose a tag to compare

Fixes

  • Typo for personall in gh-login command
  • Correct spelling for GitHub

3.1.2

12 Apr 14:35
Compare
Choose a tag to compare

Fixed

  • Fix GitHub spelling

3.1.1

14 Feb 17:53
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Revert using SSH URL to HTML URL so it can be opened in the browser

2.1.3

30 Oct 15:23
Compare
Choose a tag to compare

v2.1.1

20 Jan 15:01
Compare
Choose a tag to compare

Small performance improvements (#18)

v2.1.0

13 Jan 00:55
Compare
Choose a tag to compare
  • Added MIT License
  • Added caching (#17)

v2.0.1

13 Nov 17:49
Compare
Choose a tag to compare
Upgrade to v2.0.1