Skip to content

Commit 2a1f2f3

Browse files
committed
Version 1.7
1 parent 75e3178 commit 2a1f2f3

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
Changelog
22
=========
33

4+
Version 1.7 – 2021-10-26
5+
------------------------
6+
7+
### Features
8+
9+
* 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`)
10+
* Better support for Alfred 4
11+
* new command `gh user/repo actions` (@Attsun1031)
12+
* command `gh user/repo new issue` lands on issue template selector page (@riastrad)
13+
14+
415
Version 1.6.2 – 2018-02-13
516
--------------------------
617

718
### Bugfixes
819

9-
* Api pagination didn't work correctly any more (missing results from page > 2)
20+
* Api pagination didn't work correctly anymore (missing results from page > 2)
1021

1122

1223
Version 1.6.1 – 2017-09-23

info.plist

+13-2
Original file line numberDiff line numberDiff line change
@@ -444,12 +444,23 @@ echo Workflow::getItemsAsXml();</string>
444444
<string>Changelog
445445
=========
446446
447+
Version 1.7 – 2021-10-26
448+
------------------------
449+
450+
### Features
451+
452+
* 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`)
453+
* Better support for Alfred 4
454+
* new command `gh user/repo actions` (@Attsun1031)
455+
* command `gh user/repo new issue` lands on issue template selector page (@riastrad)
456+
457+
447458
Version 1.6.2 – 2018-02-13
448459
--------------------------
449460
450461
### Bugfixes
451462
452-
* Api pagination didnt work correctly any more (missing results from page &gt; 2)
463+
* Api pagination didnt work correctly anymore (missing results from page &gt; 2)
453464
454465
455466
Version 1.6.1 – 2017-09-23
@@ -639,7 +650,7 @@ Version 1.1 – 2015-01-10
639650
<string>0</string>
640651
</dict>
641652
<key>version</key>
642-
<string>1.6.2</string>
653+
<string>1.7</string>
643654
<key>webaddress</key>
644655
<string>https://github.com/gharlan/alfred-github-workflow</string>
645656
</dict>

workflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Workflow
1616
{
17-
const VERSION = '1.6.2';
17+
const VERSION = '1.7';
1818
const BUNDLE = 'de.gh01.alfred.github';
1919
const DEFAULT_CACHE_MAX_AGE = 10;
2020

0 commit comments

Comments
 (0)