-
Notifications
You must be signed in to change notification settings - Fork 336
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
Allow user to opt into pre release updates #1017
Comments
@shanman190 thanks for the suggestion. It's definitely a good addition and we've looked into it a while ago. The problem is that I haven't found a solid way of implementing it without a custom update server. It's not that much effort but more than it's probably worth for the few people actually using prerelease versions. To future readers: If you always want to stay on the bleeding edge please upvote this issue |
@pascalbreuninger, that's fair. When I was glancing through it seemed like a user setting that goes into |
@shanman190 devpod/desktop/src-tauri/tauri.conf.json Line 109 in 0b13c24
As we're discussing I've stumbled over this issue over in the tauri repo. Two uncertainties from my side:
|
@pascalbreuninger, ahh, I see. From a GitHub API standpoint, you'd have to list all releases and filter them as there isn't an endpoint to acquire the latest prerelease generically like there is for the latest stable release. |
Is your feature request related to a problem?
No, it's not.
Which solution do you suggest?
Add a configuration parameter to allow the user to opt into pre release versions.
Which alternative solutions exist?
Manually upgrade by watching the releases directly.
Additional context
The text was updated successfully, but these errors were encountered: