File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
13
Version 1.6 – 2017-05-07
5
14
------------------------
6
15
Original file line number Diff line number Diff line change 404
404
<string >Changelog
405
405
=========
406
406
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
+
407
416
Version 1.6 – 2017-05-07
408
417
------------------------
409
418
@@ -582,7 +591,7 @@ Version 1.1 – 2015-01-10
582
591
<string >0 </string >
583
592
</dict >
584
593
<key >version </key >
585
- <string >1.6 </string >
594
+ <string >1.6.1 </string >
586
595
<key >webaddress </key >
587
596
<string >https://github.com/gharlan/alfred-github-workflow </string >
588
597
</dict >
Original file line number Diff line number Diff line change 14
14
15
15
class Workflow
16
16
{
17
- const VERSION = '1.6 ' ;
17
+ const VERSION = '1.6.1 ' ;
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