Skip to content

Commit

Permalink
chore: upgrade version name(1.6.6->1.6.7) code(57->58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Oct 12, 2017
1 parent 5a1fa49 commit df18297
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-ZH.md
Expand Up @@ -4,6 +4,15 @@
## Version 1.6.6

_2017-10-12_

#### Fix

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

## Version 1.6.6

_2017-09-29_

#### 修复
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@
## Version 1.6.6

_2017-10-12_

#### Fix

- 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
- 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

## Version 1.6.6

_2017-09-29_

#### Fix
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Expand Up @@ -60,7 +60,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
在项目中引用:

```groovy
compile 'com.liulishuo.filedownloader:library:1.6.6'
compile 'com.liulishuo.filedownloader:library:1.6.7'
```

> 如果是eclipse引入jar包参考: [这里](https://github.com/lingochamp/FileDownloader/issues/212#issuecomment-232240415)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr

```groovy
dependencies {
compile 'com.liulishuo.filedownloader:library:1.6.6'
compile 'com.liulishuo.filedownloader:library:1.6.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,5 +1,5 @@
VERSION_NAME=1.6.6
VERSION_CODE=57
VERSION_NAME=1.6.7
VERSION_CODE=58
BUILD_TOOLS_VERSION=25.0.0
COMPILE_SDK_VERSION=25

Expand Down

0 comments on commit df18297

Please sign in to comment.