v1.3.0
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-transparencyfallback 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.