From bb7f5bd6b75fdf4f4870d982f4862315d56abb3b Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Wed, 16 May 2018 23:57:59 +0800 Subject: [PATCH] chore: release v1.0.3 --- CHANGELOG.md | 16 ++++++++++++++++ gradle.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4de2dd..5c2a50e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### 1.0.3 + +_2018-05-16_ + +#### Feature + +- Discard the breakpoint when the response instance-length is changed. refs #31 +- Cover the case of resource content-length is changed between block-connection and trial-connection for single-block task. refs #31 +- Add default user-agent when there isn't any user-agent provide +- Cover the special case of backend response 416 on trial-connect because of range:0-0 but values is valid on response header. refs #55 + +#### Bug Fix + +- Release connection for all cases of download-chain finish +- Fix progress callbacks is missing for DownloadListener1, DownloadListener4, DownloadListener4WithSpeed when you re-attach one of them to UnifiedListenerManager manually. refs #52 + ### 1.0.2 _2018-04-28_ diff --git a/gradle.properties b/gradle.properties index dd30deb4..79bfb5a8 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.3-SNAPSHOT +VERSION_NAME=1.0.3 POM_URL=https://github.com/lingochamp/okdownload/ ISSUE_URL=https://github.com/lingochamp/okdownload/issues/