Skip to content

Releases: languitar/autosuspend

1.0.0

26 Nov 14:20
v1.0.0
Compare
Choose a tag to compare

This version adds basic support for Debian by making the available checks compatible with upstream software versions currently available on Debian. Moreover, a sphinx documentation is now available and provided on readthedocs: https://autosuspend.readthedocs.io/en/stable/. Finally, the versioning scheme has been changed to follow semantic versioning.

This version is now available as an official debian package!

Important

The script name has changed from autosuspend.py to autosuspend.

0.6

09 Nov 13:44
Compare
Choose a tag to compare
0.6

This versions add two new checks:

  • An XPath check which receives an XML file from a URL and matches it against an XPath expression, for instance for tvheadend.
  • A check that calls a configurable program and uses the exit code to determine system activity.

Moreover, unit testing and continuous integration using Travis have been added.

0.5.1

27 Oct 15:27
Compare
Choose a tag to compare

Maintenance release which fixes a few bugs in some checks.

Because of new unit tests, this now requires pytest-runner as a setup dependency.