Skip to content

Commit

Permalink
Release v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Nov 4, 2020
1 parent a5d2b56 commit 47b672b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.17.2 2020-11-04
* UI tweaks:
* add icons to the navigation pane (#794)
* use more appropriate icons for the "skip next" and "skip previous" buttons
* highlight the settings view 'Remove' and 'Select folder' buttons on hover
* mobile layout: do not auto-close the navigation pane when playlist "Rename" selected
* removed the play icon from the browser window title (previously shown while playing)
* prevent log file exploding in size on some systems if the DB content is in inconsistent state (#793)
* fix the github "Source code (zip/tar.gz)" files to properly include also the .js/.css sources (this has been broken since v0.12.0)
* attach a hash to the webpack .js and .css bundle names, ensuring they will get reloaded after the update (without user needing to make forced reload on the browser)
* update AngularJS to version 1.8.2

v0.17.1 2020-10-20
* fix web UI not loading on ownCloud when installed from the release package (#792)
* the issue above does not affect Nextcloud, and there's no reason to publish this version in the Nextcloud app store
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Limitations: The app can handle libraries of more than 50´000 tracks on modern
<author>Pauli Järvinen (current author)</author>
<author>Morris Jobke (original author)</author>
<author>Jan-Christoph Borchardt (original design)</author>
<version>0.17.1</version>
<version>0.17.2</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/87253623-7c1a1500-c485-11ea-98b4-625dc55868ac.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png</screenshot>
Expand Down
2 changes: 1 addition & 1 deletion build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "music",
"description": "Music player and server for ownCloud and Nextcloud",
"version": "0.17.1",
"version": "0.17.2",
"private": true,
"homepage": "https://github.com/owncloud/music",
"repository": {
Expand Down

0 comments on commit 47b672b

Please sign in to comment.