Skip to content

Commit df34535

Browse files
committed
Release 1.6.3
1 parent e097ff8 commit df34535

File tree

9 files changed

+23
-9
lines changed

9 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,26 @@ 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.6.3] - 17-05-2023
9+
### Added
10+
- Added client token support (08b7890ed0fadc072052958945ac64e784232ac5)
11+
- Added onPlaybackFailed callback (#449, #460)
12+
13+
### Fixed
14+
- Make AP resolver use configured proxy (#441)
15+
- Refresh AP pool after stopping the receiver (#464)
16+
- Bumped client version to fix PremiumAccountRequired (#614, #615)
17+
18+
### Changed
19+
- Migrate some APIs to their HTTP equivalent (6b45130cf26d47ab538abe265cf351096faccc2c)
20+
- Updated two years of dependencies
21+
822
## [1.6.2] - 11-12-2021
923
### Added
1024
- Added HTTPS proxy support (#390)
1125
- Added `GET /instance` API endpoint (#403)
1226

13-
### Fixed
27+
### Fixed
1428
- Fixed track repeat behavior (#383)
1529
- Fixed cache synchronization issue (b3d61f4c3bb7398e2f2246f6aa274f8d903c492b)
1630
- Minimize audio pop when using pipe (#389)

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

dacp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

decoder-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

player/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>xyz.gianlu.librespot</groupId>
2222
<artifactId>librespot-java</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525

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

sink-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

sink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.3-SNAPSHOT</version>
24+
<version>1.6.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)