• 2.0.0 5dfccb54ba

    2.0.0 Stable

    marvin8 released this 2024-01-17 04:45:54 +00:00 | 262 commits to main since this release

    No known key found for this signature in database
    GPG key ID: C29D8D75FCE14912

    Breaking

    • Implement msgspec for loading configuration. Unfortunately this introduces a breaking change with how
      boolean values a configured.
      Specifically, the value for the configuration field bot_post_media needs to be changed from "True" or "False"
      to true, or false respectively.

    Added

    • MrClon added feed filters to filter some text with configurable actions.
      (Details see PRs #18 and #19)

    Changed

    • Move css selector for images to config (thank you MrClon for pull request #16)
      With this change users can determine what images from original feed should be posted.
      Now default is img[src] which mean all img tags with src attribute

    • Updated dependencies versions

    Fixed

    • Re-factored a little to address issue #17

    Security

    Downloads