Releases: owncloud/music
Releases · owncloud/music
v0.13.0
- searching/filtering by title/album/artist/year/folder/path (#662, #367)
- the query may freely combine details from tracks and their parent entities (album/artist/folder)
- searching by album name and year works only in the Albums view
- searching by folder name/path works only in the Folders view
- quotation may be used to treat multiple words as a single entity instead of as separate substrings
- searching by title/album/artist works also within the Files app, but this is much more limited than within the Music app
- improved performance/scalability for huge music collections also in the "All tracks" view
- improved quality of cover images in the Albums view and in the Ampache/Subsonic APIs (#734)
- default size for the images is now 380px, but this can be altered with
config.php
using the keymusic.cover_size
- default size for the images is now 380px, but this can be altered with
- Subsonic: respect the
size
attribute given to methodgetCoverArt
- support for PHP 7.4 (#738)
- support for Nextcloud 19
- updated getID3 to version 1.9.19 (minus one commit which caused us problems)
- fixed scan state being shown incorrectly after resetting the music collection
- fixed a background color problem on NC18 with dark theme (#739)
- fixed a null-reference problem on the
postWrite
file hook occurring on NC16+
v0.12.1
v0.12.0
- 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 source packages no longer contains the bundled .js and .css files which are needed for execution
- the delivery package music.zip contains all the files needed for execution but no source .js and .css files
v0.11.1
- 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)
- prevent navigating to folders outside the user music path (#725)
- fix notice "Only variables should be passed by reference" being logged
- fix malformed contents breaking the XML responses
- fix warning about placeholder.js being logged on NC17+ (#721)
- fix warning about array_walk callback syntax being logged on NC17+ (#726)
- internal refactoring
v0.11.0
v0.10.1
- fix warnings being logged on PHP7.2+ when fetching albums via Ampache API (#714)
- provide string "Unknown artist/album" in Ampache API for nameless entities
- allow album name to span multiple rows in the "tablet" layout
- lazy-load getID3 library to avoid interfering with AudioPlayer occ scan (#715)
- update the getID3 library to version 1.9.17
- declare support for Nextcloud 18
v0.10.0
- simple Folders view (#651)
- fix unable to load collection.json if there's any albums with invalid album_artist_id; remove these corrupt albums on background cleanup task (#710)
- fix "jump to previous" not always working while track was loading (caused as side effect of #691)
- declare support for Nextcloud 17
v0.9.5
- comprehensive support for the Nextcloud dark theme
- locale-dependent ordering for artists/albums/tracks with accented alphabets (#695)
- add link '#' to the alphabet navigation for names starting with numerals (#697 by @greku)
- add link '…' to the alphabet navigation for names starting with characters sorted after Z
- improvements for alphabet navigation on short screens (like landscape mobile phone) (#699 by @greku)
- fix unable to show details if the file tags contain any invalid utf-8 characters (#694 by @greku)
- double action for the "previous" button: first click jumps to the beginning of the current track and second click to the previous track (#691)
v0.9.4
v0.9.3
- replace deprecated call
getScrollbarWidth()
withOC.Util.getScrollbarWidth()
(#667) - update the getID3 library to version 1.9.16
- fix a bug on music library path changing when the previous library root is no longer present
- slightly tweak the width threshold between the "desktop" and "tablet" layouts
- declare support for Nextcloud 16
- declare support for ownCloud 10 (i.e. all 10.x versions instead of the former 10.1; oC is moving to semantic versioning)