From 442855a72b04030cada2e5e6960ad75cb6e4fca0 Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Wed, 8 Aug 2018 20:51:16 +0800 Subject: [PATCH] chore: release v1.0.4 for fix bugs and provide the filedownloader interface wrapper --- CHANGELOG.md | 14 ++++++++++++++ gradle.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2a50e1..9b001183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_ diff --git a/gradle.properties b/gradle.properties index 212f0a3a..c3f44e2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/