Skip to content

Commit 3145c02

Browse files
committed
Release v1.9.0
1 parent 55de628 commit 3145c02

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## 1.9.0 - 2023-10-08
22

33
### Added
44
- Smart playlist feature, allowing list creation by user-supplied criteria
@@ -7,7 +7,7 @@
77
- Dragging tracks/albums/etc on the "+ New Playlist" item creates a new playlist containing those items
88
- Files playlist tab: Tooltip showing the file path or stream URL
99
- 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`
1111
* Empty implementation for the method `getNowPlaying`
1212
[#1079](https://github.com/owncloud/music/pull/1079) @NattyNarwhal
1313
- Ampache API:
@@ -25,10 +25,10 @@
2525
* Support for the type `album_artist` in the method `get_indexes`
2626
* Support for the parameter `album_artist` in the method `artists`
2727
* 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`
2929
* Support for the type `playlist` in the method `flag`
3030
* 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`
3232
* Support for the parameter `include` in the methods `album`, `albums`, `artist`, and `artists`
3333
* Fields `time`, `albumcount`, `songcount`, `prefix`, and `basename` to the `artist` type results
3434
* Fields `time`, `diskcount`, `songcount`, `prefix`, and `basename` to the `album` type results
@@ -50,7 +50,7 @@
5050
- this may be overridden using the config.php key `music.ampache_api_default_ver`
5151
* The URLs returned in the `art` tag of the entities are now cache-friendly, i.e. don't depend on the session
5252
* 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
5454
- 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.
5555
* As a side-effect, any UI settings (like volume, view modes) from the previous version get discarded upon the SW update
5656
* Also, volume settings in the Share and Files embedded players are now distinct from the volume in the main app
@@ -73,7 +73,7 @@
7373

7474
## 1.8.4 - 2023-06-06
7575
### Added
76-
- Support for Nextcloud 27 (tested on RC3)
76+
- Support for Nextcloud 27
7777

7878
### Changed
7979
- Allow UTF-8 encoding also on playlists with the extension .m3u (in addition to .m3u8)

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

0 commit comments

Comments
 (0)