Skip to content

Releases: CDrummond/lms-material

0.9.4

04 Aug 07:15
Compare
Choose a tag to compare
  1. Fix detecting if an item is in favourites if its within a favorites folder.
  2. Try to use material icons, and not LMS icons, for favourites entries.
  3. Enable history menu even when there is no sub-title.
  4. Enable 'More' for artists, albums, or tracks within a favourite.
  5. If showing jumplist for mixed folders and files, draw jumplist items for folders slightly dimmer than files.
  6. Fix album not appearing in favourites, if it is the last item.
  7. When building SlimBrowse commands, don't add 'null' or 'undefined' values.
  8. Don't hide 'Save to favourites' and 'Delete favourite' options from 'More' lists.
  9. As per expand/collapse button, the grid/list button icon should indicate the state that will be, not what is.
  10. When pinning radio stations, just save URL and title, etc, not command.
  11. Only use media session with mobile browsers.
  12. Place pin, and unpin, actions into a menu, for consistency.
  13. Add play, play next, and insert to pinned radio items menu.
  14. Always show menu when clicking on pinned radio item.
  15. Only show dotted menu button if an item has a menu.
  16. Check whether "query_param" exists in "URI::http" before using. If not, then manually parse URI string.
  17. Only update favourite's set if ["favorites", "changed"] is received from CometD.
  18. In Mobile layout, switch to now-playing when clicking play/add icon in sub-toolbar (play/add all case).
  19. Don't show ratings stars for streamed tracks (negative ID).

0.9.3

28 Jul 11:41
Compare
Choose a tag to compare
  1. Update Dutch translation - thanks to Blackfiction.
  2. Add searched terms to list title.
  3. Fix dimmer browse icon using dark theme mobile layout.
  4. Prevent queue flicker when toggle power state of player.
  5. When fetching lyrics, only use ID if its not negative.
  6. Update Frech translation - thaks to Franck Berry.
  7. Swap when expand/collapse button is shown. Previously the icon/label was used to indicate state.
  8. Mark "On song change" and "Volume gain" for translation.
  9. For consistency, use "Player settings" in manage players dialog.
  10. Listen for 'click' and not 'touchend' to make media controls show.
  11. Click on 'No playing' tab whilst already on 'Now playing' will toggle song info.
  12. Click on cover in 'Now playing' only shows context menu for iOS, as other OS's can use context menu event.
  13. Add pre-caching of 300x300 artwork - thanks to Michael Herger.
  14. Use smaller apps, etc, avatars in pinned list, main radio and apps lists.
  15. Work-around CustomBrowse 999 item limit, by asking for list of items in chunks.
  16. Darken mobile bottom-nav area, to give buttons more contrast.
  17. Set Firefox scrollbar colours.

0.9.2

23 Jul 16:02
Compare
Choose a tag to compare
  1. Fix Qobuz (and others?) search field.
  2. Use new CSS line-clamp property to limit each section of now-playing text (e.g. title, artist, album) to 2 lines.
  3. When getting lyrics from MAI, if we have a track_id then just pass that and not other details.
  4. When getting biography from MAI, if we have an artist_id then just pass that and not artist name string.
  5. Use plugin to recolour SVG images, as opposed to having dark and light variants.
  6. Colour active tab icon and label, as this matches material.
  7. Fix showing images.

0.9.1

21 Jul 07:16
Compare
Choose a tag to compare
  1. Fix "TuneIn Options" when "More" selected from now-playing.
  2. Allow grid in more cases - e.g. "What was that tune?"
  3. Don't square off radio logos in queue and desktop bottom bar.
  4. Always use recycler view for grids, and for lists where its possible to switch to grid. (Recycler is quicker to update when toggling).
  5. Fix toggling image sizes when 1st image does not have size parameters (e.g. radio search results).
  6. For mobile layout, show song details in toolbar of now-playing view if song info is being displayed.
  7. For mobile layout, only toggle play/pause and info button if screen width is less than 600px.
  8. No need for lazy-load of images with recycler.
  9. Add a "now-playing" view. This is the same as the expanded desktop view, but designed to show only now playing info.
  10. New icon for 'Browse' tab, and use music note for now-playing tab, in mobile layout.
  11. When getting album review from MAI, if we have an album_id then just pass that and not other details.
  12. Move 'New Music' to top-level for non-server-categories.
  13. Fix technical info not showing in mini-player (this view also needs to listen to resize events, so that info is shown if wide enough).
  14. Make letter-overlay ignore click events, and allow these to fall through to item below.
  15. Fix mini-player when playing tracks with a composer.

0.9.0

11 Jul 16:58
Compare
Choose a tag to compare
  1. Fix missing repeat-single icon in desktop queue view.
  2. Display "current / total" in now-playing.
  3. Add mini-player.
  4. Only show technical info in desktop bottom bar if not showing ratings, or screen width is 900px or higher.
  5. Reduce CPU load when the server connection is lost, or there are no players, by using icons and not a circular spinning progressbars.
  6. When getting track info for a queue item, pass its position in the queue to the trackinfo command and not its ID/URL. This helps with TuneIn stations, where the URL in the queue can change.
  7. Don't repeatedly poll player status if song duration is 0 (as is for streams).
  8. When parsing SlimBrowse response, if we have a mixture of items with and without images then only set image to default album or artist image for items with the corresponding type. Also, if find an item that is not an artist or album, then disable grid.
  9. Remove "noselect" from browse-list, to allow text items (e.b. bandcamp URLs) to be selected.
  10. Update axios, vuetify, and vuex libraries.
  11. Add action to move queue from one player to another.
  12. When creating a group player, also update server status 1 second later.

