@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.3.1] - 26-04-2020
8
+ ### Added
9
+ - Added explicit content filter (#200 )
10
+ - Added support for GZip requests (8fc4ae99954dcc6982462a860cf643b8373cc425)
11
+ - Compress all outgoing HTTP requests (e74e43c2919228dbb0db93b18035f00d4c2e2f2b)
12
+ - Support moving tracks inside playlist (#203 )
13
+ - Added ` player.volumeSteps ` to configuration (#214 )
14
+
15
+ ### Changed
16
+ - Allow any origin for API (#188 )
17
+ - Default pregain value is now 3dB (#199 )
18
+ - Changed image download endpoint (8f232bcaab2ea671c8f0c45ecdb03dd0eeae1bb5)
19
+ - Handle PUT state requests asynchronously (#197 )
20
+ - Include milliseconds in logs (#205 )
21
+ - Fixed general issues in Websocket client (3039da7bbd4377c1c7816872b22f2d38653db6bc)
22
+ - Report active user for Zeroconf correctly (#210 )
23
+ - Fixed issue with not being able to reconnect with Zeroconf (#210 )
24
+ - Refactored loopers and queues (#206 , #212 )
25
+
26
+ ### Fixed
27
+ - Resend Shairport metadata when resuming (#195 )
28
+ - Fixed NPE when reconnecting (f5071197785053dea641e75bdf7f1ca5005bae79)
29
+ - Fixed device disappearing due to concurrent reconnection (a3edb34a504d668c57ef28b58541768017d052c2)
30
+ - Fixed cache not working after replaying the same track 8 times (#201 )
31
+ - Fixed issue with time synchronization PING (#202 )
32
+ - Close all threads properly when shutting down (#209 )
33
+
34
+
7
35
## [ 1.3.0] - 17-03-2020
8
36
### Added
9
37
- Added ` volumeChanged ` event (ab76d70ccfcf79053a5ca097783611b55d90fa81)
0 commit comments