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-bin # or yay -S xytz-binChangelog
New Features
- 71080f2: feat(cli): channel search (@xdagiz)
- dfd0048: feat(release): scoop (@xdagiz)
- 4699db4: feat(theme): add theme config for customization (@xdagiz)
- 62d78fd: feat(theme): add theme presets + /theme command (@xdagiz)
- 76d06a7: feat(thumbnail): enable dithering (@xdagiz)
- 6778559: feat: channel search (@xdagiz)
- 1f09b52: feat: nix support (#16) (@xdagiz)
- e352949: feat: start mpv concurrently with fetch info in /play cmd (@xdagiz)
- e4cd5e2: feat: thumbnail preview (only halfblocks) (#17) (@xdagiz)
Bug fixes
- 600fe53: fix(version): add CompareVersions function for proper semantic version comparison (@xdagiz)
- 4223531: fix: disable channel description turnction (fixes #22) (@xdagiz)
- 5e209ee: fix: keys tirggering when filtering (@xdagiz)
- 6a5655e: fix: sort by not working for @ searches (@xdagiz)
- b105c7a: fix: store the theme in the codebase instead of the config (@xdagiz)