Skip to content

Releases: nick42d/youtui

ytmapi-rs-v0.3.1

09 Feb 14:55
09a1f65

Choose a tag to compare

Fixed

  • Add gzip feature to reqwest (#348)

ytmapi-rs-v0.3.0

08 Feb 14:18
ad278ae

Choose a tag to compare

Added

  • [breaking] Better granularity for LibraryPlaylist fields (#343)

Fixed

  • [breaking] handle optional artists/album fields for uploaded songs in a playlist (#346)

Other

  • [breaking] Update reqwest (#327)
  • ytmapi_rs now uses rustls by default (just like reqwest)

youtui-v0.0.36

08 Feb 14:21
ad278ae

Choose a tag to compare

Fixed

  • handle optional artists/album fields for uploaded songs in a playlist (#346)

Other

  • Update reqwest (#327)
  • (deps) bump bytes in the cargo group across 1 directory (#342)

youtui-v0.0.35

14 Jan 09:11
d4571a4

Choose a tag to compare

Fixed

  • unable to play due to blocking main thread issue (#334)

ytmapi-rs-v0.2.4

13 Jan 13:02
84f7aa8

Choose a tag to compare

Other

  • Update non-reqwest deps (#328)

json-crawler-v0.1.0

13 Jan 13:01
84f7aa8

Choose a tag to compare

Other

  • Update non-reqwest deps (#328)

async-callback-manager-v0.1.0

13 Jan 13:00
84f7aa8

Choose a tag to compare

Other

  • Update non-reqwest deps (#328)
  • Make effect equality and debug implementations feature gated (#324)
  • Make effects Debug and PartailEQ to be testable (#323)

youtui-v0.0.33

22 Dec 15:15
5cff572

Choose a tag to compare

Added

  • Scroll selected items text in list when too long to fit in column. (#312)
  • Put links to README auth guides into errors (#318)

Fixed

  • Improve docs/logging to prevent symphonia 0.5.5 m4a issue (#317)

async-callback-manager-v0.0.11

22 Dec 15:06
5cff572

Choose a tag to compare

Fixed

  • Propogate streaming task panics, add new PanickingReceiverStream type (#317)

youtui-v0.0.32

16 Dec 13:48
bff4fab

Choose a tag to compare

Added

  • show artists for playlist search (#310)
  • add flag to disable media controls (#308)
  • Add playlist search (#300)

Fixed

  • adjust table list offset when applying filter (#305)

Other

  • Add additional yt-dlp downloader logging (#309)
  • Additional logging of song play process (#307)