0.8.4

30 Jun 08:35
Compare
Choose a tag to compare
  1. When creating jumplist for folders list, convert to uppercase.
  2. Remove list/grid toggle for image view.
  3. Fix adding albums and playlists to favourites.
  4. Remove parsing of title into tracknum+title.
  5. For mobile layout, place 'Add URL' and 'Scroll to current track' in menu if width is less than 500px.
  6. For mobile layout, place 'Random' and 'Shuffle' icons in queue toolbar if width is more than 320px.
  7. Add icons to standard settings menu entries, and now-playing context menu.
  8. Reduce margins in sleep dialog, to allow more space for text.
  9. Add option to show menu icons or not.
  10. Add more server information to "Information" dialog.
  11. Only update rating upon click.
  12. Show time in tooltip when hover over progressbar (desktop browsers only).
  13. Double-click now-playing image to show zoomed image.
  14. Show now-playing image context menu on single click. Mobile browses only, as its an iOS work-around.

0.8.3

23 Jun 16:28
Compare
Choose a tag to compare
  1. Fix parsing of queue items' durations - and showing of total duration.
  2. Fix elliding of toolbar text.
  3. Fix zoomed image sizes when viewing artist pictures.

0.8.2

22 Jun 06:33
Compare
Choose a tag to compare
  1. If queue page contains all tracks, then iterate these to determine total duration.
  2. When getting track lists (for albums, or queue) only request rating if rating support is enabled (via TrackStat).
  3. When drawing letter overlay, need to reduce item height for position calculation by 20px if there is no sub-text.
  4. Fix error message, and list update, when toggling server categories on/off.
  5. Remove "SimpleLibraryViews " prefix from library names.
  6. Use "All" as name for default library.
  7. When auto-selecting a player at start-up (1st time, or no config) then choose in order of preference: first powered on standard player, or first powered off standard player, first powered on group, first powered off group.
  8. Ensure all menus have scrollbars, if they are too tall.
  9. Long press on now-playing nav-button (whilst showing now-playing) shows track info. (Mobile only)
  10. Long press on queue nav-button (whilst showing queue) scrolls to current track. (Mobile only)
  11. Make confirmation dialogs persistent - need to press button to close.

0.8.1

15 Jun 11:42
Compare
Choose a tag to compare
  1. Lazy-load now-playing images.
  2. Set lazy-load error image to default cover.
  3. Always use lazy-load images, as can set error image easily.
  4. Set correct mouse-pointer for jumplist.
  5. Default to using mysqueezebox to resize remote images.
  6. If config does not have useLocalImageproxy, then default to mysqueezebox.
  7. Reduce size of grid row if there are no sub-titles.
  8. Custom icons for artists, albumartists, and compilations.
  9. Clear cache if artist list is toggled between single list or separate artists and album artists.
  10. Only hide home button if screen is less than 290px wide.
  11. Ignore negative coverid attributes.
  12. Fix moving items to lower position in list.
  13. Give shadow to letter-overlay.
  14. Fix cover grid sizing, and jump list activation.
  15. Pass URL query params when index.html selects variant.
  16. Now toolbar should get track count and duration from queue page, as queue page handles current track duration changing. (Mobile only)

0.8.0

09 Jun 14:57
Compare
Choose a tag to compare
  1. If rating from server is undefined, but TrackStat is installed, then show rating as 0.
  2. Longpress on 'Browse' navigation button (whilst on 'Browse' view) will navigate to top (home).
  3. Clear selection when go back/home.
  4. Work-around item selection not updating until redraw if using large lists.
  5. Handle play queue updates whilst items are selected.
  6. Allow playlist tracks to be selected.
  7. Playlist editing; moving and removing of tracks.
  8. Allow drag'n'drop re-ordering of favourites if not set to sort. Can only move a single favourite at a time, not a selection.
  9. Calculate mobile/portrait padding when now-playing is initially shown.
  10. Place on/off toggle button next to each player in menu.
  11. Add 'Group Players' and 'Standard Players' headers to player selection menu, where appropriate.
  12. Fix 'Set sleep for all players'
  13. Fix detection of group players for 'Manage players' dialog.
  14. Fix divider in group players context menu in 'Manage players' dialog.
  15. Fix updating player list in 'Manager players' dialog - e.g. when a player is added or removed.
  16. Add form validation to some dialogs.
  17. Clicking on player's sleep time in players menu will show sleep settings dialog.
  18. Add action to change album sort (only shown when listing albums).
  19. Remove library selection from settings dialog, its available from main page.
  20. For mobile layout, move grid/list toggle and album-sort action into main settings menu. For desktop, these are shown in the sub toolbar.
  21. Only show 'Synchronise' menu option if there is more than 1 non-group player.
  22. Use underline on hover for clickable links in queue and browse views.
  23. In browse page, click library name to change library - remove menu button.
  24. For consistency, when adding Composers or Conductors to Genre selection, add after Artists and Albums.
  25. Add custom composer and conductor icons.
  26. Slightly lighter icons for light theme.
  27. Use image proxy for remote image URLs.
  28. Restrict background images to 1024x1024
  29. Respect user image proxy setting - mysqueezebox.com or local.
  30. Show players connected to other servers, and allow to move to this server.