wouterdebie / locast2tuner

Locast to Emby/Plex/Channels server
https://wouterdebie.github.io/locast2tuner/
MIT License
52 stars 8 forks source link

Changelog or Version History? Notifications on new versions of locast2tuner? #74

Closed sumocomputers closed 3 years ago

sumocomputers commented 3 years ago

This is probably my ignorance on how Github works, but is there a place that shows a Changelog or Version History?

Also, if I wanted to be notified of new versions of locast2tuner, what would be the best way to do that?

Right now I just look at the main "code" page and see if there is a new version for Cargo.lock or Cargo.toml, but figured there is a better way.

eiddor commented 3 years ago

This is probably my ignorance on how Github works, but is there a place that shows a Changelog or Version History?

Changelog/version history is mostly handled per-project, but on a project's main page you can see when the last commit was made up at the top:

image

You can also click release over on the right to see the list of releases:

image

Also, if I wanted to be notified of new versions of locast2tuner, what would be the best way to do that?

At the top right of the screen click "Watch" and you can select what kind of notifications you receive.

image

Depending on the project size I generally want all notifications (issues, commits, releases, etc.), but you can pick and choose.

sumocomputers commented 3 years ago

Hey Roddie,

Thanks so much for helping a newbie. This is exactly what I was looking for!

Though I guess it doesn't list what was changed in each release?

Chris