Releases: stroebjo/alfred-github-stars
Releases · stroebjo/alfred-github-stars
v2.4
- Switch from
$_ENV
to getenv()
, $_ENV
is not populated in all PHP setups
- Use Brew installed PHP binary
v2.3
- fix for GitHub pagination header that is now lowercase (
link: …
instead of Link: …
)
v2.2
- Add support for GitHub API token to prevent API rate limits
- Fix greedy RegEx wich would not catch multi digit pagination
v2.1
Fixes:
- Wrong summarization of paged GitHub API responsed
v2.0
- Update to JSON output format with Alfred 3.x
- Use Alfred provided Cache directory
- Use Alfred 3 variables instead of text file for username
- Use rerun feature introduced in Alfred 3.2 for communicating avatar downloading to the user
v1.4
- additional check for errors in the GitHub API response
GitHub Stars v1.3
Fixes thumbnail download on macOS Sierra.
GitHub Stars v1.2
- Check for pagination in API response and load all stars.
- Fix displayed repo icons.
GitHub Stars v1.1
Adds a simple cache for GitHub API reponse to reduce loading time.