File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
19
## [ 1.5.1] - 31-07-2020
8
20
### Fixed
9
21
- Fixed issue with Zeroconf (#246 )
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >xyz.gianlu.librespot</groupId >
7
7
<artifactId >librespot-java</artifactId >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
<relativePath >../</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >xyz.gianlu.librespot</groupId >
7
7
<artifactId >librespot-java</artifactId >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
<relativePath >../</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >xyz.gianlu.librespot</groupId >
7
7
<artifactId >librespot-java</artifactId >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
<relativePath >../</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<groupId >xyz.gianlu.librespot</groupId >
6
6
<artifactId >librespot-java</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
10
10
<name >librespot-java</name >
11
11
<description >Java port of librespot, the Open Source Spotify client library</description >
You can’t perform that action at this time.
0 commit comments