Releases: gharlan/alfred-github-workflow
Releases · gharlan/alfred-github-workflow
Version 1.9.1
Bugfix
- Fix for PHP 8.4 (@romantech)
- Fix for branch names containing special chars like
#
Version 1.9
Features
- Better support for Alfred 5
gh my starsopens/<username>?tab=starsinstead of/stars
Version 1.8.1
Bugfix
- Fixed version number in workflow
Version 1.8
Features
- New command
gh user/repo devopening 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
Bugfixes
- Fix deprecation warning when using PHP 8.1
Version 1.7
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 issuelands on issue template selector page (@riastrad)
Version 1.6.2
Bugfixes
- Api pagination didn't work correctly any more (missing results from page > 2)
Version 1.6.1
Bugfixes
- Support for macOS 10.13 High Sierra
- Commit search results had wrong urls on GitHub Enterprise (@beparker)
Version 1.6
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
Features
- new commands for searching repos and users globally in GitHub (
gh s repoandgh 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)