From 62133c07f59a721e7d6da94916a62316e8a6b238 Mon Sep 17 00:00:00 2001 From: Gianlu Date: Mon, 28 Dec 2020 17:53:00 +0100 Subject: [PATCH] Release 1.5.3 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- api/pom.xml | 2 +- lib/pom.xml | 2 +- player/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 31 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1d4ae2..0c4bf62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,41 @@ # Changelog + 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). +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.3] - 28-12-2020 + +### Added + +- Dispatch session closing when using Zeroconf (5b53af7aa5c23a5ed5153e68c5b022aee63ca3e6) +- Allow set volume with relative steps count (#273) + +### Changed + +- Improved thread usage (#249, #280) +- Catch and log exceptions happening in command/message handling (352d6e3c0cc0a36ea676505e0f761f678f4b11b8, + 3229d2cc72ad2c4d364f7c197b0aec38083d577a) + +### Fixed + +- Fixed parsing some payloads (f6191ff6636dd538b5ebf1090df4eaa9bd062110) +- Fixed double reading of first chunk (e5a8ae712114c344aca43e5ec5f557f7ce9657b9) +- Fixed proxy auth (#274) +- Fixed playback not starting (#277, 26818c619e2fa6f0d4da9f4e96a8e913ccc0468d, abde6b64d68d49e637343560514efc2dca895815, + a79e78a716df74e582504b5d69df455404cef356) ## [1.5.2] - 17-11-2020 + ### Added + - Added `Player#waitReady()` method (d3149d3843e066986524e14369c5871c22629810) - Added pass through endpoints for official Spotify API (#255) - Store and check hash of first chunk of cache data (9ab9f43a91ebbce0e9a3a3c6f3c55a714c756525) ### Fixed + - Fixed `UnsupportedOperationException` when starting playback (#251) - Close cache files correctly (e953129ed5f0dc4e9931660bd216267557d6010a, #253) - Fixed starting playback from API (#254) diff --git a/api/pom.xml b/api/pom.xml index 641a4d93..12d6fd5a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 1.5.3-SNAPSHOT + 1.5.3 ../pom.xml diff --git a/lib/pom.xml b/lib/pom.xml index 31780880..456560b7 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 1.5.3-SNAPSHOT + 1.5.3 ../pom.xml diff --git a/player/pom.xml b/player/pom.xml index cfef0a53..20b3a975 100644 --- a/player/pom.xml +++ b/player/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 1.5.3-SNAPSHOT + 1.5.3 ../pom.xml diff --git a/pom.xml b/pom.xml index 6710416b..71ca7df1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java pom - 1.5.3-SNAPSHOT + 1.5.3 librespot-java Java port of librespot, the Open Source Spotify client library