Skip to content

Releases: scttcper/transmission

v6.1.0

03 Jul 04:03
15cfc27
Compare
Choose a tag to compare

6.1.0 (2024-07-03)

Features

v6.0.0

11 Mar 03:15
0a12cd2
Compare
Choose a tag to compare

6.0.0 (2024-03-11)

Features

BREAKING CHANGES

v5.0.1

01 Nov 05:50
01518d2
Compare
Choose a tag to compare

5.0.1 (2023-11-01)

Bug Fixes

v5.0.0

24 Sep 17:58
c20cf55
Compare
Choose a tag to compare

5.0.0 (2023-09-24)

Features

BREAKING CHANGES

  • addTorrent functions can no longer be passed a file path. You must handle reading the file.
  • no longer uses got - uses ofetch which can work in environments like cloudflare workers and bun due to using fetch
  • requires node 18

v4.3.0

21 Sep 05:32
2bf834c
Compare
Choose a tag to compare

4.3.0 (2022-09-21)

Features

v4.2.0

07 Sep 05:32
7919e57
Compare
Choose a tag to compare

4.2.0 (2022-09-07)

Features

v4.1.1

03 Jun 06:26
001ef56
Compare
Choose a tag to compare

4.1.1 (2022-06-03)

Bug Fixes

  • only include src directory in node modules (001ef56)

v4.1.0

03 Jun 06:20
b2bf46d
Compare
Choose a tag to compare

4.1.0 (2022-06-03)

Features

  • Support magnet links in normalizedAddTorrent (b2bf46d), closes #99

v4.0.0

03 Jun 06:06
fadf2b8
Compare
Choose a tag to compare

4.0.0 (2022-06-03)

Features

BREAKING CHANGES

  • This package is now pure ESM. gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
  • requires node > 14.16
  • upgrade to got v12

v3.0.0

04 Feb 18:04
1c19d0f
Compare
Choose a tag to compare

3.0.0 (2022-02-04)

Features

  • Switch to using hash as the normalized id (#98) (1c19d0f)

BREAKING CHANGES

  • uses the torrent hash as the normalized id. Will automatically convert a single hash to an array of hashes as required by the api.