You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement automatic application update system
- Add electron-updater dependency for auto-update support
- Create UpdaterManager class with complete update workflow
- Implement real-time download progress tracking
- Add one-click install and restart functionality
- Add comprehensive error handling and retry mechanism
- Update UI with progress bar and status indicators
- Add i18n support for update messages (zh-CN and en-US)
- Add IPC channels and handlers for update events
- Update version to 1.2.0
- Add v1.2.0 changelog entry
This enables users to seamlessly update the application with
automatic download, progress tracking, and one-click installation.
0 commit comments