• 3.3.3 b3cf7041be

    3.3.3 Stable

    marvin8 released this 2025-06-19 09:36:56 +00:00 | 287 commits to main since this release

    Changed

    • Implemented whenever for dates and times

    • Updated dependencies versions.

    • Addressed some errors / warnings reported by ruff

    Downloads
  • 3.3.2 8e7ce17257

    marvin8 released this 2025-01-08 02:50:21 +00:00 | 292 commits to main since this release

    Changed

    • Updated dependencies versions. Now supporting Python 3.13

    • Added some more tests.

    Downloads
  • 3.3.1 090f4969c9

    3.3.1 Stable

    marvin8 released this 2024-12-23 03:47:02 +00:00 | 297 commits to main since this release

    Added

    • Added some tests... more to come in the future.

    Changed

    • Updated dependencies versions

    • Brought CI / Nox setup up to date.

    Downloads
  • 3.3.0 a5df09ee5a

    marvin8 released this 2024-09-11 06:32:45 +00:00 | 304 commits to main since this release

    Added

    • Container file for running fedinesia with podman or docker

    • Added cli option to specify logging configuration file.

    Changed

    • Streamlined CI configuration

    • Updated dependencies versions

    Downloads
  • 3.2.3 8599e1798c

    marvin8 released this 2024-09-02 04:15:52 +00:00 | 312 commits to main since this release

    Changed

    • Refactored pagination checks to catch some edge cases.

    • Updated dependencies versions

    Downloads
  • 3.2.2 76e1831334

    3.2.2 Stable

    marvin8 released this 2024-08-18 00:02:33 +00:00 | 321 commits to main since this release

    Fixed

    • Fixed issue 'tomli_w dependency missing' #14
    Downloads
  • 3.2.1 fc83685197

    3.2.1 Stable

    marvin8 released this 2024-08-17 23:33:18 +00:00 | 322 commits to main since this release

    Changed

    • Now using Hatch instead for publishing from CI.

    Fixed

    • Fixed issue #12 File Not Found error when --continue with non existing progress file.
    Downloads
  • 3.2.0 47de3d5f40

    marvin8 released this 2024-08-17 22:17:29 +00:00 | 325 commits to main since this release

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

    Added

    • New command line option --save-progress or -s that takes a file name (including optional path).
      Fedinesia will save the last status id it's deleted into the file specified. This option is intended to be used
      with the new command line flag --continue

    • New command line flag --continue. This option is intended to be used with the option --save-progress.
      When --continue is specified, Fedinesia will check the file specified with the --save-progress
      option for a status id and will use that to look for statuses older than that id for processing/deleting.

    Changed

    • Updated dependencies
    Downloads
  • 3.1.1 e6ff816f19

    marvin8 released this 2024-05-09 09:32:09 +00:00 | 330 commits to main since this release

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

    Changed

    • Updated dependencies

    Fixed

    • Initially creating config was broken. Now fixed again.
    Downloads
  • 3.1.0 c3f03a54b5

    marvin8 released this 2024-04-19 09:30:54 +00:00 | 335 commits to main since this release

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

    Breaking

    • Removed --batch-size / -b command line option as it is no longer needed.

    Added

    • Use of stamina for automatic retries on NetworkError reported by minimal_activitypub.

    Changed

    • Updated dependencies versions

    • No longer batching up deletions but doing them one by one. This feels like it
      should be "gentler" on the server by being able to react to rate limiting quicker.

    Downloads