Show all releases via in-app update#733
Conversation
b34008c to
aba0f63
Compare
|
Hmm, I was thinking maybe we could obtain the url for the latest version that we found using GitHub's API. In e.g, https://api.github.com/repos/thunder-app/thunder/releases seems to contain |
|
Good point! Updated to use the API and get the specific latest release URL. |
|
Just one suggestion here! Since This way, we can both do the checks for updates, and also place the URL when we run For reference: |
|
Alrighty, let me know what you think now. |
Pull Request Description
This fixes the issue where pressing the in-app update prompt would only show the latest stable release instead of all releases.
Note that this technically opens a page with all of the releases, but the latest will be at the top. (There doesn't seem to be a way to directly link to the latest prerelease.)
Issue Being Fixed
In-all link was going to the latest stable release.
Issue Number: N/A
Screenshots / Recordings
Checklist
semanticLabels where applicable for accessibility?