Skip to content

Commit

Permalink
release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix committed May 4, 2024
1 parent 0f09c3a commit 0129843
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog
## [v5.2.0](https://github.com/jipaix/xdccjs/tree/v5.2.0)
### feat(lib)
* add eta to the 'downloading' event
* ```js
xdccJS.on('downloading', (fileInfo, received, percentage, eta) => {
console.log(`${eta} ms remaining`)
})
```
### fix(lib)
* `download()` throttle's option was treated as Bytes instead of KiB
---
## [v5.1.5](https://github.com/jipaix/xdccjs/tree/v5.1.5)
### feat(lib)
* add add throttle/ipv6 status to `Job.show()`
* add throttle/ipv6 status to `Job.show()`
### fix(lib)
* `download()` throttle's option was treated as Bytes instead of KiB
---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdccjs",
"version": "5.1.5",
"version": "5.2.0",
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 0129843

Please sign in to comment.