Skip to content

2.0.0

Choose a tag to compare

@CDrummond CDrummond released this 24 Oct 15:20
· 6313 commits to master since this release
  1. Use custom vuetify build to trim out unused components.
  2. Add button to toggle queue visibility on desktop layout.
  3. Make cover-art in browse and queue views optional.
  4. Support 'Extras' section by using iframe.
  5. Place home button, if shown, to the right of the back button (matches browsers, etc.)
  6. If configured to show home button, then also show in titlebar of advanced search and extras pages.
  7. Show SugarCube pages in 'Extras' if it is installed.
  8. Swap (+) and (>) buttons to match LMS's default order.
  9. Replace GIF images in Classic Skin with SVGs.
  10. Optionally display technical info when listing tracks in browse view.
  11. Update version of vue-virtual-scroller, with hacky fix for issue 416.
  12. Clicking duration in play queue will briefly show remaining track count and duration.
  13. Combine library and material JS files into 1 for releases.
  14. Defer loading of some JS and CSS until page loaded.
  15. Split out functions from browse and now-playing pages that can be deferred.
  16. Only download translation if lang or Material version changed.
  17. For piCorePlayer and SqueezeAMP (SqueezeESP32) players, add action to show config page in main menu of Player Settings dialog.
  18. Add BBC sounds and Times Radio icons.
  19. Add file and directory browser for media paths in server settings.
  20. Fix player icon colour when using light themes with coloured toolbar.
  21. Darken background of 'Dark' theme so as to work-around Chrome changing certain colours if its force dark mode is enabled.
  22. Use dimmed icon for non-active icons in main toolbar when this is coloured.
  23. Fix sort option when listing albums under years category.
  24. Fix renaming pinned items.
  25. If writeError is returned when saving play queue then inform user that queue was not saved.
  26. Disable ripple effect from buttons, works-around search button having highlight when long-press back button to go home.
  27. Make save-queue dialog similar to add-to-playlist dialog; use a combobox to display list of existing playlists.
  28. Improve speed of grid view.
  29. Fix position and size of SVG icons in grid.
  30. Use fixed size for icons in grid, otherwise can be too large.
  31. Allow using grid in more places; Home, My Music, etc.
  32. Fix coloured toolbars setting with themes which have a dash in their name.
  33. Allow streams in favourites to be pinned to home screen.
  34. If browser's locale time string ends with AM or PM then use 12hour clock.
  35. Hide 'Music Folders' from 'My Music' by default, use config dialog to enable.
  36. Allow drag'n'drop of albums and tracks from browse page onto queue.
  37. Move artist/album action code from Perl into Javascript, to save button appearing after view loaded.
  38. Use 'medium small white circle' for jumplist to help appearance on iOS.