Skip to content

Releases: nick42d/youtui

ytmapi-rs-v0.0.17

15 Dec 13:41
5acbe88
Compare
Choose a tag to compare

Added

  • Clippy linting fix (#185)
  • Update dependencies (#182)

youtui-v0.0.18

15 Dec 13:43
5acbe88
Compare
Choose a tag to compare

Added

  • Configurable keyboard shortcuts - see #10 or README for docs (#185)
  • Implement ability to move cursor within text box - closes #154 (#182)

Fixed

  • Use a unique identifier to add albums instead of the album name. Closes #12. (#183)

json-crawler-v0.0.5

15 Dec 13:41
5acbe88
Compare
Choose a tag to compare

Other

  • Clippy lint fix (#185)
  • Update dependencies (#182)

async-callback-manager-v0.0.3

15 Dec 13:41
5acbe88
Compare
Choose a tag to compare

Added

  • Refactor to improve combinators (#185)
  • Update dependencies (#182)

ytmapi-rs-v0.0.16

18 Nov 12:23
b9b8cbe
Compare
Choose a tag to compare

Added

  • Small fixes to alternative TLS builders (#178)

youtui-v0.0.17

18 Nov 12:25
b9b8cbe
Compare
Choose a tag to compare

Added

  • refactor task management and improve responsiveness (#178)

Fixed

  • [breaking] Update default auth method - closes #179 (#181)
  • Youtui default auth method has changed from OAuth to Browser.

json-crawler-v0.0.4

18 Nov 12:23
b9b8cbe
Compare
Choose a tag to compare

Added

  • Added additional project lints only (#178)

async-callback-manager-v0.0.2

18 Nov 12:23
b9b8cbe
Compare
Choose a tag to compare

Fixed

  • Fixed tests breaking as unable to drain manager #179 (#181)

ytmapi-rs-v0.0.15

26 Oct 12:28
5189868
Compare
Choose a tag to compare

Fixed

  • [breaking] Make album optional for songs search. Closes #174 (#176)
  • album field on SearchResultSong is now optional

youtui-v0.0.16

26 Oct 12:29
5189868
Compare
Choose a tag to compare

Fixed

  • Make album optional for songs search. Closes #174 (#176)
  • album field on SearchResultSong is now optional, removed public ways to create custom error from json_crawler (CrawlerError::array_size_from_context, JsonCrawlerIterator::get_context and JsonCrawlerArrayIterContext struct)