Skip to content

Commit c954b30

Browse files
committed
Release 1.5.4
1 parent 8354966 commit c954b30

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

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

8+
## [1.5.4] - 11-01-2021
9+
### Fixed
10+
- Fixed playback not starting (#281, #289, 0e85e1a52a1082dc1c63d79c432107bdeb9ed5b6)
11+
- Fixed instance stuck after failing to load autoplay (#284)
12+
- Do not report a null session to session listeners (#291)
13+
14+
### Changed
15+
- Removed redundant calls to getInstance (#292)
16+
17+
818
## [1.5.3] - 28-12-2020
919
### Added
1020
- Dispatch session closing when using Zeroconf (5b53af7aa5c23a5ed5153e68c5b022aee63ca3e6)
@@ -22,6 +32,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2232
- Fixed playback not starting (#277, 26818c619e2fa6f0d4da9f4e96a8e913ccc0468d, abde6b64d68d49e637343560514efc2dca895815,
2333
a79e78a716df74e582504b5d69df455404cef356)
2434

35+
2536
## [1.5.2] - 17-11-2020
2637
### Added
2738
- Added `Player#waitReady()` method (d3149d3843e066986524e14369c5871c22629810)

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.5.4-SNAPSHOT</version>
8+
<version>1.5.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lib/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.5.4-SNAPSHOT</version>
8+
<version>1.5.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

player/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.5.4-SNAPSHOT</version>
8+
<version>1.5.4</version>
99
<relativePath>../pom.xml</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.5.4-SNAPSHOT</version>
8+
<version>1.5.4</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)