• 1.0.0 dd1c47fa03

    1.0.0 Stable

    marvin8 released this 2023-12-07 03:43:29 +00:00 | 295 commits to main since this release

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

    Breaking

    • Changed configuration file format to JSON

    Added

    • Conversion tool to convert old format config file to new format config file. Usage is as follows:

    .. code-block:: console

    feed2fedi_convert_config --config-file config.ini --config-json /tmp/config.json
    

    --config-file nominates the existing old-style config file, while
    --config-json nominates the new style config file to be generated.

    • Configurable templating of posts. Thank you to MrClon (issue #5)

    Changed

    • Updated dependencies versions

    • Now allowing multiple attachments to be included with each post

    • Move post template to config (thank you MrClon for pull request #8 and pull request #9)

    • Using BeautifulSoup4 to determine image urls (thank you MrClon for pull request #10)

    • Reorder entries in feed for predictable order (thank you MrClon for pull request #11)

    Fixed

    • Now able to process feeds with % in the feed url. (thank you MrClon for pull request #7)
    Downloads