Skip to content

Commit

Permalink
Prepare for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Jan 15, 2022
1 parent 2e7e8eb commit afe42f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Ultralight change log

## 2021-12-29 - v0.5.1
- Add browser media session for media key control of player. Note: play/pause
does not always work on Chrome-based browsers.
- Fix add items to playlist from library. Sometimes more items were added than
were selected.

## 2021-12-29 - v0.5.0
- Add support for playlists with >100 tracks.
- Auto-scroll playlist on load and track advance.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultralight",
"version": "0.5.1b2",
"version": "0.5.1",
"description": "Ultralight - a Logitech Media Server skin",
"author": "Daniel Miller",
"license": "MIT",
Expand Down
9 changes: 7 additions & 2 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# TODO

- fix cover art displayed in the Now Playing part of the display often belongs to the previous track
- add routes for (default theme) settings when Ultralight is the default
- fix play/pause via browser media session on Chrome
- invalidate browser cache on install new version on server
- add routes for (default theme) settings when Ultralight is the default
- fix cover art displayed in the Now Playing part of the display often belongs to the previous track
this may be a bug in LMS, not the skin
- distribute as proper LMS plugin (show in "Inactive plugins" in settings)
- fix auto-load playlist does not always load, showing blank loading section
TODO reproduction steps
- make path elements in song path (parent folders) clickable
- allow drag/drop breadcrumbs into playlist
- fix memory leak error on switch to/from responsive mode
- playlist menu should not close on click repeat/shuffle buttons (and maybe prev/next too)
- change repeat/shuffle buttons in large player view to volume up/down now that
Expand Down

0 comments on commit afe42f8

Please sign in to comment.