Skip to content

Commit 43c9bcf

Browse files
committed
Release 1.4.0
1 parent 413d107 commit 43c9bcf

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

CHANGELOG.md

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

7+
## [1.4.0] - 14-06-2020
8+
### Added
9+
- Report to server that we played a track (#155, still buggy)
10+
- Retrieve tracks in state from API (#222)
11+
- Add/remove tracks from queue from API (#222)
12+
- Seek from API (6104db1a66b9defabc43ec21e6668899cf8c2683)
13+
- Added logout feature (5839d5b48133cd69cf59a028ee423b44caec8627)
14+
15+
### Changed
16+
- Rewritten player and related bug fixing (#155, 08282b94d6adc7e5e5a07fe20c150829fc912943, #216, #217, 13423cdcfd39b8a5722e3a14bb19e53ab426b4ea, e549f08356696ef46add79f60ad8e28891738bd7)
17+
- Using Log4j2 (5bb16797b78a76618821d28f547e92c217bdb8c8, 73a668c47db36932567777216330479d8147d80b, 52a60cbf0c059d4582dfe278a65bf786a4df43a3, 548163e4d3b2267d3030f7597ed5b4e8eeeab29c)
18+
- Improved error message for mixers (#220)
19+
- Refactored audio quality selection (#223)
20+
- Close readers properly (6ad0f3cddc89e6d172eb16c5635ed46128eb65db)
21+
- Better truncation of sensitive values (661c171fcd353471924a4ae0544dc27ff0ca83d0)
22+
23+
### Fixed
24+
- Fixed time bar in wrong position after resuming (#213)
25+
- Do not get Cipher instance every time (#215)
26+
- Fixed loading of some podcasts (#223)
27+
- Fixed crash when pressing next after adding song to queue (#226)
28+
- Prevent deadlock when closing after network issue (#227)
29+
- Fixed old issue with Zeroconf active session (#225, #229, #231)
30+
- Avoid establishing two connections (afc7dc366379391f7e59ce8a37a0b007b2c69303)
31+
- Start line before writing for the first time (#232)
32+
- Do not close `System.out` for any reason (#234)
33+
- Shutdown OkHttp threads when closing (#235)
34+
35+
736
## [1.3.1] - 26-04-2020
837
### Added
938
- Added explicit content filter (#200)

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.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

common/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.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/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.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<relativePath>../</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.4.0-SNAPSHOT</version>
8+
<version>1.4.0</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)