From 9cee49eea087f6c2bc5e51670382b93ff96c9e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pauli=20J=C3=A4rvinen?= Date: Sat, 21 Jul 2018 17:12:18 +0300 Subject: [PATCH] Release v0.8.0 --- CHANGELOG | 15 +++++++++++++++ appinfo/info.xml | 8 +++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70370d88d..146cb8a9c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +v0.8.0 2018-07-21 + * track details pane (#656) + * show a confirmation dialog before deleting a playlist + * changed icons of "Repeat" and "Rename playlist" buttons + * cache the collection.json to file instead of DB, preventing problems with large collections on certain DB configurations (#588) + * cache collection.json also on the client-side (as discussed on #588) + * fix a layout issue in albums view which could cause empty "album slots" to show between albums (introduced in v0.7.0) + * fix unable to play tracks on some untypical proxy configurations (#650) + * fix a layout issue on album titles in the mobile view + * fix the controls bar being broken on NC13 with all versions of IE and other older browsers + * fix play icon not being shown on track which was collapsed when the playback started (regression from v0.5.6) + * fix a typo in the "reset library" confirmation dialog (#655) + * fix controls bar track info not being clickable on mobile landscape layout + * follow-up fix for the Firefox scrollbar issue (#631) + v0.7.0 2018-06-17 * improved performance of the "All tracks" view, especially with large collections (#647) * show the track and artist names extracted from metadata also when playing a public share (#616) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2cc9b7d0c..e591e8b02 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,10 +6,12 @@ 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. AGPL Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design) - 0.7.0 + 0.8.0 multimedia - https://user-images.githubusercontent.com/8565946/28543434-6eb12de0-70c8-11e7-966e-65f4c3a90531.png - https://user-images.githubusercontent.com/8565946/30036348-2a173c38-91bb-11e7-89fb-39cab9180081.png + 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/43035391-4d6ce3da-8cf7-11e8-9907-9d4e04875932.png + https://user-images.githubusercontent.com/8565946/43035396-52b47984-8cf7-11e8-9f3e-f8708c78f11c.png https://github.com/owncloud/music https://github.com/owncloud/music/issues https://github.com/owncloud/music.git