File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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.2.2] - 03-02-2020
8+ ### Added
9+ - Added HTTP and SOCKS proxy support with authentication (#172 )
10+ - Added ` logLevel ` option (#171 )
11+ - Added support for requesting token with multiple scopes (8c637169df1ca699abfc42ee49e9c67a11c86cb8)
12+ - Added ` connectionDropped ` and ` connectionEstablished ` events (#172 , 9c9842a743d30a16a95992f69595b1bd439a1d71)
13+
14+ ### Fixed
15+ - Fixed deadlock when track loading fails (c014f947eac1cdc66a1b365573ca815204cd678a)
16+
17+ ## Changed
18+ - Changed response codes for API requests (#172 , 9c9842a743d30a16a95992f69595b1bd439a1d71)
19+
20+
721## [ 1.2.1] - 17-01-2020
822### Added
923- Added search and tokens endpoints (ba8b2fb46352b7b92e8f785efa42a5f58459397b)
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.2.1 </version >
8+ <version >1.2.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.2.1 </version >
8+ <version >1.2.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.2.1 </version >
8+ <version >1.2.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.2.1 </version >
8+ <version >1.2.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