All Versions
17
Latest Version
Avg Release Cycle
169 days
Latest Release
1489 days ago

Changelog History
Page 1

  • v3.1.0 Changes

    March 22, 2020
    • Display stream title when available. (PR: #261)
    • ๐Ÿ›  Fixed loading artist/album info forever when uri is missing.
  • v3.0.1 Changes

    December 22, 2019
    • ๐Ÿ›  Fix dependency on final release of Mopidy 3.0.0.
  • v3.0.0 Changes

    December 22, 2019
    • ๐Ÿš€ Depend on final release of Mopidy 3.0.0.
  • v3.0.0.rc1 Changes

    November 18, 2019
    • Require Mopidy >= 3.0.0a4. (PR: #268)
    • Require Python >= 3.7. (PR: #268)
    • โšก๏ธ Update project setup. (PR: #268)
  • v2.6.0 Changes

    November 15, 2019
    • โšก๏ธ Update for compatibility with upcoming Mopidy v3.0.
    • ๐Ÿ‘Œ Improved performance when fetching playlist track metadata.
    • ๐Ÿ›  Fixed support for IPv6 address.
  • v2.5.0 Changes

    May 22, 2018
    • Detect additional stream formats (rtmp, rtmps, rtsp).
    • Include details of currently selected page in HTML title tag. (Addresses: #243 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/243>_).
    • ๐Ÿ›  Prevent excessive calls to the Mopidy server while buffering. (Fixes: #237 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/237>_).
    • ๐Ÿ›  Only allow browsing tracks by album if a URI is available for that album. (Fixes: #250 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/250>_).
  • v2.4.0 Changes

    March 15, 2017
    • Now shows server name/IP address and port number at the bottom of the navigation pane. (Addresses: #67 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/67>_).
    • โž• Add ability to insert a track anywhere in the current queue. (Addresses: #75 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/75>_).
    • โž• Add 'Show Track Info' popup which can be activated from any context menu or by clicking on either the 'info' icon next to the album cover or the track's title text on the 'Now Playing' pane. The popup includes the URI of the track, which can be inserted into various lists elsewhere in the player.
    • โšก๏ธ Updated icon set for font-awesome 4.7.0.
    • โž• Added 'Refresh' button for refreshing libraries. (Addresses: #75 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/75>_).
    • Only show 'Show Album' or 'Show Artist' options in popup menus if URI's for those resources are available. (Fixes: #213 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/213>_).
    • ๐Ÿ›  Now shows correct hostname information in loader popup. (Fixes: #209 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/209>_).
    • ๐Ÿ›  Reset 'Now Playing' info when the last track in the tracklist is deleted. Fixes an issue where info of the last song played would be displayed even after the queue had been cleared.
    • Now initializes the GUI properly, even if the user is offline or the Mopidy server cannot be reached.
    • ๐Ÿ›  Fixed Alarm Clock <https://pypi.python.org/pypi/Mopidy-AlarmClock/>_ detection.
    • Unplayable files are shown with a different icon in track lists.
    • ๐Ÿ›  Show all available track information in the 'Show Track Info...' popup. (Fixes: #227 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/227>_).
    • The last scroll position is now always saved when navigating between pages or browsing the library. (Fixes: #73 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/73>, #93 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/93>).
    • ๐Ÿ›  Playlists will now list tracks even if they are no longer available in the library. (Fixes: #226 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/226>_).
    • ๐Ÿ›  Fixed an issue on Safari where the first page to load would be too wide to fit on the screen.
    • ๐Ÿ›  Refreshing album or artist info pages no longer raises an exception. (Fixes: #230 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/230>_).
  • v2.3.0 Changes

    May 15, 2016
    • โœจ Enhance build workflow to include style checks and syntax validation for HTML, CSS, and Javascript.
    • Now displays album and artist info when browsing tracks. (Addresses: #99 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/99>_).
    • 0๏ธโƒฃ Now remembers which backend was searched previously, and automatically selects that backend as the default search target. (Addresses: #130 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/130>_).
    • โฌ†๏ธ Upgrade Media Progress Timer to version 3.0.0.
    • Now retrieves album cover and artist images using MusicBrainzID, if available.
    • New configuration parameter on_track_click can be used to customize the action that is performed when the user clicks on a track in a list. Valid options are: PLAY_NOW, PLAY_NEXT, ADD_THIS_BOTTOM, ADD_ALL_BOTTOM, PLAY_ALL (default), and DYNAMIC (repeats last action). (Addresses: #133 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/133>_).
    • โšก๏ธ Optimized updating of 'now playing' icons in tracklists. (Addresses: #184 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/184>_).
    • โšก๏ธ Optimized rendering of large lists of tracks to make UI more responsive.
    • โž• Added 'Folder' FontAwesome icon on the Browse pane for browsing the filesystem.
    • ๐Ÿ†• New icons for 'PLAY' and 'PLAY_ALL' actions. In general, icons with an empty background will perform an action only on the selected track, while icons with a filled background will apply the action to all tracks in the list.
    • Standardize popup dialog layout convention: Sentence fragments have no punctuation, buttons that confirm a destructive action go on the left.
    • ๐Ÿ›  Don't create Mopidy models manually. (Fixes: #172 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/172>_).
    • ๐Ÿ›  Context menu is now available for all tracks in browse pane. (Fixes: #126 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/126>_).
    • last.fm artist image lookups should now always return the correct image for similarly named artists.
    • Ensure that browsed tracks are always added to the queue using the track URI rather than the track's position in the folder. (Fixes: #124 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/124>_).
    • ๐Ÿ›  Fixed an issue where searches would be performed as soon as the user switches to the 'Search' pane, instead of waiting for the 'Search!' button to be clicked.
    • ๐Ÿ›  Fixed an issue where the last track in an album was not grouped properly with the rest of the results, and would have a small divider rendered above it. (Fixes: #196 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/196>_).
    • Replaced JavaScript confirmation prompt on 'Streams' pane with jQuery equivalent. (Fixes: #191 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/191>_).
    • Clearing the queue should no longer trigger an album cover image lookup. (Fixes: #201 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/201>_).
    • โšก๏ธ Update icons and labels for podcast, podcast-gpodder, and podcast-itunes backends.
  • v2.2.0 Changes

    March 01, 2016
    • 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>_).
    • โœ‚ 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 Changes

    February 04, 2016
    • ๐Ÿ›  Replace Javascript for truncating text with more reliable CSS equivalent. (Fixes: #155 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/155>_).