• 3.4.0 12276c08be

    marvin8 released this 2025-11-28 00:05:55 +00:00 | 173 commits to main since this release

    Fixed

    Added

    • Added optional icecream_enable setting to bot settings. This is a development debug switch. It is optional and if not present
      defaults to False.
      If this is set to True Feed2Fedi will print out a lot of debugging information.

    • Added optional schedule_duration_delay to feed settings. This specifies if statuses should be scheduled for future posting.
      It needs to be set to an ISO 8601 time duration which is added to the current date and time when submitting the status to your
      fediverse server.
      If this field is missing (or set to "") the value of bot_schedule_duration_delay comes into effect.

    • Added optional post_template to feed settings. This string defines template for posts. If this field is missing or set to
      "" the value of bot_post_template comes into effect.
      Available variables are:
      {title}, {content_html}, {content_markdown}, {content_plaintext}, {link}, {author}, {published}, {updated}.
      \n also available for a new line. {content_html} and {content_markdown} can work incorrectly with your instance

    • Added optional max_age field to feed info. If this is set it will only post feed items that are less than the max_age.
      This field needs to be supplied as an ISO 8601 duration; specifically a TimeDelta.

    • Added optional max_posts field to feed info. If this is set it will stop processing any further feed items once max_posts
      feed items have been posted as statuses.

    Changed

    • Updated dependecies versions.
    Downloads