From f0a3b8d963f7539b80c7b7779201d6c81135ed2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pauli=20J=C3=A4rvinen?= Date: Tue, 6 Jun 2023 20:58:18 +0300 Subject: [PATCH] Release v1.8.4 --- CHANGELOG.md | 4 ++-- appinfo/info.xml | 2 +- build/package-lock.json | 4 ++-- build/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f64b49bf..b89ce3184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## [Unreleased] +## 1.8.4 - 2023-06-06 ### Added - Support for Nextcloud 27 (tested on RC3) -### Chnaged +### Changed - Allow UTF-8 encoding also on playlists with the extension .m3u (in addition to .m3u8) * The file is interpreted as ISO-8859-1 only if not valid UTF-8 or if so specified by the #EXTENC tag [#1047](https://github.com/owncloud/music/issues/1047) diff --git a/appinfo/info.xml b/appinfo/info.xml index 731e72933..609dc480d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,7 +19,7 @@ Pauli Järvinen (current author) Morris Jobke (original author) Jan-Christoph Borchardt (original design) - 1.8.3 + 1.8.4 multimedia https://user-images.githubusercontent.com/8565946/132128608-34dc576b-07b7-424c-ae81-a63b9128f3d7.png https://user-images.githubusercontent.com/8565946/132128615-554d117c-786f-4847-b110-cd4018b65186.png diff --git a/build/package-lock.json b/build/package-lock.json index 85f1a3866..13337a48f 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1,12 +1,12 @@ { "name": "music", - "version": "1.8.3", + "version": "1.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "music", - "version": "1.8.3", + "version": "1.8.4", "dependencies": { "angular": "^1.8.2", "angular-gettext": "^2.4.2", diff --git a/build/package.json b/build/package.json index 828f55d98..4ea898a5f 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": "1.8.3", + "version": "1.8.4", "private": true, "homepage": "https://github.com/owncloud/music", "repository": {