• 0.3rc1 85d13b9309

    0.3rc1 Stable

    amr released this 2026-04-24 20:03:44 +00:00 | 4 commits to main since this release

    Signed by amr
    GPG key ID: E0879EDBDB0CA7B1

    Big overhaul.

    • HTTPS connections are now asynchronous with timeouts, which both speeds things up and improves reliability
    • The logging system is more complete
    • argparse has been implemented (though not fully documented yet), with arguments --dry-run, -c/--config-file [config file] and -l/--log-file [log file] so far
    • hashes for each post are now based on the unique RSS url per item, and we keep track of the last 10 hashes to reduce accidental reposting, even if the feed author edits something that causes the feed to update

    Definitely usable by others now. It's been rock-solid for me for quite a while.

    Downloads
  • v0.2 2b4e4216f4

    amr released this 2025-04-20 20:10:08 +00:00 | 19 commits to main since this release

    This version has refactored everything into a class-based app.
    Still a few small things to chase down, but approaching a stable version for general usage by others.

    Downloads
  • v0.2rc3 7d84c7c257

    amr released this 2025-02-26 22:44:55 +00:00 | 32 commits to main since this release

    Signed by amr
    GPG key ID: 0B6E2D8375CF79A9

    This release has a lot of new features compared to rc2.

    • Logging enabled
    • Checking for latest post and not assuming entry 0 is latest
    • Split out config file stuff into its own function

    The config file format remains the same, though, so it should just work with existing configs. For new users, make sure to read README.md and set things up correctly.

    Downloads
  • v0.2rc1 2439765117

    amr released this 2025-02-01 04:36:09 +00:00 | 53 commits to main since this release

    Signed by amr
    GPG key ID: 0B6E2D8375CF79A9

    Working properly, but still a couple small bugs with timestamp handling.
    Next milestone is adding specific support for podcast RSS feeds.

    Downloads