Skip to content

Commit

Permalink
Release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Apr 21, 2024
1 parent 9149e19 commit 0b12f80
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## [Unreleased]
## 1.11.0 - 2024-04-21

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

### Changed
- Ampache:
* Advanced search rule `bitrate` supported for songs
- Ampache API:
* 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))
* Advanced search operators `sounds like` and `does not sound like` supported also on SQLite, and on PgSQL if module `fuzzystrmatch` is installed
* Advanced search rules `album_genre` and `artist_genre` supported also on PgSQL
Expand All @@ -33,7 +33,7 @@
[#1126](https://github.com/owncloud/music/issues/1126)
- Music app page loading randomly failing on Chrome
[#1137](https://github.com/owncloud/music/issues/1137)
- Ampache:
- Ampache API:
* API not working on ownCloud 10.14.0 (HTTP error 500 on all Ampache API calls)
[#1138](https://github.com/owncloud/music/issues/1138)
* Advanced search rule `playlist_name` not being case insensitive like the other string rules
Expand All @@ -42,7 +42,7 @@
* Advanced search numeric rules (e.g. `year`, `played_times`, `album_count`) not working properly on SQLite
* Advanced search rules `album_count` and `song_count` never finding artists whose respective count is 0
* Incorrect root node name on the actions `user_preference` and `user_preferences`
- Subsonic:
- Subsonic API:
* Method `getAlbumInfo2` response having incorrect root element name
[#1125](https://github.com/owncloud/music/pull/1125) @perillamint
* On NC28+, every XML API call logged an error 'Undefined array key "" at /var/www/html/lib/private/AppFramework/Http.php#128'.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<author>Pauli Järvinen (current author)</author>
<author>Morris Jobke (original author)</author>
<author>Jan-Christoph Borchardt (original design)</author>
<version>1.10.0</version>
<version>1.11.0</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/132128608-34dc576b-07b7-424c-ae81-a63b9128f3d7.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/132128615-554d117c-786f-4847-b110-cd4018b65186.png</screenshot>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "music",
"description": "Music player and server for ownCloud and Nextcloud",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"homepage": "https://github.com/owncloud/music",
"repository": {
Expand Down

0 comments on commit 0b12f80

Please sign in to comment.