Changelog: * Detect open autosave files to avoid restoring backups from running applications, provide `is_active` function that returns whether a backup file corresponds to a running process * Minor README improvements
1.1.0
Changelog: * Added ability to automatically back up data to a file * Improved README
1.0.3.post1
Release of version 1.0.3 for PyPI. Required to trigger new GitHub Action.
1.0.3
Changelog:
* Pass signals like SIGINT to guarded process (previously they stopped the faultguard process) * Improved README
1.0.2
Changelog:
* Comply with Python 3.8 * Drop support for Python 2.x
1.0.1
Changelog:
* Now also tested and working under Windows (previously only Debian-based Linux)