• 3.0.0 6acfc49a6d

    3.0.0 Stable

    marvin8 released this 2024-04-07 23:33:05 +00:00 | 252 commits to main since this release

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

    Breaking

    • Feed2Fedi now requires Python versions 3.9, 3.10, 3.11, or 3.12. We no longer support Python 3.8.

    Added

    • Now using stamina to automatically retry failed API calls.

    • Now checking mime type of attachment against list of supported mime types as reported by instance server.

    • Now catching exception when using Ctrl-C to stop program.

    Changed

    • Removed dependence on arrow and using datetime and related functions

    • Changed to using httpx instead of aiohttp.

    • Trying out rye for dependency and virtual environment management during development.

    • Reformated "Server 'cool down'" message

    • Update dependencies versions

    Removed

    • Safety from CI. pip-audit covers the same and is more up to date than the free version of safety.
    Downloads