mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Version change to 1.0.0
This commit is contained in:
@@ -171,11 +171,15 @@ Project resources
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
v0.4.0 (UNRELEASED)
|
v1.0.0 (UNRELEASED)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Require Mopidy v1.0
|
- Require Mopidy v1.0
|
||||||
- Update to work with changed core playback API in Mopidy 1.0
|
- Update to work with changed core playback API in Mopidy 1.0
|
||||||
|
- Search working
|
||||||
|
- GPIO and Keyboard support
|
||||||
|
- Lower CPU usage
|
||||||
|
- Bug Fixes
|
||||||
|
|
||||||
v0.3.2 (2015-01-09)
|
v0.3.2 (2015-01-09)
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from mopidy import config, ext
|
|||||||
from .touch_screen import TouchScreen
|
from .touch_screen import TouchScreen
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.4.0'
|
__version__ = '1.0.0'
|
||||||
|
|
||||||
|
|
||||||
class Extension(ext.Extension):
|
class Extension(ext.Extension):
|
||||||
|
|||||||
Reference in New Issue
Block a user