You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace reqwest with ureq
To bring down the dependency count and complexity, the HTTP client has
been replaced by a simpler sync one.
add sso feature and change id traits
Add an opt-out feature to store VideoId and ChannelId in a smartstring type.
Remove From impls for IDs, and impl TryFrom instead, to force the use of valid IDs.
Commit Statistics
15 commits contributed to the release over the course of 23 calendar days.