Skip to content

Commit df18297

Browse files
committed
chore: upgrade version name(1.6.6->1.6.7) code(57->58)
1 parent 5a1fa49 commit df18297

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG-ZH.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
55
## Version 1.6.6
66

7+
_2017-10-12_
8+
9+
#### Fix
10+
11+
- 修复: 避免`error``pause`的状态被运行中的状态覆盖导致下次断点续传失败。 closes #769, closes #764, closes #761, closes #763, closes #721, closes #716
12+
- 修复: 感谢 @hongbiangoal 对问题的定位,修复了当某一个分块的断点进度大于1.99G时,请求的范围出现负数的情况。 closes #791
13+
14+
## Version 1.6.6
15+
716
_2017-09-29_
817

918
#### 修复

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
55
## Version 1.6.6
66

7+
_2017-10-12_
8+
9+
#### Fix
10+
11+
- Fix: Avoid error/pause status is covered by other processing-status which will cause resume-failed, task-never-end. this closes #769, closes #764, closes #761, closes #763, closes #721, closes #716
12+
- Fix: Fix request range value turn to negative when resuming a task which has a process more than 1.99G on its one block. Thanks to @hongbiangoal closes #791
13+
14+
## Version 1.6.6
15+
716
_2017-09-29_
817

918
#### Fix

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
6060
在项目中引用:
6161

6262
```groovy
63-
compile 'com.liulishuo.filedownloader:library:1.6.6'
63+
compile 'com.liulishuo.filedownloader:library:1.6.7'
6464
```
6565

6666
> 如果是eclipse引入jar包参考: [这里](https://github.com/lingochamp/FileDownloader/issues/212#issuecomment-232240415)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr
2626

2727
```groovy
2828
dependencies {
29-
compile 'com.liulishuo.filedownloader:library:1.6.6'
29+
compile 'com.liulishuo.filedownloader:library:1.6.7'
3030
}
3131
```
3232

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.6.6
2-
VERSION_CODE=57
1+
VERSION_NAME=1.6.7
2+
VERSION_CODE=58
33
BUILD_TOOLS_VERSION=25.0.0
44
COMPILE_SDK_VERSION=25
55

0 commit comments

Comments
 (0)