File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.9 – 2024-02-04
5
+ ------------------------
6
+
7
+ ### Features
8
+
9
+ * Better support for Alfred 5
10
+ * ` gh my stars ` opens ` /<username>?tab=stars ` instead of ` /stars `
11
+
12
+
4
13
Version 1.8.1 – 2022-10-16
5
14
--------------------------
6
15
Original file line number Diff line number Diff line change @@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml();</string>
444
444
<string >Changelog
445
445
=========
446
446
447
+ Version 1.9 – 2024-02-04
448
+ ------------------------
449
+
450
+ ### Features
451
+
452
+ * Better support for Alfred 5
453
+ * `gh my stars` opens `/< username> ?tab=stars` instead of `/stars`
454
+
455
+
447
456
Version 1.8.1 – 2022-10-16
448
457
--------------------------
449
458
@@ -684,7 +693,7 @@ Version 1.1 – 2015-01-10
684
693
<string >0 </string >
685
694
</dict >
686
695
<key >version </key >
687
- <string >1.8.1 </string >
696
+ <string >1.9 </string >
688
697
<key >webaddress </key >
689
698
<string >https://github.com/gharlan/alfred-github-workflow </string >
690
699
</dict >
Original file line number Diff line number Diff line change 5
5
6
6
class Workflow
7
7
{
8
- public const VERSION = '1.8.1 ' ;
8
+ public const VERSION = '1.9 ' ;
9
9
public const BUNDLE = 'de.gh01.alfred.github ' ;
10
10
public const DEFAULT_CACHE_MAX_AGE = 10 ;
11
11
You can’t perform that action at this time.
0 commit comments