diff --git a/CHANGELOG b/CHANGELOG index 146cb8a9c..7c36d35c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,28 @@ +v0.9.0 2018-08-09 + * enable playing more than one track from Files: provide next/previous buttons and jump automatically to next file after reaching the end of file (#641) + * show alphabet navigation also in the "All tracks" view + * provide "All tracks" as a playlist on the Ampache API + * when playback is started by clicking a track, it now continues also after current album and artist (affect also the scope of shuffle and repeat) + * when the play scope is limited to one album/artist, show a slight highlight around the scope + * preserve the play queue history when clicking on track to play it, unless the play scope changes + * more visible highlight on the target playlist when dragging a track to a playlist + * make the client-side caching of cover images work already on first time the images are loaded (instead of second) + * do not spam HTTP requests if next/previous track button is clicked repeatedly and rapidly + * add a few keyboard shotcuts: play/pause [space], previous track [left arrow], next track [right arrow] + * focus the text field automatically when clicking to create/rename a playlist + * prevent creating/renaming playlists with empty name + * small updates on traslations (although they are still very much uncomplete) + * fix library being erased when library path "changed" from default (empty) value to '/' + * fix track name shown only as "Loading..." when playing a public share on ownCloud 8.2 + * fix play/pause icon in front of track name moving with a delay when track changed + * fix highlighting of the current view vanishing whne dragging a track to a playlist + * fix a layout bug in the details pane with narrow screen on ownCloud (not reproducable on Nextcloud) + * fix a small UI jitter on playlist create/rename forms + * fix enbedded music player bar being a bit too narrow when playing public shares + * support optional `artist` filter in the Shiva API endpoint `/api/albums` (#46) + * remove the previously deprecated endpoint `/api/file/{fileId}/webdav` + * lots of internal refactoring + v0.8.0 2018-07-21 * track details pane (#656) * show a confirmation dialog before deleting a playlist diff --git a/appinfo/info.xml b/appinfo/info.xml index 915c6aeee..9b4ea0358 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,15 +3,19 @@ music Music Music player, library viewer, and server - Plays audio files directly in the Files view or in a separate library view. Depending on the browser, supports playing filetypes mp3, ogg, m4a, m4b, flac, wav. All browsers should be able to play at least mp3. In the library view, you can play tracks by album or artist or create custom playlists. Includes an Ampache-compatible server. Limitations: The library view does not scale well to huge music collections. The practical maximum number of tracks the app can handle is ~50´000 on Firefox and lower on other browsers. The playback from Files works regardless of the collection size. + Plays audio files directly in the Files view or in a separate library view. Depending on the browser, supports playing filetypes mp3, ogg, m4a, m4b, flac, wav. All browsers should be able to play at least mp3. + +In the library view, you can play tracks by album or artist, create custom playlists, or shuffle play over you whole library. In the Files view, an audio file can be played with one click and the playback continues to next files of the folder until stopped. The app includes also an Ampache-compatible server. + +Limitations: The library view does not scale well to huge music collections. The practical maximum number of tracks the app can handle is ~50´000 on Firefox and lower on other browsers. The playback from Files works regardless of the collection size. AGPL Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design) - 0.8.0 + 0.9.0 multimedia - https://user-images.githubusercontent.com/8565946/43035387-3ef5d3de-8cf7-11e8-9bc0-837c7148e73a.png - https://user-images.githubusercontent.com/8565946/43035389-459cadf2-8cf7-11e8-91b7-8dde011ee33b.png - https://user-images.githubusercontent.com/8565946/43036716-24216592-8d0f-11e8-998d-9879d3622ab7.png - https://user-images.githubusercontent.com/8565946/43035396-52b47984-8cf7-11e8-9f3e-f8708c78f11c.png + https://user-images.githubusercontent.com/8565946/43827475-94d34d7c-9b02-11e8-8bf9-9f3d91aa5dab.png + https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png + https://user-images.githubusercontent.com/8565946/43827491-9ae81a8a-9b02-11e8-8b8a-3e8dce76107a.png + https://user-images.githubusercontent.com/8565946/43827500-9f45beb6-9b02-11e8-8884-39ed2f0daa54.png https://github.com/owncloud/music https://github.com/owncloud/music/issues https://github.com/owncloud/music.git