File tree Expand file tree Collapse file tree 9 files changed +21
-8
lines changed Expand file tree Collapse file tree 9 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.6.1] - 18-07-2021
9
+ ### Added
10
+ - Added ` /discovery/list ` API endpoint (#352 )
11
+ - Added environment variables to shell event hooks (#368 )
12
+ - Added ` shell.executeWithBash ` configuration option (#368 )
13
+
14
+ ### Changed
15
+ - Space volume events 500ms apart (#369 )
16
+
17
+ ### Fixed
18
+ - Removed redundant pfls message (#361 )
19
+ - Refresh AP pool before reconnecting (591fb92db5931d611779ab83f9747f4decaea3f7)
20
+
8
21
## [ 1.6.0] - 09-05-2021
9
22
### Added
10
23
- Added extended metadata API (#311 )
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<groupId >xyz.gianlu.librespot</groupId >
22
22
<artifactId >librespot-java</artifactId >
23
23
<packaging >pom</packaging >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
26
26
<name >librespot-java</name >
27
27
<description >Java port of librespot, the Open Source Spotify client library</description >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >xyz.gianlu.librespot</groupId >
23
23
<artifactId >librespot-java</artifactId >
24
- <version >1.6.1-SNAPSHOT </version >
24
+ <version >1.6.1</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
You can’t perform that action at this time.
0 commit comments