Skip to content

Releases: nanos/FediFetcher

v3.0.0

13 Mar 12:38
Compare
Choose a tag to compare

Allow backfilling of followings. To make use of this:

  1. Update your fork - You must have v3.0.0 or later.
  2. Provide two additional environment variables:
    • USER This is the user whose most recently followed accounts you wish to backfill. You should only supply the 'local' part of their name. So, if their full name is @[email protected], simply supply michael.
    • MAX_FOLLOWINGS How many of their most recently followed accounts do you wish to backfill? Provide an integer greater than 0. I suggest a value no greater than 80, to avoid pagination.

For full details see the blog post: Pull missing posts from recently followed accounts into Mastodon

v2.0.3

11 Mar 08:51
Compare
Choose a tag to compare

Better identification in User Agent

v2.0.2

10 Mar 12:31
Compare
Choose a tag to compare

Provide a meaningful User Agent when querying the Mastodon API, so that remote admins know what's going on

v2.0.1

09 Mar 10:14
Compare
Choose a tag to compare

Bug fix

v2.0.0

09 Mar 10:13
3ad35ed
Compare
Choose a tag to compare

With this release, the action will automatically download the latest version of the python script with every run.

As such, once you rebase your fork to this version, you no longer need to update your fork, in order to benefit from the latest fixes.

v1.0.0

09 Mar 09:14
Compare
Choose a tag to compare
Implemented a lot of error handling