I'm very excited to say that #FediFetcher is now on version 7:

The big news here, is that FediFetcher now supports Misskey and its derivatives, including #Firefish and Foundkey. Big thanks to @toadking for making this possible.

This means FediFetcher now supports all of these: Mastodon, Pleroma, Akkoma, Pixelfed, Hometown, Misskey, Firefish (Calckey), Foundkey, and Lemmy.

Go ahead and check out the release notes for all the info:

https://github.com/nanos/FediFetcher/releases/tag/v7.0.0

#SingleUserInstance #MastoAdmin #replies #missingReplies

Release v7.0.0 · nanos/FediFetcher

What's Changed New: FediFetcher now supports Misskey, Firefish (Calckey), and Foundkey server, thanks to @ToadKing 's hard work! fix: handle zero notifications by @Teqed in #61 New: FediFetcher wi...

GitHub

I've just released v5.0.0 of FediFetcher

This release brings no new features, but simplifies and unifies configuration of it: Instead of a large list of command line flags / environment variables, FediFetcher is now configured using a JSON file.

You don't need to update to this version immediately, but if you are running FediFetcher as a GitHub Action, you'll need to update and create a JSON file with options eventually, as configuration through Environment variables will no longer be possible going forward.

THIS IS A BREAKING CHANGE, so please read the release notes for detailed instructions, and let me know if you have any questions.

https://github.com/nanos/FediFetcher/releases/tag/v5.0.0

#mastoAdmin #SingleUserInstance #Mastodon #missingReplies #FediFetcher

Release v5.0.0 · nanos/FediFetcher

Change log Configuration has been simplified and unified into a json file for GitHub Actions and local execution. This is a breaking change for users of GitHub Actions (#49, #51) Accept incorrect ...

GitHub