Skip to content

Commit bc1c894

Browse files
committed
chore: release v4.5.28
1 parent 372b8b7 commit bc1c894

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [v4.5.28](https://github.com/jipaix/xdccjs/tree/v4.5.28)
3+
### Feat(lib)
4+
* add `nickServ` parameter to authenticate with NickServ (password only, use nickname as login)
5+
### Feat(cli)
6+
* add option `--nickserv` to authenticate with NickServ (password only, use nickname as login)
7+
* add option `-t, --timeout`
8+
### Fix(lib)
9+
* only print bot messages directly addressed to you (message sent to channels are ignored)
10+
* transfert timeout duration is no longer fixed to 10 seconds, use `timeout` parameter instead
11+
* fix/handle `write ECONNRESET` errors when bot disconnects without sending a "FIN" packet
12+
* accept alphanumeric tokens (ctcp negociation)
13+
---
214
## [v4.5.7](https://github.com/jipaix/xdccjs/tree/v4.5.6)
315
### Feat(cli)
416
* add `message` event to jobs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdccjs",
3-
"version": "4.5.7",
3+
"version": "4.5.28",
44
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
55
"engines": {
66
"node": ">=14.0.0"

0 commit comments

Comments
 (0)