Skip to content

Commit

Permalink
chore: release v1.0.4 for fix bugs and provide the filedownloader int…
Browse files Browse the repository at this point in the history
…erface wrapper
  • Loading branch information
Jacksgong committed Aug 8, 2018
1 parent 20cd431 commit 442855a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 1.0.4

_2018-08-08_

#### Feature

- Provide the filedownloader interface wrapper for okdownload.

#### Bug Fix

- Fix unexpected response header field `content-length` raise `NumberFormatException`. closes #107
- Fix first download for a resource and kill the process within 1.5s after task is started, then launch process again the wrong complete status raise issue. closes #82
- Fix recieve `task-busy` status with `taskEnd` callback when invoke enqueue task instantly on the `taskEnd` callback synchronize.

### 1.0.3

_2018-05-16_
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

GROUP=com.liulishuo.okdownload
VERSION_NAME=1.0.4-SNAPSHOT
VERSION_NAME=1.0.4

POM_URL=https://github.com/lingochamp/okdownload/
ISSUE_URL=https://github.com/lingochamp/okdownload/issues/
Expand Down

0 comments on commit 442855a

Please sign in to comment.