ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 89 forks source link

download button should download latest version #50

Closed foss- closed 1 year ago

foss- commented 1 year ago

https://www.solapp.io/ has a nice download button. But instead of downloading the latest version it directs users to https://github.com/ospfranco/sol/tree/main/releases showing downloads from old to new in confusing order.

It would be great if a click on download would just download the latest version.

ospfranco commented 1 year ago

Feel free to submit a PR:

https://github.com/ospfranco/site_sol

foss- commented 1 year ago

I know how that works, sadly I am not a developer so you wouldn't want to deal with my PRs. Do you only want feature requests from people willing to personally work on what they file? Am aware Feeder has such a policy, so in that case feel free to close this issue.

ospfranco commented 1 year ago

I encourage ppl to submit PRs because I don't work for free but just leave it open and maybe I will get to it when I have time

ospfranco commented 1 year ago

I took a quick look but there is no easy way to get a download link from brew which automatically parses the appcast.xml which contains the info about the latest release, I would have to manually try to parse the file structure in the github repo... which is not really worth my time atm. I will close for now, it's not pretty but it works.