File tree 3 files changed +36
-2
lines changed
3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
21
Version 1.4.1 – 2016-22-07
5
22
--------------------------
6
23
Original file line number Diff line number Diff line change 404
404
<string >Changelog
405
405
=========
406
406
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 > 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
+
407
424
Version 1.4.1 – 2016-22-07
408
425
--------------------------
409
426
@@ -551,7 +568,7 @@ Version 1.1 – 2015-01-10
551
568
<string >0 </string >
552
569
</dict >
553
570
<key >version </key >
554
- <string >1.4.1 </string >
571
+ <string >1.5 </string >
555
572
<key >webaddress </key >
556
573
<string >https://github.com/gharlan/alfred-github-workflow </string >
557
574
</dict >
Original file line number Diff line number Diff line change 14
14
15
15
class Workflow
16
16
{
17
- const VERSION = '1.4.1 ' ;
17
+ const VERSION = '1.5 ' ;
18
18
const BUNDLE = 'de.gh01.alfred.github ' ;
19
19
const DEFAULT_CACHE_MAX_AGE = 10 ;
20
20
You can’t perform that action at this time.
0 commit comments