Releases: owncloud/music
Releases · owncloud/music
v0.5.2
- possibility to start playing a playlist without opening the respective view
- clicking the playing track again now pauses the playback
- fix current view not being highlighted correctly on the sidebar menu on Nextcloud
- fix overly long track names sometimes not being shown correctly in the player bar
- properly react to moving/renaming audio or cover image file (#417)
- show Music app icon in the personal settings on Nextcloud
- other small UI tweaks
v0.5.1
v0.5.0
v0.4.4
- fixed scanning breaking if file metadata contains invalid UTF-8 characters (#576)
- updated aurora.js and its plugins to latest versions; this fixes some (but not all) playback problems on Chromium
- update database automatically when audio file uploaded to a publicly shared folder
- Ampache and Shiva APIs: return album tracks sorted by track number
- Shiva API: track now has field 'ordinal' instead of 'number' to follow the API specification (#453)
- the release package in github is now unsigned (v0.4.3 was signed with ownCloud certificate); ownCloud marketplace and Nextcloud app store will have packages signed with the respective certificates (#574)
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- support for playlists (#555)
- improved performance and scalability (#564)
- prevent database corruption on simultaneous updates (#322, #480)
- fixed handling of local shares and improved the performance of the related hooks (#566)
- made the album and artist grouping case insensitive (#316)
- support for new file formats (when browser support available): WAV, M4A, M4B
- seeking supported also for FLAC files (when browser support available)
- fixed parsing of album artist tag from FLAC files
- fixed some charset issues by updating getid3 library to version 1.9.14 (#410)
- allowed one album to cover several release years (#279, #307)
- support ISO-formatted date tags (#430)
- improved the heuristics of deducing track number and name from file name when not given in tags
- refresh the UI automatically when the scanning process is done
- show the currently playing track in the window title
- lot of internal refactoring and small UI fixes and tweaks
v0.3.13
NOTE: Resetting and rebuilding the music database is recommended after updating from older version to this version.
- refactored scanner.php
- improved album art extraction performance
- improved metadata extraction (use custom patched getID3, having track and album artist as fallback for each other)
- improved behaviour of scroll links
- fixed bug in AlbumMapper.findAlbumCover
- fixed album deletion
- fixed layout (new music availability, scanning, overlapping scrollbar, autoscrolling to album, album-art resizing on window resize, mobile style fixes, viewBox to app icon)
- fixed inclusion of getID3 when required #551 - thanks @apotek
- fixed usage of deprecated APIs
- fixed playback order when playing album
- fixed disc number extraction
- fixed UI glitches #522
- improved metadata display (view track artist if different from album artist)
- add support for HTTP Range requests allowing Ampache API clients to seek files #528
- improved playback by preffering SoundManager2 and falling back to Aurora.js if the former is not available
- fixed seeking during playback
- fixed file delete hook
- fixed volume control and improved its layout
- dropped support for ownCloud <= 8.0
Many thanks to the contributors for this release:
v0.3.12
- provide bitrate and mime information in the Ampache API's song endpoint
- expose Ampache token generation API
- fixed Konrad Mosoń's profile url
- add new design for empty content
- add support for disc numbers
- add support for albumartist tag
- improved album art extraction
- fixed blank page on asset.pipeline enable
- frontend optimizations