parent
cd3ebc6884
commit
3c787cc94c
|
@ -2,6 +2,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
v1.0.1
|
||||||
|
========================================
|
||||||
|
|
||||||
|
- Mopidy Raspberry GPIO is now disabled by default (review and edit settings to enable)
|
||||||
|
- volume_up and volmue_down now support a step argument that governs the increment
|
||||||
|
- New action play_stop stops playback to avoid tying up the ALSA device, see #6
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = mopidy-raspberry-gpio
|
name = mopidy-raspberry-gpio
|
||||||
version = 1.0.0
|
version = 1.0.1
|
||||||
url = https://github.com/pimoroni/mopidy-raspberry-gpio
|
url = https://github.com/pimoroni/mopidy-raspberry-gpio
|
||||||
author = Phil Howard
|
author = Phil Howard
|
||||||
author_email = phil@pimoroni.com
|
author_email = phil@pimoroni.com
|
||||||
|
|
Loading…
Reference in New Issue