mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
1.2 KiB
1.2 KiB
category | title | award | status | date |
---|---|---|---|---|
browser | Automatic App Updates | 1000 | complete | 2017-07-22 |
The LBRY app currently does not update itself automatically, however electron does support this feature.
To complete this bounty, lbry-app must be modified as follows:
- Detect when a new latest release is available, download it and prompt the user with a "Restart LBRY" / "I'll do it later" dialog to have the update take effect.
- Parse the changelog for the latest release, if it contains
Security
items carry out the update automatically without presenting the "I'll do it later" option. - When an update begins store an update-history tracking file detailing what the version being updated is, what version it is being updated to, and when the update happened.
- Upon starting the app after an update, alert the user that the update was successful (and note if it contained security updates), and update the history file to indicate that the update was successful.
It is probably a good idea to consult with our development team on Discord chat or via email before completing this bounty in its entirety.