Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Steel committed Mar 1, 2016
2 parents ef14dbe + 81948a0 commit 516a8ac
Show file tree
Hide file tree
Showing 114 changed files with 26,486 additions and 6,190 deletions.
10 changes: 0 additions & 10 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@ Webclient
- André Gaul <[email protected]>
- Dāvis Mošenkovs <[email protected]>
- Bruce Tsai <[email protected]>

Mopidy:
https://github.com/mopidy/mopidy/blob/develop/AUTHORS

Icons:
https://github.com/hybridgroup/betterfrontend/blob/master/iconic/AUTHORS

Background:
Openclipart / Chrisdesign

29 changes: 27 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,35 @@ Project resources
Changelog
=========

v2.2.0 (2016-03-01)
-------------------

- Split vendor-provided JavaScript and CSS libraries into separate folders to make them easier to identify and maintain.
(Addresses: `#143 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/143>`_).
- Upgrade Font-Awesome libraries to version 4.5.0.
- Upgrade jQuery libraries to version 1.12.0.
- Upgrade last.fm JavaScript libraries to the latest version available on the GitHub master branch of the repository.
- Mopidy-Musicbox-Webclient is now distributed with a vendor copy of Mopidy.js. (Addresses: `#175 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/175>`_).

**Fixes**

- Remove unused iScroll libraries and references.
- Remove unused jQuery.Mobile.iScrollView libraries and references.
- Remove unused jQuery.Truncate libraries and references.
- Avoid polling for current track and time changes. (Fixes: `#40 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/40>`_).
- Prevent mobile devices from scaling when used in landscape mode. (Fixes: `#157 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/157>`_).
- Scrolling now works in full screen mode for Chrome and Safari as well. (Fixes: `#53 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/53>`_).
- No longer interferes with changes to Mopidy's volume levels that are triggered externally. (Fixes: `#162 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/162>`_).
- Volume slider now works with Mopidy-ALSAMixer again. (Fixes: `#168 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/168>`_).
- Now falls back to track artist if album artist is not available for rendering cover art. (Fixes: `#128 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/128>`_).
- Replace Javascript prompt with jQuery Mobile equivalent. (Fixes: `#113 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/113>`_).
- Fix playlist refresh button. (Fixes: `#173 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/173>`_).
- Update save queue functionality to use 'm3u' format. (Fixes: `#177 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/177>`_).

v2.1.1 (2016-02-04)
-------------------

- Replace Javascript for truncating text with more reliable CSS equivalent.
- Replace Javascript for truncating text with more reliable CSS equivalent. (Fixes: `#155 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/155>`_).

v2.1.0 (2016-02-04)
-------------------
Expand All @@ -82,7 +107,7 @@ v2.1.0 (2016-02-04)
- Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should
be invalidated.
- Use standard Mopidy mixer methods to mute / un-mute playback.
- Streams are now saved to the '[Radio Streams].m3u' playlist and are accessible from all clients.
- 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.
- Mopidy-Musicbox-Webclient now requires at least Mopidy v1.1.0 or greater to be installed.

Expand Down
2 changes: 1 addition & 1 deletion mopidy_musicbox_webclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '2.1.1'
__version__ = '2.2.0'


class MusicBoxExtension(ext.Extension):
Expand Down
4 changes: 0 additions & 4 deletions mopidy_musicbox_webclient/static/css/font-awesome.min.css

This file was deleted.

Binary file not shown.
Binary file not shown.
504 changes: 0 additions & 504 deletions mopidy_musicbox_webclient/static/css/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed mopidy_musicbox_webclient/static/css/[email protected]
Binary file not shown.

This file was deleted.

72 changes: 0 additions & 72 deletions mopidy_musicbox_webclient/static/css/jquery.mobile.iscrollview.css

This file was deleted.

Loading

0 comments on commit 516a8ac

Please sign in to comment.