Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Oct 26, 2021
1 parent 75e3178 commit 2a1f2f3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
Changelog
=========

Version 1.7 – 2021-10-26
------------------------

### Features

* Support for macOS 12 Montery: PHP is no longer pre-installed, you must install it by yourself via [Homebrew](https://brew.sh) (`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 – 2018-02-13
--------------------------

### Bugfixes

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


Version 1.6.1 – 2017-09-23
Expand Down
15 changes: 13 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,23 @@ echo Workflow::getItemsAsXml();</string>
<string>Changelog
=========
Version 1.7 – 2021-10-26
------------------------
### Features
* Support for macOS 12 Montery: PHP is no longer pre-installed, you must install it by yourself via [Homebrew](https://brew.sh) (`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 – 2018-02-13
--------------------------
### Bugfixes
* Api pagination didnt work correctly any more (missing results from page &gt; 2)
* Api pagination didnt work correctly anymore (missing results from page &gt; 2)
Version 1.6.1 – 2017-09-23
Expand Down Expand Up @@ -639,7 +650,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.6.2</string>
<string>1.7</string>
<key>webaddress</key>
<string>https://github.com/gharlan/alfred-github-workflow</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Workflow
{
const VERSION = '1.6.2';
const VERSION = '1.7';
const BUNDLE = 'de.gh01.alfred.github';
const DEFAULT_CACHE_MAX_AGE = 10;

Expand Down

0 comments on commit 2a1f2f3

Please sign in to comment.