返回发布说明
v0.3.9同步自 GitHub release-notes

Release v0.3.9

What's Changed Fixes - Fixed duplicate error dialogs appearing when update checks fail — now only one dialog is shown per failure, improving user experience during updater errors.

在 GitHub 查看源文件

What's Changed

Fixes

  • Fixed duplicate error dialogs appearing when update checks fail — now only one dialog is shown per failure, improving user experience during updater errors.

Internal

  • Refactored updater error handling in Electron main process to separate state reset/logging (via autoUpdater error event) from user-facing notifications (handled in catch blocks).