Skip to content

v1.3.0

Choose a tag to compare

@samuelloranger samuelloranger released this 19 Jun 20:34
· 34 commits to main since this release

Tests, performance, and torrent control fixes.

Torrents

  • Pause/resume now works on qBittorrent 5.x (hashes sent in the form body; query-param returned 400).
  • Dedicated play/pause button per torrent with an explicit paused state; optimistic flip on click.

Performance

  • Background aurora no longer animates under the glass cards, so backdrop-filter composites once instead of every frame (fixes sustained lag on weaker GPUs).
  • Lighter blur (20px → 12px) and a prefers-reduced-transparency fallback that drops blur entirely.

UI

  • Removed the global search feature, the card entrance animation, the card hover effect, and the footer tagline.
  • README: logo, badges, Bun install note.

Internal

  • Shared HTTP scaffold across integration clients.
  • Server test coverage ~47% → ~90% (68 → 136 tests) with an isolated test DB.