mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 03:46:40 +08:00
chore: bump version to 3.2.0-beta.7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user