@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) since v0.2.0.
77
8- ## [ Unreleased ] - YYYY-MM-DD
8+ ## [ 0.7.0 ] - Unreleased
99
1010### Changed
1111
1212- [ core] MSRV is now 1.81 (breaking)
1313- [ core] AP connect and handshake have a combined 5 second timeout.
14- - [ core] ` stream_from_cdn ` now accepts the URL as a ` &str ` instead of ` CdnUrl ` (breaking)
14+ - [ core] ` stream_from_cdn ` now accepts the URL as ` TryInto<Uri> ` instead of ` CdnUrl ` (breaking)
1515- [ connect] Replaced ` has_volume_ctrl ` with ` disable_volume ` in ` ConnectConfig ` (breaking)
1616- [ connect] Changed ` initial_volume ` from ` Option<u16> ` to ` u16 ` in ` ConnectConfig ` (breaking)
1717- [ connect] Replaced ` SpircLoadCommand ` with ` LoadRequest ` , ` LoadRequestOptions ` and ` LoadContextOptions ` (breaking)
@@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252- [ player] Saturate invalid seek positions to track duration
5353- [ audio] Fall back to other URLs in case of a failure when downloading from CDN
5454- [ core] Metadata requests failing with 500 Internal Server Error
55+ - [ player] Rodio backend did not honor audio output format request
5556
5657### Deprecated
5758
@@ -398,7 +399,8 @@ v0.4.x as a stable branch until then.
398399
399400## [ 0.1.0] - 2019-11-06
400401
401- [ unreleased ] : https://github.com/librespot-org/librespot/compare/v0.6.0...HEAD
402+ [ unreleased ] : https://github.com/librespot-org/librespot/compare/v0.7.0...HEAD
403+ [ 0.7.0 ] : https://github.com/librespot-org/librespot/compare/v0.5.0...v0.7.0
402404[ 0.6.0 ] : https://github.com/librespot-org/librespot/compare/v0.5.0...v0.6.0
403405[ 0.5.0 ] : https://github.com/librespot-org/librespot/compare/v0.4.2...v0.5.0
404406[ 0.4.2 ] : https://github.com/librespot-org/librespot/compare/v0.4.1...v0.4.2
0 commit comments