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

Add update check #41

Merged
merged 1 commit into from
May 8, 2022
Merged

Add update check #41

merged 1 commit into from
May 8, 2022

Conversation

chelnak
Copy link
Owner

@chelnak chelnak commented May 8, 2022

This PR adds functionality to check for updates to the application.

The check runs as a persistent post execution task and will compare the current version of the application with the latest version available on GitHub.

This check should never cause the application to fail so the method simply returns a boolean value.

This commit adds functionality to check for updates to the application.

The check runs as a persistent post execution task and will compare
the current version of the application with the latest version available
on github.

This check should never cause the application to fail so the method
simply returns a boolean value.
@chelnak chelnak added the enhancement New feature or request label May 8, 2022
@chelnak chelnak linked an issue May 8, 2022 that may be closed by this pull request
@chelnak chelnak merged commit 5acf31a into main May 8, 2022
@chelnak chelnak deleted the check_for_updates branch May 8, 2022 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an update check
1 participant