Skip to content

Releases: plisker/speaker-saver

v2.1.1

27 Aug 01:54
Compare
Choose a tag to compare

Add missing __init__.py files

Full Changelog: v2.1.0...v2.1.1

v2.1.0

27 Aug 01:46
c5e3df5
Compare
Choose a tag to compare

This release primarily simplifies the code for further development and debugging. Has a minor functionality change in resetting the counter on button press, preventing the speakers from immediately turning off after turning them on in the unfortunate situation where the counter is close to 0 already.

What's Changed

  • Standardize controllers with interface by @plisker in #3
  • Clear counter with button press by @plisker in #4
  • Fix button imports, simplify logging, graceful log exit by @plisker in #5

Full Changelog: v2.0.0...v2.1.0

v2.0.0

17 Aug 18:40
Compare
Choose a tag to compare

What's Changed

  • Use Controllers for external devices by @plisker in #1
  • Set up button to toggle speaker state by @plisker in #2

Full Changelog: v1.0.0...v2.0.0

v1.0.0

16 Aug 22:32
Compare
Choose a tag to compare

Initial basic release. Project runs successfully from a Raspberry Pi and monitors and controls as desired.