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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments