Release history
flood releases
A modern web UI for various torrent clients with a Node.js backend and React frontend.
All releases
13 shown
- dep: CVE-2024-XXXXX — XSS vulnerability in postcss fixed by bumping to 8.5.13
- Tracker warning status level added
Full changelog
✨ Features
- Tracker: Added warning status level for tracker messages. (#1108)
🐞 Bug Fixes
- Torrent: Guarded
setTorrentsSequentialagainst missingd.down.sequential.set. (#1113) - Assets: Fixed relative asset paths so
--baseuriworks with Vite build. (#1110) - Dependencies: Bumped postcss to 8.5.13 to resolve XSS CVE. (#1103)
- Settings added to enable/disable sidebar filter visibility
Full changelog
release: 4.13.10 (#1102)
What's Changed
- fix(rtorrent): fall back to XML-RPC for torrent list fetch by @awsms in https://github.com/jesec/flood/pull/1098
- feat: add settings to toggle sidebar filter visibility by @trim21 in https://github.com/jesec/flood/pull/1099
New Contributors
- @awsms made their first contribution in https://github.com/jesec/flood/pull/1098
Full Changelog: https://github.com/jesec/flood/compare/v4.13.9...v4.13.10
Updated dependencies and fixed file path encoding in @fastify/send to properly handle special characters in file paths.
Fixed torrent content downloads by using proper MIME types, prevented summary jobs from bypassing required CI checks, and improved HTTP Range request support with proper streaming.
- Infohash magnet link support
- Torrent search by info hash
- Configurable progress bar display
Embedded frontend assets directly into JavaScript file for simplified deployment and updated GeoIP database with fixed request schema validation.
Nothing actually new in this release. I write a local python script to create release for this project.
Removed problematic Swagger UI component that prevented server from starting properly.
- Request body validation with fastify+zod
- Swagger API documentation
- Replaced express web server with fastify framework
- Frontend build system changed from Create React App to Storybook
- Panda CSS styling integration
- Storybook component library
- Enhanced rTorrent method handling