Skip to content

Commit da9c74e

Browse files
committed
Release v2.1.1
1 parent 4aee8fc commit da9c74e

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

CHANGELOG.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## [Unreleased]
1+
## 2.1.1 - 2025-01-03
22

3-
### Fixed
3+
### Hotfix
44
- Background cleanup job not working with PostgreSQL (since v2.1.0)
55
[#1191](https://github.com/owncloud/music/issues/1191)
66

7-
## 2.1.0 - 2025-01-02
8-
9-
### Added
7+
### Added in v2.1.0
108
- Dashboard widget for Nextcloud
119
[#1172](https://github.com/owncloud/music/pull/1172)
1210
- Ampache API:
@@ -15,7 +13,7 @@
1513
- Subsonic API:
1614
* OpenSubsonic extension [`apiKeyAuthentication`](https://opensubsonic.netlify.app/docs/extensions/apikeyauth/), including support for arg `apiKey` and the new method `tokenInfo`
1715

18-
### Changed
16+
### Changed in v2.1.0
1917
- Renamed config.php key `music.allowed_radio_src` as `music.allowed_stream_src`. Its default value is now an empty array `[]`.
2018
- Internet radio and podcast streams are now relayed via the user's cloud instance by default. To opt out, set the config.php keys `music.relay_radio_stream` and `music.relay_podcast_stream` as `false` and add required sources to `music.allowed_stream_src`.
2119
[#1035](https://github.com/owncloud/music/issues/1035)
@@ -42,7 +40,7 @@
4240
[#1182](https://github.com/owncloud/music/issues/1182)
4341
* Added field `path` to all song responses
4442

45-
### Fixed
43+
### Fixed in v2.1.0
4644
- Song progress shown incorrectly in the media session integration of Chrome when playing (exotic file types) with the fallback Aurora.js player
4745
- Track disappearing from playlists when moved to another folder within the library folder
4846
[#1173](https://github.com/owncloud/music/issues/1173)

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<author>Pauli Järvinen (current author)</author>
2121
<author>Morris Jobke (original author)</author>
2222
<author>Jan-Christoph Borchardt (original design)</author>
23-
<version>2.1.0</version>
23+
<version>2.1.1</version>
2424
<category>multimedia</category>
2525
<screenshot>https://user-images.githubusercontent.com/8565946/132128608-34dc576b-07b7-424c-ae81-a63b9128f3d7.png</screenshot>
2626
<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": "2.1.0",
4+
"version": "2.1.1",
55
"private": true,
66
"homepage": "https://github.com/owncloud/music",
77
"repository": {

0 commit comments

Comments
 (0)