Skip to content

1.3.0

Choose a tag to compare

@CDrummond CDrummond released this 25 Jan 09:40
· 7798 commits to master since this release
  1. Add 'Move selection here' to context menu allowing items to be moved on iPhone and mobile Firefox.
  2. Add 'Play next' to search header context menus.
  3. List all genres in 'Randmom Mix' dialog.
  4. Display currently selected library in 'Random Mix' dialog.
  5. Add continuous play, upcomming track, and historic track options to 'Random Mix' dialog.
  6. Add support for showing icons in grid.
  7. Get list of all browse modes from Slim::Menu::BrowseLibrary, as opposed to hard-coding.
  8. Long-press on player 'Extra settings' will show all settings.
  9. Long-press on 'Server settings' in 'Information' dialog will show all server settings.
  10. Don't add 'Empty' list item for empty lists, '0 Items' is stated in sub-toolbar.
  11. Cannot edit remote playlists (LMS 8.0 feature).
  12. For Custom Browse, always add play/insert/add actions if these are indicated in the response.
  13. Use different album sort settings for albums under composer or conductor genres.
  14. If queue does not have artist/artist_id but does have trackartist/trackartist_id, then when clicking on a artist link in the queue, pass role_id:TRACKARTIST to album list request.
  15. Remove presets code - these are per-player haedware specific items.
  16. Make Material's browse-modes listing under 'My Music' non-player specific. List can be configured via 'cog' icon next to 'My Music' in Material's settings dialog.
  17. Add button on settings dialog to revert to default.
  18. Add library selection to player settings.
  19. Add actions query parameter, allowing actions to be triggered.
  20. Remove long-press on back button to go home, not required as we have home button and causes weird behaviour (Issue #209)
  21. Try to increase accessibility by giving more icon-buttons tooltips.
  22. Support loading of custom CSS files from prefs/plugin; material-skin.desktop.css, material-skin.mini.css, material-skin.mobile.css, and material-skin.now-playing.css
  23. Custom CCSS file may also be supplied as part of URL, to allow per-device CSS. '?css=my-phone' will load material-skin.my-phone.css
  24. Set max-height for center portion of some dialogs, so that that area is scrollable and 'Close', etc. buttons are always visible.
  25. Correctly handle updating of set of favourites when favourites is empty.
  26. Prevent clicks from causing swipes.
  27. Preserve URL parameters when changing layout.