Releases: uribrecher/thicket
Release list
v0.10.0
Changelog
Features
- a81e47e: feat(release): Changesets-style release-PR automation (#61) (@uribrecher)
- fc8d146: feat(start): color swatch picker and optional initial prompt on Plan page (#58) (@uribrecher)
Others
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.9.6
Changelog
Fixes
- be7cab6: fix(start): reset nickname/color on Plan page when ticket changes (#56) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.9.5
Changelog
Features
- 20f080b: feat(workspace): shorten slug to ticket-id + sanitized nickname (#54) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.9.0
Changelog
Features
- ddd347e: feat(config): two-option Tickets page — generate token vs already have one (#52) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.8.0
Changelog
Features
- 0e57b68: feat(start): mark previously-picked ticket on Ticket page (#49) (@uribrecher)
- 3f0b39b: feat(start): rank tickets by priority and pack priority into State column (#50) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.7.0
Changelog
Features
- 9e394d3: feat(start): scroll the ticket picker past the first page (#46) (@uribrecher)
- ab4f17e: feat(tui): clickable ticket IDs via OSC 8 hyperlinks (#47) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.6.3
Changelog
Fixes
- ab0c171: fix(edit): runewidth-aware picker columns, fix emoji misalignment (#42) (@uribrecher)
- d452b40: fix(shortcut): parse iteration date-only strings, restoring Iter column (#43) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.6.2
Changelog
Features
- 5ad3e48: feat(completion): shell completers for workspace slugs and --only repos (#40) (@uribrecher)
Fixes
- 3407f27: fix(list): runewidth-aware columns, fix emoji misalignment (#39) (@uribrecher)
Others
- 936b5a4: chore(version): label the date 'committed' instead of 'built' (#38) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.6.1
Changelog
Others
- 8fdbd62: chore(build): add -trimpath to local and release builds (#36) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.
v0.6.0
Changelog
Features
- afa2e93: feat(ticket): state-dominant ranking with iteration + workspace boosts (#34) (@uribrecher)
Install
Quick install (auto-detects OS + arch, verifies checksum):
curl -fsSL https://github.com/uribrecher/thicket/releases/latest/download/install.sh | sh
Or, with Go:
go install github.com/uribrecher/thicket/cmd/thicket@latest
Or grab a tarball above and drop the thicket binary on your $PATH.