Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Feb 16, 2020
1 parent b920fb4 commit e10dda2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.13.0 2020-02-16
* 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 key `music.cover_size`
* Subsonic: respect the `size` attribute given to method `getCoverArt`
* 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 occuring on NC16+

v0.12.1 2019-12-31
* fix broken scrolling in Albums and Folders views on Nextcloud 14+ (#733)

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the library view, you can play tracks by album or artist, create custom playl
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.</description>
<licence>AGPL</licence>
<author>Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design)</author>
<version>0.12.1</version>
<version>0.13.0</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/43827475-94d34d7c-9b02-11e8-8bf9-9f3d91aa5dab.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png</screenshot>
Expand Down

0 comments on commit e10dda2

Please sign in to comment.