Skip to content

Commit

Permalink
chore: release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed May 16, 2018
1 parent 6f02d2d commit bb7f5bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
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.3-SNAPSHOT
VERSION_NAME=1.0.3

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

0 comments on commit bb7f5bd

Please sign in to comment.