diff --git a/README.rst b/README.rst index 6a983b1..c7f1b14 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,7 @@ v2.0.1 (UNRELEASED) - Increase volume slider handle by 30% to make it easier to grab on mobile devices - Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should be invalidated. - Fix vertical alignment of playback control buttons in footer. +- Swop mute/unmute icons and apply fix to restore volume levels after unmute. v2.0.0 (26-3-2015) ------------------ diff --git a/mopidy_musicbox_webclient/static/images/icons/play_alt_12x12.png b/mopidy_musicbox_webclient/static/images/icons/play_alt_12x12.png new file mode 100644 index 0000000..4d23ada Binary files /dev/null and b/mopidy_musicbox_webclient/static/images/icons/play_alt_12x12.png differ diff --git a/mopidy_musicbox_webclient/static/images/icons/play_alt_16x16.png b/mopidy_musicbox_webclient/static/images/icons/play_alt_16x16.png new file mode 100644 index 0000000..3580327 Binary files /dev/null and b/mopidy_musicbox_webclient/static/images/icons/play_alt_16x16.png differ diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index b2e64ea..0bb856f 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -117,7 +117,7 @@