Skip to content

Releases: stroebjo/alfred-github-stars

v2.4

21 May 07:47
Compare
Choose a tag to compare
  • Switch from $_ENV to getenv(), $_ENV is not populated in all PHP setups
  • Use Brew installed PHP binary

v2.3

22 Feb 19:29
Compare
Choose a tag to compare
  • fix for GitHub pagination header that is now lowercase (link: … instead of Link: …)

v2.2

01 Oct 19:07
Compare
Choose a tag to compare
  • Add support for GitHub API token to prevent API rate limits
  • Fix greedy RegEx wich would not catch multi digit pagination

v2.1

31 Jul 08:21
Compare
Choose a tag to compare

Fixes:

  • Wrong summarization of paged GitHub API responsed

v2.0

22 Dec 13:11
Compare
Choose a tag to compare
  • 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

01 Dec 09:13
Compare
Choose a tag to compare
  • additional check for errors in the GitHub API response

GitHub Stars v1.3

05 Nov 21:13
Compare
Choose a tag to compare

Fixes thumbnail download on macOS Sierra.

GitHub Stars v1.2

19 Feb 23:34
Compare
Choose a tag to compare
  • Check for pagination in API response and load all stars.
  • Fix displayed repo icons.

GitHub Stars v1.1

04 Jan 14:46
Compare
Choose a tag to compare

Adds a simple cache for GitHub API reponse to reduce loading time.

GitHub Stars v1.0

15 Sep 19:28
Compare
Choose a tag to compare

First working release!