chore: bump version to 3.2.0-beta.7

This commit is contained in:
Estrella Pan
2026-01-25 11:50:32 +01:00
parent 362c7b81ca
commit 6ce3f92c74
3 changed files with 37 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
- Network requests migrated from `requests` to `httpx` (AsyncClient)
- Backend migrated to `uv` package manager (pyproject.toml + uv.lock)
- Server startup uses background tasks to avoid blocking (fixes #891, #929)
- Database migration auto-fills NULL values with model defaults
### Changes
@@ -38,6 +39,8 @@
### Bugfixes
- Fixed downloader connection check with max retry limit
- Fixed transient network errors when adding torrents with retry logic
- Fixed `aaguid` type error (now `str` in py_webauthn 2.7.0, no longer `bytes`)
- Fixed missing `credential_backup_eligible` field (replaced with `credential_device_type`)
- Fixed `verify_authentication_response` receiving invalid `credential_id` parameter causing TypeError
@@ -78,6 +81,9 @@
- Added downloader management page
- Added Bangumi card hover overlay (showing title and tags)
- Added `resolvePosterUrl` utility function for unified external URL and local path handling (fixes #934)
- Redesigned search panel with modal and filter system
- Redesigned login panel with modern glassmorphism style
- Added log level filter in log view
- Redesigned LLM settings panel (fixes #938)
- Redesigned settings, downloader, player, and log page styles
- New mobile-first responsive design
@@ -116,6 +122,8 @@
- UnoCSS added `sm: 640px` breakpoint
- `ab-input` mobile full-width + increased touch target styling
- Layout uses `dvh` units instead of `vh`, supports safe-area-inset
- Fixed calendar page unknown column width
- Unified action bar button sizes in downloader page
## CI/Infrastructure