-
3.4.0 Stable
released this
2025-07-21 07:11:18 +00:00 | 258 commits to main since this releaseBreaking
- Add validation of CLI options:
--continuecan only be specified if--save-progresshas also been specified.--audit-log-stylecan only be specified of--audit-log-filehas also been specified.
Changed
-
Refactored two methods that complexipy highlighted as overyly complex.
-
Updated dependencies versions and CI versions
-
Refactored should_keep method to reduce complexity as reported by complexipy
-
Refactored AuditLog class to be able to skip logging when no AuditLog file has been specified.
-
Large refactor to create a separate FediHelper class specifically for Fedinesia.
As a side effect, debug logging as changed. -
Made parameter list of typer_async_shim more specific. This outsources some of the validation to
typer -
Updated dependecies versions and CI
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add validation of CLI options: