File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
421Version 1.4.1 – 2016-22-07
522--------------------------
623
Original file line number Diff line number Diff line change 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 > 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+
407424Version 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 >
Original file line number Diff line number Diff line change 1414
1515class 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
You can’t perform that action at this time.
0 commit comments