From c954b30db9c88bbe10d77ac1fe0dc4c2249a374a Mon Sep 17 00:00:00 2001 From: Gianlu Date: Mon, 11 Jan 2021 12:11:24 +0100 Subject: [PATCH] Release 1.5.4 --- CHANGELOG.md | 11 +++++++++++ api/pom.xml | 2 +- lib/pom.xml | 2 +- player/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d92c389a..3b7a35fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/api/pom.xml b/api/pom.xml index 0d4b6f8b..e3d06425 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 1.5.4-SNAPSHOT + 1.5.4 ../pom.xml diff --git a/lib/pom.xml b/lib/pom.xml index dde832d0..afbab0c9 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 1.5.4-SNAPSHOT + 1.5.4 ../pom.xml diff --git a/player/pom.xml b/player/pom.xml index 97773d0d..85e6c7c8 100644 --- a/player/pom.xml +++ b/player/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 1.5.4-SNAPSHOT + 1.5.4 ../pom.xml diff --git a/pom.xml b/pom.xml index a744a9f6..cf22c3f7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java pom - 1.5.4-SNAPSHOT + 1.5.4 librespot-java Java port of librespot, the Open Source Spotify client library