File tree 3 files changed +26
-4
lines changed
3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
Version 1.6.2 – 2018-02-13
5
16
--------------------------
6
17
7
18
### Bugfixes
8
19
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)
10
21
11
22
12
23
Version 1.6.1 – 2017-09-23
Original file line number Diff line number Diff line change @@ -444,12 +444,23 @@ echo Workflow::getItemsAsXml();</string>
444
444
<string >Changelog
445
445
=========
446
446
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
+
447
458
Version 1.6.2 – 2018-02-13
448
459
--------------------------
449
460
450
461
### Bugfixes
451
462
452
- * Api pagination didnt work correctly any more (missing results from page > 2)
463
+ * Api pagination didnt work correctly anymore (missing results from page > 2)
453
464
454
465
455
466
Version 1.6.1 – 2017-09-23
@@ -639,7 +650,7 @@ Version 1.1 – 2015-01-10
639
650
<string >0 </string >
640
651
</dict >
641
652
<key >version </key >
642
- <string >1.6.2 </string >
653
+ <string >1.7 </string >
643
654
<key >webaddress </key >
644
655
<string >https://github.com/gharlan/alfred-github-workflow </string >
645
656
</dict >
Original file line number Diff line number Diff line change 14
14
15
15
class Workflow
16
16
{
17
- const VERSION = '1.6.2 ' ;
17
+ const VERSION = '1.7 ' ;
18
18
const BUNDLE = 'de.gh01.alfred.github ' ;
19
19
const DEFAULT_CACHE_MAX_AGE = 10 ;
20
20
You can’t perform that action at this time.
0 commit comments