Skip to content

Commit 7702de2

Browse files
committed
Release v1.9.1
1 parent beb565f commit 7702de2

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 1.9.0 - 2023-10-08
1+
## 1.9.1 - 2023-10-08
2+
3+
Version 1.9.0 had an app update problem on some versions of Nextcloud with SQLite.
4+
This version works around that issue but is othwerise identical with v1.9.0.
25

36
### Added
47
- Smart playlist feature, allowing list creation by user-supplied criteria
@@ -70,6 +73,12 @@
7073
[#1073](https://github.com/owncloud/music/issues/1073)
7174
- File and folder selection dialogs not working on NC 27.1.0 and 27.1.1 (workaround for a NC bug which should get fixed in NC 27.1.2)
7275
[#1091](https://github.com/owncloud/music/issues/1091)
76+
- Application update not working on some versions of Nextcloud with SQLite (introduced in v1.9.0)
77+
78+
## 1.9.0 - 2023-10-08
79+
80+
This version had an app update problem on some versions of Nextcloud with SQLite, and was quickly replaced by v1.9.1.
81+
For ownCloud, this version is still fine.
7382

7483
## 1.8.4 - 2023-06-06
7584
### Added

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.9.0</version>
22+
<version>1.9.1</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>

package-lock.json

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

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.9.0",
4+
"version": "1.9.1",
55
"private": true,
66
"homepage": "https://github.com/owncloud/music",
77
"repository": {

0 commit comments

Comments
 (0)