From 74780420e3879c72016780c0cc8353b3106eeb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joscha=20D=C3=BCringer?= Date: Fri, 23 Aug 2024 20:35:35 +0200 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 16 ++++++++-------- pom.xml | 2 +- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df5d66..8377694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.5.0] - 2024-08-23 + +### Added + +- New API implementations: + - Lists + - getAlbumList + - getAlbumList2 + - Annotation + - setRating + - Browsing + - getAlbumInfo + - getAlbumInfo2 + - getArtistInfo + - getArtistInfo2 + ## [0.4.0] - 2024-07-27 ### Added diff --git a/README.md b/README.md index 7488f0d..56e3ed8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Java Client for the [Subsonic API](http://www.subsonic.org/pages/api.jsp). net.beardbot subsonic-client - 0.4.0 + 0.5.0 ``` @@ -39,15 +39,15 @@ For example airsonic does not support any chat operations while subsonic does. | | **getSong** | **0.1.0** | | | getVideos | - | | | getVideoInfo | - | -| | getArtistInfo | - | -| | getArtistInfo2 | - | -| | getAlbumInfo | - | -| | getAlbumInfo2 | - | +| | **getArtistInfo** | **0.5.0** | +| | **getArtistInfo2** | **0.5.0** | +| | **getAlbumInfo** | **0.5.0** | +| | **getAlbumInfo2** | **0.5.0** | | | getSimilarSongs | - | | | getSimilarSongs2 | - | | | getTopSongs | - | -| Album/song lists | getAlbumList | - | -| | getAlbumList2 | - | +| Album/song lists | **getAlbumList** | **0.5.0** | +| | **getAlbumList2** | **0.5.0** | | | getRandomSongs | - | | | getSongsByGenre | - | | | **getNowPlaying** | **0.1.0** | @@ -70,7 +70,7 @@ For example airsonic does not support any chat operations while subsonic does. | | **getAvatar** | **0.1.0** | | Media annotation | **star** | **0.4.0** | | | **unstar** | **0.4.0** | -| | setRating | - | +| | **setRating** | **0.5.0** | | | **scrobble** | **0.1.0** | | Sharing | getShares | - | | | createShare | - | diff --git a/pom.xml b/pom.xml index f9bfdd8..4421647 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.beardbot subsonic-client - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT ${project.groupId}:${project.artifactId} Java client for the Subsonic API