nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
297 stars 215 forks source link

Enhancement: Report version number in "Starting" message #58

Closed PinballsWizard closed 1 year ago

PinballsWizard commented 1 year ago

Can FediFetcher report its version number/git hash when starting so that can be logged? I'm running locally and it'd be a nice way to verify the correct version is running.

nanos commented 1 year ago

I like the idea, because someone asked me how to figure out which version they are on the other day!

Implemented 👍

nanos commented 11 months ago

I have reverted this for now. See discussion in #70 for the reason behind this.

In the mean time, if you want to check whether you are on the latest version locally run git fetch && git status that should tell you what you need to know.