-
3.3.3 Stable
released this
2025-06-19 09:36:56 +00:00 | 287 commits to main since this releaseChanged
-
Implemented
wheneverfor dates and times -
Updated dependencies versions.
-
Addressed some errors / warnings reported by
ruff
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
3.3.2 - Python 3.13 support Stable
released this
2025-01-08 02:50:21 +00:00 | 292 commits to main since this releaseChanged
-
Updated dependencies versions. Now supporting Python 3.13
-
Added some more tests.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
3.3.1 Stable
released this
2024-12-23 03:47:02 +00:00 | 297 commits to main since this releaseAdded
- Added some tests... more to come in the future.
Changed
-
Updated dependencies versions
-
Brought CI / Nox setup up to date.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.3.0 - Container File Stable
released this
2024-09-11 06:32:45 +00:00 | 304 commits to main since this releaseAdded
-
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
3.2.3 - improve pagination Stable
released this
2024-09-02 04:15:52 +00:00 | 312 commits to main since this releaseChanged
-
Refactored pagination checks to catch some edge cases.
-
Updated dependencies versions
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
3.2.2 Stable
released this
2024-08-18 00:02:33 +00:00 | 321 commits to main since this releaseFixed
- Fixed issue 'tomli_w dependency missing' #14
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.2.1 Stable
released this
2024-08-17 23:33:18 +00:00 | 322 commits to main since this releaseChanged
- Now using Hatch instead for publishing from CI.
Fixed
- Fixed issue #12 File Not Found error when
--continuewith non existing progress file.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.2.0 - saving progress Stable
released this
2024-08-17 22:17:29 +00:00 | 325 commits to main since this releaseAdded
-
New command line option
--save-progressor-sthat 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--continueis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
3.1.1 - Fixed inital config Stable
released this
2024-05-09 09:32:09 +00:00 | 330 commits to main since this releaseChanged
- Updated dependencies
Fixed
- Initially creating config was broken. Now fixed again.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
3.1.0 - Stamina Stable
released this
2024-04-19 09:30:54 +00:00 | 335 commits to main since this releaseBreaking
- Removed
--batch-size/-bcommand line option as it is no longer needed.
Added
- Use of stamina for automatic retries on
NetworkErrorreported byminimal_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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Removed