Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved the update system to support three different modes #152

Merged
merged 1 commit into from
Feb 24, 2017
Merged

Improved the update system to support three different modes #152

merged 1 commit into from
Feb 24, 2017

Conversation

FireEmerald
Copy link
Contributor

  • Silent (auto-update in background without any prompts)
  • Notify (if an update exists, show a notification message)
  • Never (never search for an update)

The default update mode is now notify, because if it would be silent an older version would instantly update itself to a newer one. This would break the possibility for the user to stay on that older version without disconnecting from the world wide web.
The default update check interval was set to 24h from 12h - that's often enough.
Some typos fixed.

- Silent (auto-update in background without any prompts)
- Notify (if an update exists, show a notification message)
- Never (never search for an update)

The default update mode is now notify, because if it would be silent an older version would instantly update itself to a newer one. This would break the possibility for the user to stay on that older version without disconnecting from the world wide web.
The default update check interval was set to 24h from 12h - that's often enough.
Some typos fixed.
@FireEmerald
Copy link
Contributor Author

FireEmerald commented Feb 21, 2017

If there's any problem/suggestion @Belphemur just give me a note.

@Belphemur
Copy link
Owner

Belphemur commented Feb 24, 2017 via email

@Belphemur Belphemur merged commit 7dd6158 into Belphemur:dev Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to disable auto update checker
2 participants