Skip to content

Releases: gharlan/alfred-github-workflow

Version 1.9

04 Feb 12:34
cba5427
Compare
Choose a tag to compare

Features

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

Version 1.8.1

16 Oct 08:23
0f7e049
Compare
Choose a tag to compare

Bugfix

  • Fixed version number in workflow

Version 1.8

14 Oct 22:14
f290bdf
Compare
Choose a tag to compare

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

Version 1.7.1

01 Jan 21:34
fbee857
Compare
Choose a tag to compare

Bugfixes

  • Fix deprecation warning when using PHP 8.1

Version 1.7

26 Oct 18:39
2a1f2f3
Compare
Choose a tag to compare

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)

Version 1.6.2

13 Feb 22:37
efd0a95
Compare
Choose a tag to compare

Bugfixes

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

Version 1.6.1

23 Sep 11:20
Compare
Choose a tag to compare

Bugfixes

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

Version 1.6

07 May 13:10
Compare
Choose a tag to compare

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

Version 1.5

13 Dec 21:37
Compare
Choose a tag to compare

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)

Version 1.4.1

22 Jul 08:46
Compare
Choose a tag to compare
  • fixed reading environment variables (important for hotkey support)