v0.7.0 #1549
Replies: 3 comments 6 replies
-
Thanks to the many, many contributors and @photovoltex for coordinating most of the work! We do realize that this release is long overdue. The v0.6.0 release before this was in October last year! @photovoltex, @kingosticks and I are discussing how we can better automate releases, hoping that we can also push releases out more often. Also a heartfelt thank you to those who already sponsored one or more our maintainers or contributors. This is and remains a volunteer effort, and your support is much appreciated. ❤️ |
Beta Was this translation helpful? Give feedback.
-
sorry newbie here. What is the best way for us to apply this update on a headless system? Thx. |
Beta Was this translation helpful? Give feedback.
-
@roderickvd Quick question about the changes you made for the 0.7 release. You changed in the crates how the librespot crates are included (d53458a). Was that due to a restriction by |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Changed
stream_from_cdn
now accepts the URL asTryInto<Uri>
instead ofCdnUrl
(breaking)has_volume_ctrl
withdisable_volume
inConnectConfig
(breaking)initial_volume
fromOption<u16>
tou16
inConnectConfig
(breaking)SpircLoadCommand
withLoadRequest
,LoadRequestOptions
andLoadContextOptions
(breaking)Spirc
with DealerAudioFileFormat
with own enum. (breaking)Mixer::open
to returnResult<Self, Error>
instead ofSelf
(breaking)MixerFn
to returnResult<Arc<dyn Mixer>, Error>
instead ofArc<dyn Mixer>
(breaking)redirect_uri
when spawning callback handling server versus using stdin.Added
seek_to
,repeat_track
andautoplay
forSpirc
loadingpause
parameter toSpirc::disconnect
method (breaking)volume_steps
toConnectConfig
(breaking)track
field toPlayerEvent::RepeatChanged
(breaking)PlayerEvent::PositionChanged
event to notify about the current playback positionrequest_with_options
andrequest_with_protobuf_and_options
toSpClient
try_get_urls
toCdnUrl
OAuthClient
andOAuthClientBuilder
structs to achieve a more customizable login processFixed
by
rustls-native-certs
.on Android platform.
client ID on Android platform.
Show::trailer_uri
is now optional since it isn't always present (breaking)Deprecated
get_access_token()
function marked for deprecationtry_get_url()
function marked for deprecationRemoved
get_canvases
from SpClient (breaking)homething
removed due to crashes on Android (breaking)genres
from Album (breaking)genre
from Artists (breaking)This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions