Allow user input to choose release tag when downloading from github
Is your feature request related to a problem? Please describe.
WowUp seems to automatically select the most recent release when downloading directly from GitHub, which sometimes results in getting the wrong version. For example, using https://github.com/Backupiseasy/ThreatPlates currently downloads the 10.3.6 beta which is tagged as Pre-release instead of 10.3.5 which is tagged as Latest and the one the majority of users would want installed (I assume).
Describe the solution you'd like I'd like a text input field that allows entering a specific tag name in addition to the URL.
Describe alternatives you've considered
I tried providing a URL including the release like https://github.com/Backupiseasy/ThreatPlates/releases/latest but it appears to just ignore anything beyond the repo name and still installs the most recent release.
Additional context n/a
also this https://github.com/BigWigsMods/BigWigs/releases
I can see another use: testing pruposes, like you are debuging an error and want to check if the issue is from the download manager, the version or something else, allowing the option to choose release tags would help with this kind of debbuging