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.
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.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
+
7
21
## [ 1.2.1] - 17-01-2020
8
22
### Added
9
23
- Added search and tokens endpoints (ba8b2fb46352b7b92e8f785efa42a5f58459397b)
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.2.1 </version >
8
+ <version >1.2.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.2.1 </version >
8
+ <version >1.2.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.2.1 </version >
8
+ <version >1.2.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.2.1 </version >
8
+ <version >1.2.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