Skip to content

Releases: 2xB/faultguard

Version 1.1.1

29 Nov 17:53
@2xB 2xB
Compare
Choose a tag to compare

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

28 Nov 12:37
@2xB 2xB
Compare
Choose a tag to compare

Changelog:

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

Version 1.0.3.post1

18 Sep 13:20
@2xB 2xB
Compare
Choose a tag to compare

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

Version 1.0.3

18 Sep 12:07
@2xB 2xB
Compare
Choose a tag to compare

Changelog:

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

Version 1.0.2

15 Nov 22:46
@2xB 2xB
Compare
Choose a tag to compare

Changelog:

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

Version 1.0.1

05 Mar 16:37
@2xB 2xB
Compare
Choose a tag to compare

Changelog:

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