v0.9.0
Installation
# Binary download
curl -fsSL https://raw.githubusercontent.com/xdagiz/xytz/main/install.sh | bash
# Homebrew
brew install xdagiz/tap/xytz
# Scoop
scoop bucket add xdagiz https://github.com/xdagiz/scoop-bucket.git
scoop install xdagiz/xytz
# Or via Go
go install github.com/xdagiz/xytz@latest
# Arch Linux (AUR)
paru -S xytz # source build
paru -S xytz-bin # prebuilt binaryChangelog
New Features
Bug fixes
- 11628cc: fix(nix): switch to buildGo126Modules (@xdagiz)
- e85016c: fix: don't override config when invalid key is present (@xdagiz)
- efe8feb: fix: simplify playlistopts (fixes #38) (@xdagiz)