Skip to content

Commit 97a6ad7

Browse files
committed
Release 1.3.1
1 parent c03316a commit 97a6ad7

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.1] - 26-04-2020
8+
### Added
9+
- Added explicit content filter (#200)
10+
- Added support for GZip requests (8fc4ae99954dcc6982462a860cf643b8373cc425)
11+
- Compress all outgoing HTTP requests (e74e43c2919228dbb0db93b18035f00d4c2e2f2b)
12+
- Support moving tracks inside playlist (#203)
13+
- Added `player.volumeSteps` to configuration (#214)
14+
15+
### Changed
16+
- Allow any origin for API (#188)
17+
- Default pregain value is now 3dB (#199)
18+
- Changed image download endpoint (8f232bcaab2ea671c8f0c45ecdb03dd0eeae1bb5)
19+
- Handle PUT state requests asynchronously (#197)
20+
- Include milliseconds in logs (#205)
21+
- Fixed general issues in Websocket client (3039da7bbd4377c1c7816872b22f2d38653db6bc)
22+
- Report active user for Zeroconf correctly (#210)
23+
- Fixed issue with not being able to reconnect with Zeroconf (#210)
24+
- Refactored loopers and queues (#206, #212)
25+
26+
### Fixed
27+
- Resend Shairport metadata when resuming (#195)
28+
- Fixed NPE when reconnecting (f5071197785053dea641e75bdf7f1ca5005bae79)
29+
- Fixed device disappearing due to concurrent reconnection (a3edb34a504d668c57ef28b58541768017d052c2)
30+
- Fixed cache not working after replaying the same track 8 times (#201)
31+
- Fixed issue with time synchronization PING (#202)
32+
- Close all threads properly when shutting down (#209)
33+
34+
735
## [1.3.0] - 17-03-2020
836
### Added
937
- Added `volumeChanged` event (ab76d70ccfcf79053a5ca097783611b55d90fa81)

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>

0 commit comments

Comments
 (0)