File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.6.2 – 2018-02-13
5
+ --------------------------
6
+
7
+ ### Bugfixes
8
+
9
+ * Api pagination didn't work correctly any more (missing results from page > 2)
10
+
11
+
4
12
Version 1.6.1 – 2017-09-23
5
13
--------------------------
6
14
Original file line number Diff line number Diff line change 404
404
<string >Changelog
405
405
=========
406
406
407
+ Version 1.6.2 – 2018-02-13
408
+ --------------------------
409
+
410
+ ### Bugfixes
411
+
412
+ * Api pagination didnt work correctly any more (missing results from page > 2)
413
+
414
+
407
415
Version 1.6.1 – 2017-09-23
408
416
--------------------------
409
417
@@ -440,7 +448,7 @@ Version 1.5 – 2016-12-13
440
448
### Bugfixes
441
449
442
450
* in some situations private repos were missing (@lxynox)
443
- * after saving GitHub Enterprise url the workflow didnt reopen correctly
451
+ * after saving GitHub Enterprise url the workflow didn't reopen correctly
444
452
* updated user sub commands (Activity tab does not exist any more on GitHub)
445
453
446
454
@@ -591,7 +599,7 @@ Version 1.1 – 2015-01-10
591
599
<string >0 </string >
592
600
</dict >
593
601
<key >version </key >
594
- <string >1.6.1 </string >
602
+ <string >1.6.2 </string >
595
603
<key >webaddress </key >
596
604
<string >https://github.com/gharlan/alfred-github-workflow </string >
597
605
</dict >
Original file line number Diff line number Diff line change 14
14
15
15
class Workflow
16
16
{
17
- const VERSION = '1.6.1 ' ;
17
+ const VERSION = '1.6.2 ' ;
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