Skip to content

youtui-v0.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 14:52
· 48 commits to main since this release
9956193

Added

  • [breaking] Implement Get method requests - specifically AddHistoryItemQuery. Resolves #60 (#107), and includes fix for #106.
    generate_xx functions now take Client parameter. Removal of complex YtMusic constructors (functionality moved to new YtMusicBuilder), removed some public functions from RawResult. Query and AuthToken traits modified to allow for specialising by Post / Get type.

Other

  • Update README.md

##0.0.8 - 2024-07-24

Added

  • Add commandline flag to change auth type. Resolves #98 (#99)
  • Implement Taste Profiles and Moods - Resolves #75 (#97)
  • feat! Add oauth option for CLI back in. Resolves #89 (#93)
  • [breaking] Handle new formats for Top Results. Resolves #87 (#88)
    New field 'message' added to ErrorKind::Parsing to improve error output.

Other

  • Improve README.md (#91) by @yonas - Closes #90- Update README.md