Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calne-ca committed Aug 23, 2024
1 parent e920d7a commit 7478042
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Java Client for the [Subsonic API](http://www.subsonic.org/pages/api.jsp).
<dependency>
<groupId>net.beardbot</groupId>
<artifactId>subsonic-client</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
```

Expand Down Expand Up @@ -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** |
Expand All @@ -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 | - |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.beardbot</groupId>
<artifactId>subsonic-client</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Java client for the Subsonic API</description>
Expand Down

0 comments on commit 7478042

Please sign in to comment.