From 47b672b10fa5b2b6ba03a9bb4d04f2b10c81fe0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pauli=20J=C3=A4rvinen?= Date: Wed, 4 Nov 2020 22:26:32 +0200 Subject: [PATCH] Release v0.17.2 --- CHANGELOG | 12 ++++++++++++ appinfo/info.xml | 2 +- build/package-lock.json | 2 +- build/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 699ab1f1e..6bc01347e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 14593a139..1d008213f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ Limitations: The app can handle libraries of more than 50´000 tracks on modern Pauli Järvinen (current author) Morris Jobke (original author) Jan-Christoph Borchardt (original design) - 0.17.1 + 0.17.2 multimedia https://user-images.githubusercontent.com/8565946/87253623-7c1a1500-c485-11ea-98b4-625dc55868ac.png https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png diff --git a/build/package-lock.json b/build/package-lock.json index 54e47604d..38f78d8dc 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1,6 +1,6 @@ { "name": "music", - "version": "0.17.1", + "version": "0.17.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/build/package.json b/build/package.json index 3ecc95830..a78f1ed9e 100644 --- a/build/package.json +++ b/build/package.json @@ -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": {