Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Jul 21, 2018
1 parent dc86f24 commit 9cee49e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.8.0 2018-07-21
* track details pane (#656)
* show a confirmation dialog before deleting a playlist
* changed icons of "Repeat" and "Rename playlist" buttons
* cache the collection.json to file instead of DB, preventing problems with large collections on certain DB configurations (#588)
* cache collection.json also on the client-side (as discussed on #588)
* fix a layout issue in albums view which could cause empty "album slots" to show between albums (introduced in v0.7.0)
* fix unable to play tracks on some untypical proxy configurations (#650)
* fix a layout issue on album titles in the mobile view
* fix the controls bar being broken on NC13 with all versions of IE and other older browsers
* fix play icon not being shown on track which was collapsed when the playback started (regression from v0.5.6)
* fix a typo in the "reset library" confirmation dialog (#655)
* fix controls bar track info not being clickable on mobile landscape layout
* follow-up fix for the Firefox scrollbar issue (#631)

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)
Expand Down
8 changes: 5 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<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.7.0</version>
<version>0.8.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>
<screenshot>https://user-images.githubusercontent.com/8565946/43035387-3ef5d3de-8cf7-11e8-9bc0-837c7148e73a.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43035389-459cadf2-8cf7-11e8-91b7-8dde011ee33b.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43035391-4d6ce3da-8cf7-11e8-9907-9d4e04875932.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43035396-52b47984-8cf7-11e8-9f3e-f8708c78f11c.png</screenshot>
<website>https://github.com/owncloud/music</website>
<bugs>https://github.com/owncloud/music/issues</bugs>
<repository type="git">https://github.com/owncloud/music.git</repository>
Expand Down

0 comments on commit 9cee49e

Please sign in to comment.