Skip to content

Commit f0a3b8d

Browse files
committed
Release v1.8.4
1 parent 7799ebf commit f0a3b8d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## [Unreleased]
1+
## 1.8.4 - 2023-06-06
22
### Added
33
- Support for Nextcloud 27 (tested on RC3)
44

5-
### Chnaged
5+
### Changed
66
- Allow UTF-8 encoding also on playlists with the extension .m3u (in addition to .m3u8)
77
* The file is interpreted as ISO-8859-1 only if not valid UTF-8 or if so specified by the #EXTENC tag
88
[#1047](https://github.com/owncloud/music/issues/1047)

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<author>Pauli Järvinen (current author)</author>
2020
<author>Morris Jobke (original author)</author>
2121
<author>Jan-Christoph Borchardt (original design)</author>
22-
<version>1.8.3</version>
22+
<version>1.8.4</version>
2323
<category>multimedia</category>
2424
<screenshot>https://user-images.githubusercontent.com/8565946/132128608-34dc576b-07b7-424c-ae81-a63b9128f3d7.png</screenshot>
2525
<screenshot>https://user-images.githubusercontent.com/8565946/132128615-554d117c-786f-4847-b110-cd4018b65186.png</screenshot>

build/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "music",
33
"description": "Music player and server for ownCloud and Nextcloud",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"private": true,
66
"homepage": "https://github.com/owncloud/music",
77
"repository": {

0 commit comments

Comments
 (0)