Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Oct 12, 2019
1 parent afb15b3 commit bfbebf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.11.0 2019-10-12
* support for Subsonic API (#718)
* truncate variable length text fields before storing them to the database (#632, #716)
* add copy-to-clipboard buttons to the Settings view next to Ampache/Subsonic addresses and passwords
* fix the dark theme detection on Nextcloud 18

v0.10.1 2019-09-08
* 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
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<summary>Music player, library viewer, and server</summary>
<description>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, 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 an Ampache-compatible server.
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.</description>
<licence>AGPL</licence>
<author>Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design)</author>
<version>0.10.1</version>
<version>0.11.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 bfbebf3

Please sign in to comment.