|
1 |
| -## [Unreleased] |
| 1 | +## 1.11.0 - 2024-04-21 |
2 | 2 |
|
3 | 3 | ### Added
|
4 | 4 | - Advanced search view
|
5 | 5 | [#1141](https://github.com/owncloud/music/pull/1141)
|
6 | 6 | - Support for Nextcloud 29
|
7 | 7 | [#1132](https://github.com/owncloud/music/issues/1132)
|
8 |
| -- Ampache: |
| 8 | +- Ampache API: |
9 | 9 | * Option to change the session timeout with the `config.php` key `music.ampache_session_expiry_time`
|
10 | 10 | [#1134](https://github.com/owncloud/music/issues/1134)
|
11 | 11 | * 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` |
14 | 15 |
|
15 | 16 | ### Changed
|
16 |
| -- Ampache: |
17 |
| - * Advanced search rule `bitrate` supported for songs |
| 17 | +- Ampache API: |
18 | 18 | * 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))
|
19 | 19 | * Advanced search operators `sounds like` and `does not sound like` supported also on SQLite, and on PgSQL if module `fuzzystrmatch` is installed
|
20 | 20 | * Advanced search rules `album_genre` and `artist_genre` supported also on PgSQL
|
|
33 | 33 | [#1126](https://github.com/owncloud/music/issues/1126)
|
34 | 34 | - Music app page loading randomly failing on Chrome
|
35 | 35 | [#1137](https://github.com/owncloud/music/issues/1137)
|
36 |
| -- Ampache: |
| 36 | +- Ampache API: |
37 | 37 | * API not working on ownCloud 10.14.0 (HTTP error 500 on all Ampache API calls)
|
38 | 38 | [#1138](https://github.com/owncloud/music/issues/1138)
|
39 | 39 | * Advanced search rule `playlist_name` not being case insensitive like the other string rules
|
|
42 | 42 | * Advanced search numeric rules (e.g. `year`, `played_times`, `album_count`) not working properly on SQLite
|
43 | 43 | * Advanced search rules `album_count` and `song_count` never finding artists whose respective count is 0
|
44 | 44 | * Incorrect root node name on the actions `user_preference` and `user_preferences`
|
45 |
| -- Subsonic: |
| 45 | +- Subsonic API: |
46 | 46 | * Method `getAlbumInfo2` response having incorrect root element name
|
47 | 47 | [#1125](https://github.com/owncloud/music/pull/1125) @perillamint
|
48 | 48 | * On NC28+, every XML API call logged an error 'Undefined array key "" at /var/www/html/lib/private/AppFramework/Http.php#128'.
|
|
0 commit comments