-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
Description of the Issue
When I start the editor, I usually need to fix something really quick. The current update behavior makes it annoying because it interrupts my actions. I suggest a couple of enhancements to fix that.
Steps to Reproduce the Issue
- Start the non-latest version of the editor and try doing some editing you get paid for.
- The editor interrupts your work by displaying the update window.
- You agree to update and click left mouse button 10 times, restart the editor.
- Try to remember what you were doing when you started the editor, can't remember, go away crying.
Expected Behavior
- When a new version of the editor is built, there is a silent installation option implemented in the setup file.
- User starts the non-latest version of the editor.
- Unseen by the user, the editor checks if auto-update is enabled as a background task.
- Unseen by the user, if auto-update is indeed enabled, the app checks for an update.
- Unseen by the user, if there is an update available, the editor downloads the file in the background thread.
- As soon as the user is done and closes the editor window, the editor asks if user wants to install an update.
- If user agrees, the editor closes its window and launches the setup with the silent update option - no additional windows, no click, nothing.
Actual Behavior
- User starts the non-latest version of the editor.
- The app checks for an update.
- There is an update available, the editor shows the update dialog.
- User is frustrated and annoyed.
- User agrees or doesn't agree - anyway, he/she has to interrupt his/her work and click buttons.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels