From 86bbc88247dff8f5d54719c991439f58ce8ea35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pauli=20J=C3=A4rvinen?= Date: Sun, 29 Dec 2019 22:03:59 +0200 Subject: [PATCH] Release v0.12.0 --- CHANGELOG | 12 ++++++++++++ README.md | 2 +- appinfo/info.xml | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 928534e86..7732f12e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +v0.12.0 2019-12-29 + * improved performance for huge music collections (#728) + * collapse the "Scanning..." popup to the bottom of the screen when there are already tracks shown (#728) + * do not download the album cover image before scrolling to the album in question (#719, #653) + * Ampache: Sanitize the XML results so that no illegal characters are included (#723) + * Subsonic: Fix names containing ampersand (&) missing from the results (regression from v0.11.1) + * Subsonic: Fix format (f=...) argument being ignored if user credentials are incorrect or missing (#730) + * fix a potential dead-lock on Folders view deactivation + * fix part of the screen width being unused on NC14+ with extra wide screen when the details pane is open + * the repository no longer contains the bundled js and css files needed for execution + * the delivery packages no longer contain the source js and css files, only the bundles for execution + v0.11.1 2019-11-21 * improved support for Subsonic API: * support most parts of the API v1.8 (added methods getUser, getArtists, getArtist, getSong, search3, getAvatar, getLyrics, updatePlaylist, deletePlaylist, along with a few other implemented as stubs) diff --git a/README.md b/README.md index 6b13390af..33fb82e94 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ After installation, you may want to select a specific sub-folder containing your #### Huge music collections -The application's scalability for large music collections has gradually improved as new versions have been released. Still, if the collection is large enough, the application may fail to load. The maximum number of tracks supported depends on your server but should be around 50'000. Also, when there are tens of thousands of tracks, loading the applicatin view takes pretty long time and the responsiveness of the UI may be poor. For the best performance on huge music collections, Firefox 57.0+ (aka "Quantum") is recommended. +The application's scalability for large music collections has gradually improved as new versions have been released. Still, if the collection is large enough, the application may fail to load. The maximum number of tracks supported depends on your server but should be more than 50'000. Also, when there are tens of thousands of tracks, switching the application views may take pretty long time. For the best performance on huge music collections, Firefox 57.0+ (aka "Quantum") is recommended. On the most recent Music app version, also up-to-date Chrome or Edge browser should perform sufficiently well. #### Translations diff --git a/appinfo/info.xml b/appinfo/info.xml index e28067844..58217f280 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,10 +7,10 @@ In the library view, you can play tracks by album or artist, create custom playlists, or shuffle play over your 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 a server compatible with Ampache and Subsonic clients. -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. +Limitations: The app can handle libraries of more than 50´000 tracks on modern desktop browsers, but the user experience is not optimized for such collections. Libraries significantly larger than this may fail to function altogether. The playback from Files works regardless of the collection size. AGPL Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design) - 0.11.1 + 0.12.0 multimedia 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