From 978b0bcc8b05f3de6fee8a045e2517948a17a392 Mon Sep 17 00:00:00 2001 From: Felix Prillwitz Date: Sat, 13 Sep 2025 21:50:14 +0200 Subject: [PATCH] chore: update Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0714355c..e4b9faf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- [connect] Add method `transfer` to `Spirc` to automatically transfer the playback to ourselves +- [core] Add method `transfer` to `SpClient` - [core] Add `SpotifyUri` type to represent more types of URI than `SpotifyId` can ### Changed @@ -69,12 +71,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [connect] Add support for `seek_to`, `repeat_track` and `autoplay` for `Spirc` loading - [connect] Add `pause` parameter to `Spirc::disconnect` method (breaking) - [connect] Add `volume_steps` to `ConnectConfig` (breaking) -- [connect] Add method `transfer` to `Spirc` to automatically transfer the playback to ourselves - [connect] Add and enforce rustdoc - [playback] Add `track` field to `PlayerEvent::RepeatChanged` (breaking) - [playback] Add `PlayerEvent::PositionChanged` event to notify about the current playback position - [core] Add `request_with_options` and `request_with_protobuf_and_options` to `SpClient` -- [connect] Add `transfer` to `SpClient` - [core] Add `try_get_urls` to `CdnUrl` - [oauth] Add `OAuthClient` and `OAuthClientBuilder` structs to achieve a more customizable login process