ITADN
webtorrent/webtorrent-cli

版本发布 7

v6.0.0
? · 2026-04-14

# [6.0.0](https://github.com/webtorrent/webtorrent-cli/compare/v5.1.3...v6.0.0) (2026-04-14) ### Bug Fixes * **deps:** update dependency open to v11 ([#343](https://github.com/webtorrent/webtorrent-cli/issues/343)) [skip ci] ([b34e00f](https://github.com/webtorrent/webtorrent-cli/commit/b34e00f239a0f4bc625d327e5ef723f272c7163e)) ### Features * **node:** update Node.js engine requirement to version 20 ([98445cf](https://github.com/webtorrent/webtorrent-cli/commit/98445cf8f4222cbdcfdfc9cf917efbd277c46214)) ### BREAKING CHANGES * **node:** requires node 20

v5.1.3
? · 2024-12-12

## [5.1.3](https://github.com/webtorrent/webtorrent-cli/compare/v5.1.2...v5.1.3) (2024-12-12)

v5.1.2
? · 2024-06-14

## [5.1.2](https://github.com/webtorrent/webtorrent-cli/compare/v5.1.1...v5.1.2) (2024-06-14) ### Bug Fixes * include version.cjs in the .npmignore, which is preventing the published package from functioning correctly. ([#311](https://github.com/webtorrent/webtorrent-cli/issues/311)) ([c3138e0](https://github.com/webtorrent/webtorrent-cli/commit/c3138e02ed9f508b4878b86ab29332a2d4543a92))

v5.1.1
? · 2024-06-13

## [5.1.1](https://github.com/webtorrent/webtorrent-cli/compare/v5.1.0...v5.1.1) (2024-06-13) ### Bug Fixes * update version import to be consistent with WebTorrent ([#310](https://github.com/webtorrent/webtorrent-cli/issues/310)) ([4bf287b](https://github.com/webtorrent/webtorrent-cli/commit/4bf287b2242e6ea2cf98c9e65659599f62fdef4b))

v5.1.0
? · 2024-06-02

# [5.1.0](https://github.com/webtorrent/webtorrent-cli/compare/v5.0.1...v5.1.0) (2024-06-02) ### Features * add magnetURI on seeding and infoHash on downloading ([#308](https://github.com/webtorrent/webtorrent-cli/issues/308)) ([b36a82e](https://github.com/webtorrent/webtorrent-cli/commit/b36a82e4d3cfb9f7f3b59577535b97075069121c))

v5.0.1
? · 2024-06-02

## [5.0.1](https://github.com/webtorrent/webtorrent-cli/compare/v5.0.0...v5.0.1) (2024-06-02) ### Bug Fixes * -s / --select not working ([#304](https://github.com/webtorrent/webtorrent-cli/issues/304)) ([825b0ee](https://github.com/webtorrent/webtorrent-cli/commit/825b0eed54123f81ce4fe67ba638095aa7eda80b))

v5.0.0
? · 2024-06-02

# [5.0.0](https://github.com/webtorrent/webtorrent-cli/compare/v4.1.0...v5.0.0) (2024-06-02) * BREAKING CHANGE: Update WebTorrent to v2 and drop NodeJS < 16 (#303) ([3e34c7f](https://github.com/webtorrent/webtorrent-cli/commit/3e34c7f69ff2041be5c8d12b130959a1b58111cc)), closes [#303](https://github.com/webtorrent/webtorrent-cli/issues/303) ### BREAKING CHANGES * Update WebTorrent to v2 and drop support for NodeJS < 16 * feat: update create-torrent to 6.0.17 * feat: improve logging by including peer type (TCP,UTP,WEBRTC,WEBSEED) * fix: update ci to drop NodeJS 14 * fix: update docs to reflect changes, adds webrtc connectivity but requires native deps.