Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jan 11, 2021
1 parent 8354966 commit c954b30
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.4] - 11-01-2021
### Fixed
- Fixed playback not starting (#281, #289, 0e85e1a52a1082dc1c63d79c432107bdeb9ed5b6)
- Fixed instance stuck after failing to load autoplay (#284)
- Do not report a null session to session listeners (#291)

### Changed
- Removed redundant calls to getInstance (#292)


## [1.5.3] - 28-12-2020
### Added
- Dispatch session closing when using Zeroconf (5b53af7aa5c23a5ed5153e68c5b022aee63ca3e6)
Expand All @@ -22,6 +32,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed playback not starting (#277, 26818c619e2fa6f0d4da9f4e96a8e913ccc0468d, abde6b64d68d49e637343560514efc2dca895815,
a79e78a716df74e582504b5d69df455404cef356)


## [1.5.2] - 17-11-2020
### Added
- Added `Player#waitReady()` method (d3149d3843e066986524e14369c5871c22629810)
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<version>1.5.4-SNAPSHOT</version>
<version>1.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<version>1.5.4-SNAPSHOT</version>
<version>1.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion player/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<version>1.5.4-SNAPSHOT</version>
<version>1.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<packaging>pom</packaging>
<version>1.5.4-SNAPSHOT</version>
<version>1.5.4</version>

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

0 comments on commit c954b30

Please sign in to comment.