mopidy/docs/changes.rst
Stein Magnus Jodal d97000257c Update changelog
2010-05-03 23:55:04 +02:00

41 lines
1.4 KiB
ReStructuredText

*******
Changes
*******
This change log is used to track all major changes to Mopidy.
0.1.0a1 (unreleased)
====================
- 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.
- **[WIP]** 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.
- Made :class:`mopidy.mixers.alsa.AlsaMixer` work on machines without a mixer
named "Master".
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.