|
1 |
| -## [Unreleased] |
| 1 | +## 1.9.0 - 2023-10-08 |
2 | 2 |
|
3 | 3 | ### Added
|
4 | 4 | - Smart playlist feature, allowing list creation by user-supplied criteria
|
|
7 | 7 | - Dragging tracks/albums/etc on the "+ New Playlist" item creates a new playlist containing those items
|
8 | 8 | - Files playlist tab: Tooltip showing the file path or stream URL
|
9 | 9 | - Subsonic API:
|
10 |
| - * Rating support: method `setRating`, rating properties in all applicable result entities, type `highest` to method `getAlbumList` |
| 10 | + * Rating support: method `setRating`, rating properties in all applicable result entities, type `highest` to the method `getAlbumList` |
11 | 11 | * Empty implementation for the method `getNowPlaying`
|
12 | 12 | [#1079](https://github.com/owncloud/music/pull/1079) @NattyNarwhal
|
13 | 13 | - Ampache API:
|
|
25 | 25 | * Support for the type `album_artist` in the method `get_indexes`
|
26 | 26 | * Support for the parameter `album_artist` in the method `artists`
|
27 | 27 | * Support for the type `playlist` in the method `stats`
|
28 |
| - * Support for the type `playlist` in the methods `downlaod` and `stream` |
| 28 | + * Support for the type `playlist` in the methods `download` and `stream` |
29 | 29 | * Support for the type `playlist` in the method `flag`
|
30 | 30 | * Support for the parameter `top50` in the method `artist_songs`
|
31 |
| - * Supoort for the filter `highest` in the method `stats` |
| 31 | + * Support for the filter `highest` in the method `stats` |
32 | 32 | * Support for the parameter `include` in the methods `album`, `albums`, `artist`, and `artists`
|
33 | 33 | * Fields `time`, `albumcount`, `songcount`, `prefix`, and `basename` to the `artist` type results
|
34 | 34 | * Fields `time`, `diskcount`, `songcount`, `prefix`, and `basename` to the `album` type results
|
|
50 | 50 | - this may be overridden using the config.php key `music.ampache_api_default_ver`
|
51 | 51 | * The URLs returned in the `art` tag of the entities are now cache-friendly, i.e. don't depend on the session
|
52 | 52 | * Terminate all related sessions immediately when API key deleted; previously, this happened upon session timeout
|
53 |
| - * Fields `rating` and `preciserating` now show the user-given rating instead of constant 0 on all applicabale result objects |
| 53 | + * Fields `rating` and `preciserating` now show the user-given rating instead of constant 0 on all applicable result objects |
54 | 54 | - Own UI settings storage for each OC/NC instance running on the same server (same HTTP origin). Previously, all instances of the origin shared the settings.
|
55 | 55 | * As a side-effect, any UI settings (like volume, view modes) from the previous version get discarded upon the SW update
|
56 | 56 | * Also, volume settings in the Share and Files embedded players are now distinct from the volume in the main app
|
|
73 | 73 |
|
74 | 74 | ## 1.8.4 - 2023-06-06
|
75 | 75 | ### Added
|
76 |
| -- Support for Nextcloud 27 (tested on RC3) |
| 76 | +- Support for Nextcloud 27 |
77 | 77 |
|
78 | 78 | ### Changed
|
79 | 79 | - Allow UTF-8 encoding also on playlists with the extension .m3u (in addition to .m3u8)
|
|
0 commit comments