Skip to content

Commit

Permalink
ci: release v1.0.5 for fixing variable bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Nov 5, 2018
1 parent 5c25dce commit 9fce6b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 1.0.5

_2018-11-05_

#### Bug Fix

- Fix `The current offset on block-info isn't update correct, x != y on z` issue which because of syncRunnable finished unexpected. closes #129
- Fix progress don't start from breakpoint when restart paused task and using the `filedownloader-api` wrapper. closes #154
- Fix small possibility of raising NPE issue when using `DownloadListener1`. closes #89
- Fix directory traversal vulnerability. closes #83
- Fix small posibility can make output-streams leak.
- Fix preallocation operation is not work issue. refs #162
- Fix small possibility of raising NEP in `Listener4SpeedAssistExtend`. closes #121
- Fix http-redirection can't be handled on the default download-conneciton issue.

### 1.0.4

_2018-08-08_
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.5-SNAPSHOT
VERSION_NAME=1.0.5

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

0 comments on commit 9fce6b4

Please sign in to comment.