Skip to content

Commit 0b12f80

Browse files
committed
Release v1.11.0
1 parent 9149e19 commit 0b12f80

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
## [Unreleased]
1+
## 1.11.0 - 2024-04-21
22

33
### Added
44
- Advanced search view
55
[#1141](https://github.com/owncloud/music/pull/1141)
66
- Support for Nextcloud 29
77
[#1132](https://github.com/owncloud/music/issues/1132)
8-
- Ampache:
8+
- Ampache API:
99
* Option to change the session timeout with the `config.php` key `music.ampache_session_expiry_time`
1010
[#1134](https://github.com/owncloud/music/issues/1134)
1111
* Support for the actions `search`, `user`, `user_playlists`, `user_smartlists`, `playlist_add`, `index`, `scrobble`
12-
- Subsonic:
13-
* Support method `getOpenSubsonicExtensions`
12+
* Support for the advanced search rule `bitrate` on songs
13+
- Subsonic API:
14+
* Support for the method `getOpenSubsonicExtensions`
1415

1516
### Changed
16-
- Ampache:
17-
* Advanced search rule `bitrate` supported for songs
17+
- Ampache API:
1818
* Advanced search operators `matches regex` and `does not match regex` supported also on SQLite (this is important to properly support [Ample](https://github.com/mitchray/ample))
1919
* Advanced search operators `sounds like` and `does not sound like` supported also on SQLite, and on PgSQL if module `fuzzystrmatch` is installed
2020
* Advanced search rules `album_genre` and `artist_genre` supported also on PgSQL
@@ -33,7 +33,7 @@
3333
[#1126](https://github.com/owncloud/music/issues/1126)
3434
- Music app page loading randomly failing on Chrome
3535
[#1137](https://github.com/owncloud/music/issues/1137)
36-
- Ampache:
36+
- Ampache API:
3737
* API not working on ownCloud 10.14.0 (HTTP error 500 on all Ampache API calls)
3838
[#1138](https://github.com/owncloud/music/issues/1138)
3939
* Advanced search rule `playlist_name` not being case insensitive like the other string rules
@@ -42,7 +42,7 @@
4242
* Advanced search numeric rules (e.g. `year`, `played_times`, `album_count`) not working properly on SQLite
4343
* Advanced search rules `album_count` and `song_count` never finding artists whose respective count is 0
4444
* Incorrect root node name on the actions `user_preference` and `user_preferences`
45-
- Subsonic:
45+
- Subsonic API:
4646
* Method `getAlbumInfo2` response having incorrect root element name
4747
[#1125](https://github.com/owncloud/music/pull/1125) @perillamint
4848
* On NC28+, every XML API call logged an error 'Undefined array key "" at /var/www/html/lib/private/AppFramework/Http.php#128'.

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

0 commit comments

Comments
 (0)