Skip to content

Commit

Permalink
Version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Feb 4, 2024
1 parent 3094696 commit cba5427
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 1.9 – 2024-02-04
------------------------

### Features

* Better support for Alfred 5
* `gh my stars` opens `/<username>?tab=stars` instead of `/stars`


Version 1.8.1 – 2022-10-16
--------------------------

Expand Down
11 changes: 10 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml();</string>
<string>Changelog
=========
Version 1.9 – 2024-02-04
------------------------
### Features
* Better support for Alfred 5
* `gh my stars` opens `/&lt;username&gt;?tab=stars` instead of `/stars`
Version 1.8.1 – 2022-10-16
--------------------------
Expand Down Expand Up @@ -684,7 +693,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.8.1</string>
<string>1.9</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 @@ -5,7 +5,7 @@

class Workflow
{
public const VERSION = '1.8.1';
public const VERSION = '1.9';
public const BUNDLE = 'de.gh01.alfred.github';
public const DEFAULT_CACHE_MAX_AGE = 10;

Expand Down

0 comments on commit cba5427

Please sign in to comment.