Skip to content

Collie v1.5.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:37
· 21 commits to main since this release

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.1 in the changelog.

Verify a download by hand

curl -fLO https://github.com/AltanS/collie/releases/download/v1.5.1/collie-1.5.1-linux-x64.tar.gz
curl -fLO https://github.com/AltanS/collie/releases/download/v1.5.1/collie-1.5.1-linux-x64.tar.gz.sha256
sha256sum -c collie-1.5.1-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(web): don't lock the PWA to portrait by @edwinhu in #162

New Contributors

Full Changelog: v1.5.0...v1.5.1