Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Releases: errbufferoverfl/usb-canary

v2.0.2

09 Oct 08:41
Compare
Choose a tag to compare
  • Minor bug fix for an erroneous comma in settings.json

  • Minor bug fix in the way paranoid mode is checked

v2.0.1

08 Oct 07:56
Compare
Choose a tag to compare

USB Canary now supports Pushover which allows you to easily get notifications on your mobile phone or desktop device. For more information please see the Pushover website

v2.0.0

04 Oct 08:27
Compare
Choose a tag to compare
  • OSX supported!

  • psutil is now used to monitor USB devices

  • Logging has been put in place, but is not yet working

v1.0.4

04 Apr 05:27
Compare
Choose a tag to compare

This release fixes a bug introduced in commit 96551bb where the daemon module was not imported in usb_canary.py after removing the originally inbuilt daemon class.

v1.0.3

03 Apr 23:57
Compare
Choose a tag to compare

Version 1.0.3 now comes with some Python 3 compatibility, and minor optimizations provided by cclauss.

  • Preliminary support for Python 3 has recently been added
  • print_function, save_settings() closes file
  • Change to with open syntax, so the file is automatically closed.
  • print_function, simplify identify_screensaver(), save_screensaver()

v1.0.2

03 Apr 05:37
Compare
Choose a tag to compare

This release adds Travis CI checks for the PEP8 style guide thanks to cclauss as well as a few minor changes to the README.

v1.0.1

24 Mar 01:23
Compare
Choose a tag to compare

This patched release removes the inbuilt daemon with sander-daemon.