Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Jun 17, 2018
1 parent 3116d70 commit 8cb22b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* [Moritz Meißelbach](https://github.com/Biont): <[email protected]>
* [Ndurchx](https://github.com/ndurchx)
* [Nico Boehr](https://github.com/youknow0): <[email protected]>
* [Nuno Jesus](https://github.com/nunojesus)
* [Pellaeon Lin](https://github.com/pellaeon): <[email protected]>
* [Ralf Pietsch](https://github.com/AlZiBa)
* [RealRancor](https://github.com/RealRancor)
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v0.7.0 2018-06-17
* improved performance of the "All tracks" view, especially with large collections (#647)
* show the track and artist names extracted from metadata also when playing a public share (#616)
* remove tracks from the index on collection path change only when stricly necessary (#627)
* allow resetting the music index from the settings view (#302)
* fix the "Show all XX tracks"/"Show less" links on all versions of IE (regression from v0.5.6)
* add "About" section (along with the new logotype by @nunojesus) to the Settings view
* small UI fixes and tweaks
* use "nodebug" version of soundmanager2 lib also in Files and Share views
* prevent log warning spamming with PHP 7.2 (#642)
* support for ownCloud 10.1
* updated the getid3 library to version 1.9.15
* internal refactoring: enforced ownCloud coding standard 1.0.1 (#643) etc.

v0.6.1 2018-05-13
* fix not being able to play file types other than mp3 and flac (regression from 0.6.0)

Expand Down Expand Up @@ -36,7 +50,7 @@ v0.5.5 2017-12-10
v0.5.4 2017-11-10
* workaround for an authentication issue on Ampache Plugin for Rhythmbox (#590)
* improved the cover image handling in the files music player (#582)
* launch the files music player only for those audio files supported in the current browser (#582)
* launch the files music player only for those audio files supported in the current browser (#591)
* enable the localization of the app (many UI strings are still unlocalized, though) (#592)
* fix previously created playlists disappearing each time the app is loaded (regression introduced in v0.5.3)
* when creating collection.json, skip tracks with DB problems insted of failing the whole process (related to #588)
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<id>music</id>
<name>Music</name>
<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 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>
<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. 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.6.1</version>
<version>0.7.0</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 8cb22b4

Please sign in to comment.