Skip to content

Commit

Permalink
Release v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Feb 17, 2018
1 parent 10f23a5 commit cfcefca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* [Gaurav Narula](https://github.com/gnarula): <[email protected]>
* [Gigen Chang](https://github.com/gigenchang): <[email protected]>
* [Glandos](https://github.com/Glandos)
* [Gregory Baudet](https://github.com/greku): <[email protected]>
* [Jbtbnl](https://github.com/jbtbnl)
* [Jonathan Kawohl](https://github.com/Kawohl)
* [Jérôme Pouiller](https://github.com/jerome-pouiller)
Expand All @@ -34,6 +35,7 @@
* [Konrad Mosoń](https://github.com/morsik): <[email protected]>
* [Leizh](https://github.com/eizh): <[email protected]>
* [Lukas Reschke](https://github.com/LukasReschke)
* [Moritz Meißelbach](https://github.com/Biont): <[email protected]>
* [Ndurchx](https://github.com/ndurchx)
* [Nico Boehr](https://github.com/youknow0): <[email protected]>
* [Pellaeon Lin](https://github.com/pellaeon): <[email protected]>
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.5.6 2018-02-17
* front-end optimizations (#614, #615 by @Biont)
* optimize number of DB queries when building collection.json (may help on #601)
* check validity of the passed user names in the occ command line tool (#602)
* support for `--group` option in all occ commands (#613 by @greku)
* remote playlist support on the Ampache API (#611)
* support for actions `artist` and `album` on the Ampache API (used at least by Power Ampache)
* support for Nextcloud 14
* fix controls pane layout on Nextcloud 13 and 14 (#617)

v0.5.5 2017-12-10
* fix Content Security Policy error being printed to browser console when starting playback on Chrome (#498)
* fix playing files which have '%' character followed by two digits in their name by using URL encoding (#299)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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 or create custom playlists. Includes an Ampache-compatible server. NOTE: ownCloud version 9.1.0 or newer is recommended. On older cloud versions, you need to manually erase the music database before updating from version &lt;= 0.3.16.</description>
<licence>AGPL</licence>
<author>Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design)</author>
<version>0.5.5</version>
<version>0.5.6</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/28543434-6eb12de0-70c8-11e7-966e-65f4c3a90531.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/30036348-2a173c38-91bb-11e7-89fb-39cab9180081.png</screenshot>
Expand Down

0 comments on commit cfcefca

Please sign in to comment.