Releases: VueTorrent/vuetorrent-backend
Releases · VueTorrent/vuetorrent-backend
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
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
v2.0.1
2.0.1 (2024-09-19)
Bug Fixes
v2.0.0
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)