Added changelog entry

This commit is contained in:
Nick Steel 2016-02-04 13:52:27 +00:00
parent d89731fea7
commit a9b7b3febd
3 changed files with 4 additions and 2 deletions

View File

@ -80,6 +80,8 @@ v2.1.0 (UNRELEASED)
be invalidated.
- Use standard Mopidy mixer methods to mute / un-mute playback.
- Added event handling for 'muteChanged' event. (Fixes: `#141 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/141>`_).
- Streams are now saved to the '[Radio Streams].m3u' playlist and are accessible from all clients.
Users with existing streamUris stored as browser cookies will be prompted to convert them to the new m3u backed scheme.
**Fixes**

View File

@ -630,7 +630,7 @@ function showFavourites() {
});
}
# TODO: Remove this upgrade path in next major release.
// TODO: Remove this upgrade path in next major release.
function upgradeStreamUrisToFavourites() {
toast('Converting streamUris...');
$.cookie.json = true;

View File

@ -1,6 +1,6 @@
CACHE MANIFEST
# 2016-02-03:v1
# 2016-02-04:v1
NETWORK:
*