Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 15 Feb 00:10

Installation

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

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

# Arch Linux (AUR)
yay -S xytz-bin

Changelog

New Features

  • bac3f8b: feat(config): add video and audio formats and use them when downloading (@xdagiz)
  • 342d39c: feat(config): use XDG_CONFIG_HOME if set on macOS, fixes #11 (@xdagiz)
  • 8aa06cf: feat(search): add ParseSearchQuery function for URL type detection (@xdagiz)

Bug fixes

  • ba3b400: fix: fix resource leaking when canceling download (@xdagiz)