Skip to content

Releases: scttcper/transmission

v7.1.0

11 Nov 20:30
1e1e5c8
Compare
Choose a tag to compare

7.1.0 (2024-11-11)

Features

v7.0.0

30 Aug 22:41
dd63a6d
Compare
Choose a tag to compare

7.0.0 (2024-08-30)

Bug Fixes

Features

  • Don't delete files by default in removeTorrent (#134) (94a65c5)

BREAKING CHANGES

  • removeTorrent no longer removes data from disk by default

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