Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jul 21, 2016
1 parent fea159d commit 80ddb57
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

Version 1.4 – 2016-22-07
------------------------

* Hotkey support
* use native update mechanism of Alfred (to keep your hotkeys)
* new command `gh user/repo releases` (@altern8tif)
* cache warmup after login
* lower cpu usage in multi curl
* fixed autocomplete values in GitHub Enterprise


Version 1.3 – 2016-17-07
------------------------

Expand Down
16 changes: 14 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,17 @@
<string>Changelog
=========
Version 1.4 – 2016-22-07
------------------------
* Hotkey support
* use native update mechanism of Alfred (to keep your hotkeys)
* new command `gh user/repo releases` (@altern8tif)
* cache warmup after login
* lower cpu usage in multi curl
* fixed autocomplete values in GitHub Enterprise
Version 1.3 – 2016-17-07
------------------------
Expand Down Expand Up @@ -433,7 +444,8 @@ Version 1.1 – 2015-01-10
### Bugfixes
* A space after `gh` is required to avoid confusion when using commands of other workflows like `ghost`</string>
* A space after `gh` is required to avoid confusion when using commands of other workflows like `ghost`
</string>
<key>uidata</key>
<dict>
<key>14CA19E2-6328-4201-905E-A751E2BA47B5</key>
Expand Down Expand Up @@ -533,7 +545,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.3</string>
<string>1.4</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
{
const VERSION = '1.4-dev';
const VERSION = '1.4';
const BUNDLE = 'de.gh01.alfred.github';
const DEFAULT_CACHE_MAX_AGE = 10;

Expand Down

0 comments on commit 80ddb57

Please sign in to comment.