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-bin
Changelog
New Features
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)
Other work