Skip to content

Releases: VueTorrent/vuetorrent-backend

v2.2.0

15 Dec 12:49
f9b0e9a
Compare
Choose a tag to compare

2.2.0 (2024-12-15)

Features

  • Docker: expose a SKIP_X_FORWARD_HEADERS option (#75) (b3677ab)

v2.1.3

06 Oct 14:15
4f401e3
Compare
Choose a tag to compare

2.1.3 (2024-10-06)

Bug Fixes

  • auth: Handle 401 being thrown on login (5c0e24b)

v2.1.2

01 Oct 15:21
4b4dd7b
Compare
Choose a tag to compare

2.1.2 (2024-10-01)

Bug Fixes

  • Docker: Allow container with non-root user (#54) (bc4bf70)

v2.1.1

26 Sep 01:19
97163ce
Compare
Choose a tag to compare

2.1.1 (2024-09-26)

Bug Fixes

  • update: Use release branches instead of release asset (#51) (25b139b)

v2.1.0

22 Sep 02:27
9113286
Compare
Choose a tag to compare

2.1.0 (2024-09-22)

Features

  • Add auto-update scheduler for WebUI (16bd320)
    • Optional way to automate updates while the backend is running
    • We use cron-style scheduling, see node-schedule package for compatible syntax

Bug Fixes

  • Make dev-only CONFIG_PATH env optional (503434b)

v2.0.2

20 Sep 13:51
559d360
Compare
Choose a tag to compare

2.0.2 (2024-09-20)

Bug Fixes

  • router: Remove /backend prefix on /api requests (#45) (512c619)

Improvements

v2.0.1

19 Sep 02:18
e5c04d4
Compare
Choose a tag to compare

2.0.1 (2024-09-19)

Bug Fixes

  • Add /backend prefix to all routes (#40) (4849614)

⚠️ You can temporarily include a /backend at the end of the URL in VueTorrent while waiting for VueTorrent/VueTorrent#1904 to be released.

v2.0.0

18 Sep 03:15
ced8dbc
Compare
Choose a tag to compare

This 2.0 release introduces a rework of the current data flow between the backend and qBittorrent.

With this new update, the backend will automatically setup and serve the latest VueTorrent inside the container.
VueTorrent users no longer need to configure qBittorrent and now need to directly contact the backend instead of qBittorrent to access the WebUI.

See docker-compose.yml file for the 2.0 configuration.

This change was required to mitigate previous security issues and will ease future VueTorrent updates (e.g. backend auto-detection).

2.0.0 (2024-09-18)

⚠ BREAKING CHANGES

  • Forward API requests to qBittorrent (#35)

Features

v1.2.3

07 Jun 16:33
24add1f
Compare
Choose a tag to compare

1.2.3 (2024-06-07)

Reverts

v1.2.2

07 Jun 15:28
177b8fb
Compare
Choose a tag to compare

1.2.2 (2024-06-07)

Bug Fixes

  • docker: Add ARM architectures support (#23) (14fdaf9)