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

improve the dialog of software update #34

Closed
kato1628 opened this issue Feb 20, 2018 · 1 comment
Closed

improve the dialog of software update #34

kato1628 opened this issue Feb 20, 2018 · 1 comment
Milestone

Comments

@kato1628
Copy link
Contributor

New dialog image:
softwareupdatedialog

  1. Careate update dialog for new app version
    • Not electron dialog.showMessageBox module but html content in BrowserWindow.
  2. Show the following infomation about new app version in the dialog.
    • Realse notes (get contents from github release via github api)
    • Add button Remnind Me Later, Update Now, Skip This Version
  3. Show download progress bar if the user click the button of Update Now
  4. Show update dialog at the regular time
    • If the user click Remind Me Later button, show update dialog again 3 days later.
    • If the user click Skip This Version, the dialog is not shown until next version is released.
@kato1628 kato1628 added this to the v0.5.0 milestone Feb 20, 2018
@kato1628
Copy link
Contributor Author

In v0.5.0 the new dialog for notification of updates has added 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant