Files
BIPMaterialManager/docs/releases/1.5.1.md
Misaka ffc3cbb4a9 feat: implement background update download without blocking user login
- Change update check and download to async execution, allowing immediate app entry for User users
- Updates run in background, showing update prompt when download completes
- Optimize login flow experience, eliminating blocking time caused by update downloads
- Add release notes for version 1.5.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 21:43:03 +08:00

8 lines
256 B
Markdown

# 1.5.1
## 体验优化
- User 用户登录后立即进入应用,更新检查和下载在后台运行。
- 下载完成后自动显示更新提示,整个过程对用户透明。
- 优化登录流程体验,消除更新下载导致的阻塞时间。