Skip to content

Releases: 2xB/faultguard

Version 1.1.1

Choose a tag to compare

@2xB 2xB released this 29 Nov 17:53

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

Version 1.1.0

Choose a tag to compare

@2xB 2xB released this 28 Nov 12:37

Changelog:

  • Added ability to automatically back up data to a file
  • Improved README

Version 1.0.3.post1

Choose a tag to compare

@2xB 2xB released this 18 Sep 13:20

Release of version 1.0.3 for PyPI. Required to trigger new GitHub Action.

Version 1.0.3

Choose a tag to compare

@2xB 2xB released this 18 Sep 12:07

Changelog:

  • Pass signals like SIGINT to guarded process (previously they stopped the faultguard process)
  • Improved README

Version 1.0.2

Choose a tag to compare

@2xB 2xB released this 15 Nov 22:46

Changelog:

  • Comply with Python 3.8
  • Drop support for Python 2.x

Version 1.0.1

Choose a tag to compare

@2xB 2xB released this 05 Mar 16:37

Changelog:

  • Now also tested and working under Windows (previously only Debian-based Linux)