Alfred Github Workflow Versions Save

GitHub Workflow for Alfred

v1.9

3 months ago

Features

  • Better support for Alfred 5
  • gh my stars opens /<username>?tab=stars instead of /stars

v1.8.1

1 year ago

Bugfix

  • Fixed version number in workflow

v1.8

1 year ago

Features

  • New command gh user/repo dev opening repo in Visual Studio Code (Codespaces)
  • New command gh user/repo discussions
  • New command gh my repos new
  • Search issues by title (gh user/repo #search)
  • Archived repos with prefix [Archived] in subtitle
  • Performance improvement

Bugfixes

  • Fix result display for non-PR issue IDs (@tobias-grasse)
  • Fix git clone url, use new x-github-client:// scheme

v1.7.1

2 years ago

Bugfixes

  • Fix deprecation warning when using PHP 8.1

v1.7

2 years ago

Features

  • Support for macOS 12 Montery: PHP is no longer pre-installed, you must install it by yourself via Homebrew (brew install php)
  • Better support for Alfred 4
  • new command gh user/repo actions (@Attsun1031)
  • command gh user/repo new issue lands on issue template selector page (@riastrad)

v1.6.2

6 years ago

Bugfixes

  • Api pagination didn't work correctly any more (missing results from page > 2)

v1.6.1

6 years ago

Bugfixes

  • Support for macOS 10.13 High Sierra
  • Commit search results had wrong urls on GitHub Enterprise (@beparker)

v1.6

7 years ago

Features

  • new command gh user/repo projects (@dagio)
  • new command gh my pulls review requested (@AeroEchelon)
  • better sorting for issues (most recently updated on top) and commits (most recent on top) (@danielma)

Bugfixes

  • On macOS 10.12.5 Beta URLs didn't opened in browser anymore

v1.5

7 years ago

Features

  • new commands for searching repos and users globally in GitHub (gh s repo and gh s @user)
  • new command gh my repos (@jacobkossman)
  • new command gh > delete database
  • source repos with higher priority than forks

Bugfixes

  • in some situations private repos were missing (@lxynox)
  • after saving GitHub Enterprise url the workflow didn't reopen correctly
  • updated user sub commands ("Activity" tab does not exist any more on GitHub)

v1.4.1

7 years ago
  • fixed reading environment variables (important for hotkey support)