Skip to content

Commit cba5427

Browse files
committed
Version 1.9
1 parent 3094696 commit cba5427

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

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+
413
Version 1.8.1 – 2022-10-16
514
--------------------------
615

info.plist

+10-1
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml();</string>
444444
<string>Changelog
445445
=========
446446
447+
Version 1.9 – 2024-02-04
448+
------------------------
449+
450+
### Features
451+
452+
* Better support for Alfred 5
453+
* `gh my stars` opens `/&lt;username&gt;?tab=stars` instead of `/stars`
454+
455+
447456
Version 1.8.1 – 2022-10-16
448457
--------------------------
449458
@@ -684,7 +693,7 @@ Version 1.1 – 2015-01-10
684693
<string>0</string>
685694
</dict>
686695
<key>version</key>
687-
<string>1.8.1</string>
696+
<string>1.9</string>
688697
<key>webaddress</key>
689698
<string>https://github.com/gharlan/alfred-github-workflow</string>
690699
</dict>

workflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Workflow
77
{
8-
public const VERSION = '1.8.1';
8+
public const VERSION = '1.9';
99
public const BUNDLE = 'de.gh01.alfred.github';
1010
public const DEFAULT_CACHE_MAX_AGE = 10;
1111

0 commit comments

Comments
 (0)