Skip to content

v0.7.7

Choose a tag to compare

@github-actions github-actions released this 12 Feb 22:49

Installation

# Binary download
curl -fsSL https://raw.githubusercontent.com/xdagiz/xytz/main/install.sh | bash

# Or using Go
go install github.com/xdagiz/xytz@latest

Changelog

New Features

  • e96e034: feat(cli): add cookies-from-browser and cookies flag for auth (@xdagiz)
  • 5da7198: feat(release): add goreleaser and github action for automated releases (@xdagiz)

Other work

  • 9bda467: Fix concurrency bugs, resource leaks, and refactor SearchModel (#9) (@sadopc)
  • d504d7f: refactor(download): reduce StartDownload parameters using DownloadRequest struct (@xdagiz)
  • aaa89b6: refactor: extract playlist and channel URL parsing (@xdagiz)