Skip to content

Commit 9890ff5

Browse files
committed
Version 1.5
1 parent d0cf1a9 commit 9890ff5

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

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

4+
Version 1.5 – 2016-12-13
5+
------------------------
6+
7+
### Features
8+
9+
* new commands for searching repos and users globally in GitHub (`gh s repo` and `gh s @user`)
10+
* new command `gh my repos` (@jacobkossman)
11+
* new command `gh > delete database`
12+
* source repos with higher priority than forks
13+
14+
### Bugfixes
15+
16+
* in some situations private repos were missing (@lxynox)
17+
* after saving GitHub Enterprise url the workflow didn't reopen correctly
18+
* updated user sub commands ("Activity" tab does not exist any more on GitHub)
19+
20+
421
Version 1.4.1 – 2016-22-07
522
--------------------------
623

info.plist

+18-1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,23 @@
404404
<string>Changelog
405405
=========
406406
407+
Version 1.5 – 2016-12-13
408+
------------------------
409+
410+
### Features
411+
412+
* new commands for searching repos and users globally in GitHub (`gh s repo` and `gh s @user`)
413+
* new command `gh my repos` (@jacobkossman)
414+
* new command `gh &gt; delete database`
415+
* source repos with higher priority than forks
416+
417+
### Bugfixes
418+
419+
* in some situations private repos were missing (@lxynox)
420+
* after saving GitHub Enterprise url the workflow didn't reopen correctly
421+
* updated user sub commands (Activity tab does not exist any more on GitHub)
422+
423+
407424
Version 1.4.1 – 2016-22-07
408425
--------------------------
409426
@@ -551,7 +568,7 @@ Version 1.1 – 2015-01-10
551568
<string>0</string>
552569
</dict>
553570
<key>version</key>
554-
<string>1.4.1</string>
571+
<string>1.5</string>
555572
<key>webaddress</key>
556573
<string>https://github.com/gharlan/alfred-github-workflow</string>
557574
</dict>

workflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Workflow
1616
{
17-
const VERSION = '1.4.1';
17+
const VERSION = '1.5';
1818
const BUNDLE = 'de.gh01.alfred.github';
1919
const DEFAULT_CACHE_MAX_AGE = 10;
2020

0 commit comments

Comments
 (0)