User can update the desktop app from within the app
As a user, I want to be able to update the app to the latest version, so that I can get the new features in a timely manner.
Acceptance
- In the menu under file, add an "check for updates button"
- If you are on the latest version, display message saying "You are up to date!"
- If you are not up to date, display which version you are on and what the latest version is. Give user two options, "update to latest version" and "cancel"
- This button should be able to communicate with either a database or something set up on the web to determine what the latest version is. Not sure how other apps fo this, but I'm sure there's some kind of standard procedure for this.