marcosnils / bin

Effortless binary manager
MIT License
712 stars 47 forks source link

Feature request: Allow shogin changelog for some sources? #207

Open Itxaka opened 4 months ago

Itxaka commented 4 months ago

Sometimes its nice to see the changelog directly in the cli when trying to update a binary to see if maybe there are some breaking changes.

It wold be nice if bin could allow showing the changelog before doing the update.

I know for some sources it would be pretty complex, so my suggestion is to do it just for github releases which usually have it attached to the release.

Either as a flag in the update comand or as a different command, that would check for updates, show the list with the avaialble changelogs for those sources that allow it. Maybe to make it simpler just a link to the changelog could be done as a first step?

Awesome job, that its the only piece missing for me as when I update I usually have to go and check on the sources one by one. Thanks!