Skip to content

Commit 6ce3f92

Browse files
committed
chore: bump version to 3.2.0-beta.7
1 parent 362c7b8 commit 6ce3f92

3 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [3.2.0-beta.7] - 2026-01-25
2+
3+
## Backend
4+
5+
### Features
6+
7+
- 数据库迁移自动填充 NULL 值为模型默认值
8+
9+
### Fixes
10+
11+
- 修复下载器连接检查添加最大重试次数
12+
- 修复添加种子时的网络瞬态错误,添加重试逻辑
13+
14+
## Frontend
15+
16+
### Features
17+
18+
- 重新设计搜索面板,新增模态框和过滤系统
19+
- 重新设计登录面板,采用现代毛玻璃风格
20+
- 日志页面新增日志级别过滤功能
21+
22+
### Fixes
23+
24+
- 修复日历页面未知列宽度问题
25+
- 统一下载器页面操作栏按钮尺寸
26+
27+
---
28+
129
# [3.2.0-beta.6] - 2026-01-25
230

331
## Backend

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "auto-bangumi"
3-
version = "3.2.0-beta.6"
3+
version = "3.2.0-beta.7"
44
description = "AutoBangumi - Automated anime download manager"
55
requires-python = ">=3.10"
66
dependencies = [

docs/changelog/3.2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Network requests migrated from `requests` to `httpx` (AsyncClient)
2626
- Backend migrated to `uv` package manager (pyproject.toml + uv.lock)
2727
- Server startup uses background tasks to avoid blocking (fixes #891, #929)
28+
- Database migration auto-fills NULL values with model defaults
2829

2930
### Changes
3031

@@ -38,6 +39,8 @@
3839

3940
### Bugfixes
4041

42+
- Fixed downloader connection check with max retry limit
43+
- Fixed transient network errors when adding torrents with retry logic
4144
- Fixed `aaguid` type error (now `str` in py_webauthn 2.7.0, no longer `bytes`)
4245
- Fixed missing `credential_backup_eligible` field (replaced with `credential_device_type`)
4346
- Fixed `verify_authentication_response` receiving invalid `credential_id` parameter causing TypeError
@@ -78,6 +81,9 @@
7881
- Added downloader management page
7982
- Added Bangumi card hover overlay (showing title and tags)
8083
- Added `resolvePosterUrl` utility function for unified external URL and local path handling (fixes #934)
84+
- Redesigned search panel with modal and filter system
85+
- Redesigned login panel with modern glassmorphism style
86+
- Added log level filter in log view
8187
- Redesigned LLM settings panel (fixes #938)
8288
- Redesigned settings, downloader, player, and log page styles
8389
- New mobile-first responsive design
@@ -116,6 +122,8 @@
116122
- UnoCSS added `sm: 640px` breakpoint
117123
- `ab-input` mobile full-width + increased touch target styling
118124
- Layout uses `dvh` units instead of `vh`, supports safe-area-inset
125+
- Fixed calendar page unknown column width
126+
- Unified action bar button sizes in downloader page
119127

120128
## CI/Infrastructure
121129

0 commit comments

Comments
 (0)