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

Check for new version #12

Closed
derekantrican opened this issue Jun 14, 2018 · 0 comments
Closed

Check for new version #12

derekantrican opened this issue Jun 14, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@derekantrican
Copy link
Owner

derekantrican commented Jun 14, 2018

Eventually, it would be nice to have a function that checks for a new version of the program from here (probably from the GitHub releases page?)

Something like this:

  1. Every time the main function runs, it calls the CheckForUpdate function
  2. CheckForUpdate will check the current version (a global variable in the code) against the most recent published version on GitHub releases page
  3. If a newer version is found, we will check a ScriptProperty to make sure we haven't found that before. If we haven't, we will email the user that there is a new version (and set that ScriptProperty). If we have, do nothing
@derekantrican derekantrican added the enhancement New feature or request label Jun 14, 2018
@derekantrican derekantrican self-assigned this Jun 14, 2018
derekantrican pushed a commit that referenced this issue Oct 16, 2019
* Added options to not add the attendee list
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

No branches or pull requests

1 participant