-
Notifications
You must be signed in to change notification settings - Fork 9
Auto updates #51
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Is your feature request related to a problem? Please describe.
Updating the app manually is becoming a hassle, and every time we share the download link it's to a specific version. People are lazy and they never check the latest release unless you ask them to.
Describe the solution you'd like
The app should be able to self-update or detect when a new version is released. This is supported by Tauri https://tauri.app/v1/guides/distribution/updater but it might require an external API endpoint to fetch the versions.
Describe alternatives you've considered
N/A
Additional context
The versions should be fetch from this repo's releases