Skip to content

Commit ea882ac

Browse files
committed
Release 1.3.0
1 parent 5d42166 commit ea882ac

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ 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.0] - 17-03-2020
8+
### Added
9+
- Added `volumeChanged` event (ab76d70ccfcf79053a5ca097783611b55d90fa81)
10+
- Added support for Shairport-like metadata (#174, #177, #182, #183, #186)
11+
- Added endpoint to retrieve canvases (ba10370e04f97b11ed30a7f40fb0f0d91eb66d48)
12+
- Added feature to store credentials after first log in (f07b00ae23735f09804112f72a86c5c7b0b8ce36)
13+
- Added API endpoint to request metadata without type (#149)
14+
- Make device ID configurable (#178)
15+
16+
### Changed
17+
- **!!** Improved playback performance (befe207a21c1cea1ffe4d641bf80394f075bed51)
18+
- **!!** Rewritten cache system to improve performance (#179, #184)
19+
- Log big protobuf messages only if log level is `TRACE` (38975e77a3a7b3d0745a60a66aefb89c17d9865e)
20+
- Improved closing operations (6b6333eaea274b952a4a81120c41112104329157, #176)
21+
- Improved seeking by clearing buffers (7c7a34f6cfc2e783f96e060c5cd386a0f7833d02)
22+
23+
### Fixed
24+
- Avoid deadlock when shutting down (6659bfe0417a803f8602f7801e4f11476e56d1c4)
25+
- Fixed issue when starting (373583e159d938475e274780a260e60efa0d65b4)
26+
- Fixed issue with transforming (7876c10ac276cf3bb395f5b94107e942c23cb208)
27+
- Fixed deadlock when seeking with playback paused (#175)
28+
- Fixed playback not starting when selecting new context (2577329dacb238f430cbd1ff19fbfc65330a9d23)
29+
30+
731
## [1.2.2] - 03-02-2020
832
### Added
933
- Added HTTP and SOCKS proxy support with authentication (#172)

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.0-SNAPSHOT</version>
8+
<version>1.3.0</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.0-SNAPSHOT</version>
8+
<version>1.3.0</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.0-SNAPSHOT</version>
8+
<version>1.3.0</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.0-SNAPSHOT</version>
8+
<version>1.3.0</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)