Skip to content

Commit 9098bbd

Browse files
committed
Release 1.5.2
1 parent ad1259f commit 9098bbd

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.2] - 17-11-2020
8+
### Added
9+
- Added `Player#waitReady()` method (d3149d3843e066986524e14369c5871c22629810)
10+
- Added pass through endpoints for official Spotify API (#255)
11+
- Store and check hash of first chunk of cache data (9ab9f43a91ebbce0e9a3a3c6f3c55a714c756525)
12+
13+
### Fixed
14+
- Fixed `UnsupportedOperationException` when starting playback (#251)
15+
- Close cache files correctly (e953129ed5f0dc4e9931660bd216267557d6010a, #253)
16+
- Fixed starting playback from API (#254)
17+
18+
719
## [1.5.1] - 31-07-2020
820
### Fixed
921
- Fixed issue with Zeroconf (#246)

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

player/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>

0 commit comments

Comments
 (0)