Migrate user configuration directory to a new, XDG-based, location.
Do not import test_starter in main tests module to improve robustness of tests imports.
Move handling of default config. values to configuration classes.
Fix alignment to 80 columns in system configuration file.
Update NEWS.
API documentation fixes.
AutoArchive 2.0.6 released
Added tag RELEASE_2.0.6 for changeset 870363ed1429
Update copyright year to 2025.
Increase version to 2.0.6.
Update NEWS.
API documentation fixes.
Fix flaky test of Xz backup type.
Rename some services tests to match convention.
Fix checking for specified archiver type.
Provide getOrCreateServices instead of getProvidersIdentifications from ServiceAccessor.
Rename AbstractTarArchiverProvider to TarArchiverProviderBase.
Fix exception when showing final verbose message of create action.
Remove provider identification as a class and use string instead.
Rename _TarArchiverProviderBase to AbstractTarArchiverProvider.
Add ebuild for 2.0.6.
Add new modules to API documentaion.
Fix missing files in package.
Fix flaky test of Xz backup type.
Add archiver providers test for getting available backup types.
Rename some services tests to match convention.
Add test for list-available-archivers action.
Add new modules to API documentaion.
Fix missing files in package.
Add new action --list-available-archivers.
Fix checking for specified archiver type.
Update manifest.
Add compatibility with Python 3.13 and 3.14.
Update Manifest.
Use proper SourceForge URI instead of mirror:// protocol.
Add compatibility with Python 3.12. Remove old ebuild.
Fix exception when showing final verbose message of create action.
Provide getOrCreateServices instead of getProvidersIdentifications from ServiceAccessor.
Rename AbstractTarArchiverProvider to TarArchiverProviderBase.
Remove provider identification as a class and use string instead.
Rename _TarArchiverProviderBase to AbstractTarArchiverProvider.
Move actions under archiving and introduce Action base class.
Separate actions from ArchivingApplication.
Improve formatting of archiver list in --help output.
Fix exceptions while getting terminal width on non-Unix OS-es.
Check for 'tar' existence only in operations which really use it.
Extract some methods from Utils to more specific classes.
Use effective IDs for access check and use it only on supported platforms.
Improve ConfigurationFactory API documentation.
Define constant for configuration file name.
Update configuration files paths in the documentation.
Increase version to 2.0.5+next.
Closing because of a mistake.
Increase version to 2.0.5+next.
Increase version to 2.0.5.
Increase version to 2.0.6.
Move actions under archiving and introduce Action base class.
Separate actions from ArchivingApplication.
Improve formatting of archiver list in --help output.
Update NEWS.
Update INSTALL documentation to use pip.
Include pyproject.toml to the source distribution.
Fix building of source distribution package in an isolated virtual env.
Add PyInstaller spec file for building Windows binary.
Added tag RELEASE_2.0.5 for changeset 23046b4f19e9
Update NEWS.
Update INSTALL documentation to use pip.
Include pyproject.toml to the source distribution.
Fix building of source distribution package in an isolated virtual env.
Increase version to 2.0.5.
AutoArchvive 2.0.5 released
Add ebuild for 2.0.5. Remove old.
Add Windows specific example of archive specification file.
Fix exceptions while getting terminal width on non-Unix OS-es.
Escape '%' character in ArgumentParser help strings.
Check for 'tar' existence only in operations which really use it.
Extract some methods from Utils to more specific classes.
Use effective IDs for access check and use it only on supported platforms.
Add os_paths do API documentation.
Improve ConfigurationFactory API documentation.
Define constant for configuration file name.
Use isWindows method in OsPaths.
Update configuration files paths in the documentation.
Change default config paths for Windows.
Provides Windows-specific and XDG configuration paths.
Use f-strings instead of str.format in starter.
Update NEWS.
Handle exceptions from getting archive specs in all cases.
Improve description of command line arguments --list and --all.
Make tests independent of system configuration file.
Move glob expansion to backup creation operation.
AutoArchive 2.0.4 released
Added tag RELEASE_2.0.4 for changeset 4dfc29f6fb4f
Add ebuild for 2.0.4. Remove old.