Skip to content

Releases: jesec/flood

Release v4.14.2

16 May 16:26
292a8eb

Choose a tag to compare

🐞 Bug Fixes

  • api: Use z.coerce.number in client settings schema for PATCH endpoint (#1133)
  • qBittorrent: Add 1h TTL for cached tracker message and URIs (#1132)

Release v4.14.1

15 May 06:06
8f240e2

Choose a tag to compare

🐞 Bug Fixes

  • qBittorrent: Fixed session cookie name (#1124)
  • qBittorrent: Fixed tracker message extraction by filtering trackers by tier>=0 (#1121)

Release v4.14.0

08 May 17:08
623ab5c

Choose a tag to compare

✨ Features

  • Tracker: Added warning status level for tracker messages. (#1108)

🐞 Bug Fixes

  • Torrent: Guarded setTorrentsSequential against missing d.down.sequential.set. (#1113)
  • Assets: Fixed relative asset paths so --baseuri works with Vite build. (#1110)
  • Dependencies: Bumped postcss to 8.5.13 to resolve XSS CVE. (#1103)

Release v4.13.10

01 May 10:09
a46b1e1

Choose a tag to compare

release: 4.13.10 (#1102)

What's Changed

  • fix(rtorrent): fall back to XML-RPC for torrent list fetch by @awsms in #1098
  • feat: add settings to toggle sidebar filter visibility by @trim21 in #1099

New Contributors

Full Changelog: v4.13.9...v4.13.10

Release v4.13.9

09 Apr 17:01
6e98531

Choose a tag to compare

release: 4.13.9 (#1094)

What's Changed

Full Changelog: v4.13.8...v4.13.9

Release v4.13.8

09 Apr 14:18
78ac2c9

Choose a tag to compare

release: 4.13.8 (#1090)

What's Changed

  • fix: use proper MIME types for torrent content download by @trim21 in #1086
  • fix: prevent SKIPPED summary jobs from bypassing required checks by @trim21 in #1088
  • Download torrent files with proper HTTP Range support using @fastify/send by @kasra73 in #1089
  • release: 4.13.8 by @trim21 in #1090

New Contributors

Full Changelog: v4.13.7...v4.13.8

Release v4.13.7

05 Apr 14:10
e112942

Choose a tag to compare

Release 4.13.7

(the version v4.13.0 - v4.13.6 is missing because latest version of npm is broken, so I try to release this many times)

🚀 Features

  • Docker: Bind to :: by default to support dual-stack IPv4/IPv6 environments. (#1063)

🐞 Bug Fixes

  • qBittorrent: Fixed an issue where seeding ETA displayed as infinity (∞). (#1060)
  • Authentication: Fixed query string token authentication for torrent content downloads. (#1070)
  • UI: Fixed a bug where mount point drag-and-drop reordering was not persisted on save. (#1056)

🌐 Localization & Data

  • i18n: Updated translations and corrected Polish language name. (#1055, #1046, #1057)
  • GeoIP: Updated GeoLite2 country database for more accurate peer location mapping.

Full Changelog: v4.13.0...v4.13.7

Release v4.13.0

22 Feb 07:43
c141fa5

Choose a tag to compare

release: 4.13.0 (#1045)

What's Changed

  • feat: support infohash as magnet link by @trim21 in #1034
  • feat: support searching torrents by info hash by @mmgoodnow in #1038
  • chore(geoip): update GeoLite2-Country.mmdb by @github-actions[bot] in #1039
  • feat: add configurable torrent progress bar display options by @marcinmajsc in #1037
  • fix: relax request body for authenticate by @trim21 in #1041
  • i18n: new translations by @github-actions[bot] in #1035
  • fix(ui): restore desktop sidebar toggle behavior by @trim21 in #1043
  • release: 4.13.0 by @trim21 in #1045

New Contributors

Full Changelog: v4.12.6...v4.13.0

Release v4.12.6

11 Feb 04:05
086a755

Choose a tag to compare

release: 4.12.6 (#1032)

What's Changed

  • build: embed frontend assets into a js file by @trim21 in #1026
  • chore(geoip): update GeoLite2-Country.mmdb by @github-actions[bot] in #1027
  • fix: relax the schema to allow unknown field and fix setting schema by @trim21 in #1030

Full Changelog: v4.12.5...v4.12.6

Release v4.12.5

07 Feb 15:25
897be68

Choose a tag to compare

Nothing actually new in this release. I write a local python script to create release for this project.