mopidy/docs/changes.rst
2010-05-03 22:52:49 +02:00

38 lines
1.3 KiB
ReStructuredText

*******
Changes
*******
This change log is used to track all major changes to Mopidy.
0.1.0a1 (unreleased)
====================
- Merged the ``gstreamer`` branch from Thomas Adamcik, bringing more than a
hundred new tests, several bugfixes and a new backend for playing music from
a local music archive.
- Backend API changes:
- Removed ``backend.playback.volume`` wrapper. Use ``backend.mixer.volume``
directly.
- Renamed ``backend.playback.playlist_position`` to
``current_playlist_position`` to match naming of ``current_track``.
- **[WIP]** Changed API for get/filter/find_exact/search.
0.1.0a0 (2010-03-27)
====================
"*Release early. Release often. Listen to your customers.*" wrote Eric S.
Raymond in *The Cathedral and the Bazaar*.
Three months of development should be more than enough. We have more to do, but
Mopidy is working and usable. 0.1.0a0 is an alpha release, which basicly means
we will still change APIs, add features, etc. before the final 0.1.0 release.
But the software is usable as is, so we release it. Please give it a try and
give us feedback, either at our IRC channel or through the `issue tracker
<http://github.com/jodal/mopidy/issues>`_. Thanks!
**Changes**
- Initial version. No changelog available.