File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 1.6.1 – 2017-09-23
5+ --------------------------
6+
7+ ### Bugfixes
8+
9+ * Support for macOS 10.13 High Sierra
10+ * Commit search results had wrong urls on GitHub Enterprise (@beparker )
11+
12+
413Version 1.6 – 2017-05-07
514------------------------
615
Original file line number Diff line number Diff line change 404404 <string >Changelog
405405=========
406406
407+ Version 1.6.1 – 2017-09-23
408+ --------------------------
409+
410+ ### Bugfixes
411+
412+ * Support for macOS 10.13 High Sierra
413+ * Commit search results had wrong urls on GitHub Enterprise (@beparker)
414+
415+
407416Version 1.6 – 2017-05-07
408417------------------------
409418
@@ -582,7 +591,7 @@ Version 1.1 – 2015-01-10
582591 <string >0 </string >
583592 </dict >
584593 <key >version </key >
585- <string >1.6 </string >
594+ <string >1.6.1 </string >
586595 <key >webaddress </key >
587596 <string >https://github.com/gharlan/alfred-github-workflow </string >
588597</dict >
Original file line number Diff line number Diff line change 1414
1515class Workflow
1616{
17- const VERSION = '1.6 ' ;
17+ const VERSION = '1.6.1 ' ;
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