Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Dec 13, 2016
1 parent d0cf1a9 commit 9890ff5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

Version 1.5 – 2016-12-13
------------------------

### Features

* new commands for searching repos and users globally in GitHub (`gh s repo` and `gh s @user`)
* new command `gh my repos` (@jacobkossman)
* new command `gh > delete database`
* source repos with higher priority than forks

### Bugfixes

* in some situations private repos were missing (@lxynox)
* after saving GitHub Enterprise url the workflow didn't reopen correctly
* updated user sub commands ("Activity" tab does not exist any more on GitHub)


Version 1.4.1 – 2016-22-07
--------------------------

Expand Down
19 changes: 18 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,23 @@
<string>Changelog
=========
Version 1.5 – 2016-12-13
------------------------
### Features
* new commands for searching repos and users globally in GitHub (`gh s repo` and `gh s @user`)
* new command `gh my repos` (@jacobkossman)
* new command `gh &gt; delete database`
* source repos with higher priority than forks
### Bugfixes
* in some situations private repos were missing (@lxynox)
* after saving GitHub Enterprise url the workflow didn't reopen correctly
* updated user sub commands (Activity tab does not exist any more on GitHub)
Version 1.4.1 – 2016-22-07
--------------------------
Expand Down Expand Up @@ -551,7 +568,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.4.1</string>
<string>1.5</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 @@ -14,7 +14,7 @@

class Workflow
{
const VERSION = '1.4.1';
const VERSION = '1.5';
const BUNDLE = 'de.gh01.alfred.github';
const DEFAULT_CACHE_MAX_AGE = 10;

Expand Down

0 comments on commit 9890ff5

Please sign in to comment.