You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I can only download the latest, the prerelease or a specific release. I would like to download the 2nd and 3rd latest releases, since I can't keep track of the releases / ids. This is because I use the Tauri Action and it takes care of the releases. The download doesn't have to be all at once, the Action could be called multiple times for multiple deltas.
Describe the solution you'd like
Maybe something like latest_delta: int
Where the int is the amount of releases from the latest that you want to download. It would default to 0
Describe alternatives you've considered
Start tracking releases in a different way so I can call the specific release
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I can only download the latest, the prerelease or a specific release. I would like to download the 2nd and 3rd latest releases, since I can't keep track of the releases / ids. This is because I use the Tauri Action and it takes care of the releases. The download doesn't have to be all at once, the Action could be called multiple times for multiple deltas.
Describe the solution you'd like
Maybe something like latest_delta: int
Where the int is the amount of releases from the latest that you want to download. It would default to 0
Describe alternatives you've considered
Start tracking releases in a different way so I can call the specific release
The text was updated successfully, but these errors were encountered: