diff --git a/CHANGELOG b/CHANGELOG index 846c14bd3..2859be60a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ -v1.0.0 2020-02-05 +v1.0.1 2021-02-13 + * fix playlist and radio exporting not working on Nextcloud versions after 13 (bug introduced in v1.0.0) (#822) + * fix a minor layout issue in the Internet radio "Getting started" text + * fix wrong tooltip sometimes being shown in the music player embedded to Files + * this version is not released in the ownCloud marketplace because it brings significant benefit only for the Nextcloud users + +v1.0.0 2021-02-05 * move to semantic version numbering * major version is incremented when the new version drops support for some ownCloud, Nextcloud, or PHP version * minor version is incremented when the new version has new features but no compatibility break occurs diff --git a/appinfo/info.xml b/appinfo/info.xml index df0913467..81084e164 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) - 1.0.0 + 1.0.1 multimedia https://user-images.githubusercontent.com/8565946/107080070-6b523780-67f9-11eb-8adc-314059b04c1d.png https://user-images.githubusercontent.com/8565946/107083303-17961d00-67fe-11eb-8b1c-5ad94b08a7bb.png diff --git a/build/package-lock.json b/build/package-lock.json index 18cdb68f8..e5237425f 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1,6 +1,6 @@ { "name": "music", - "version": "0.17.3", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/build/package.json b/build/package.json index 8b360e383..c1ce00379 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.3", + "version": "1.0.1", "private": true, "homepage": "https://github.com/owncloud/music", "repository": {