Collie v1.5.2
Update
Already on 1.x? One command, then the phone updates itself within a minute.
collie update # downloaded install (install.sh or a tarball below)
herdr plugin action invoke update --plugin herdr.collie # Herdr plugin install
Check with collie version or herdr plugin action invoke version --plugin herdr.collie.
Coming from 0.x? collie update will not cross a major. Follow Upgrading from 0.x to 1.0.
What changed
Every change in this release, with its commit and who made it: 1.5.2 in the changelog.
Verify a download by hand
curl -fLO https://github.com/AltanS/collie/releases/download/v1.5.2/collie-1.5.2-linux-x64.tar.gz
curl -fLO https://github.com/AltanS/collie/releases/download/v1.5.2/collie-1.5.2-linux-x64.tar.gz.sha256
sha256sum -c collie-1.5.2-linux-x64.tar.gz.sha256 # macOS: shasum -a 256 -c
A sha256 catches a corrupt or truncated download. It does not prove who built the file,
HTTPS and the pinned github.com host carry that.
What's Changed
- fix(stt): bound provider lifecycles by @en-ver in #163
- fix(web): clip labelled terminal rules by @en-ver in #168
- feat(i18n): add Traditional Chinese by @lekoOwO in #165
Full Changelog: v1.5.1...v1.5.2