Skip to content

Collie v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 12:13
· 110 commits to main since this release

Coming from 0.x? Upgrade with one command. Do not use collie update.
From the Herdr plugin: herdr plugin action invoke update-major --plugin herdr.collie.
From a checkout you can reach: bin/collie update --major.
Fresh install: curl -fsSL https://colliepwa.dev/install.sh | sh.
Details and rollback: docs/upgrading.md → Upgrading from 0.x to 1.0.

Added

  • collie stt test now sends the two containers a phone actually records, webm/opus and mp4, after the wav probe, and fails with guidance when the provider refuses one; Voxtral on OpenRouter refuses both, whisper-large-v3-turbo accepts them (#148) (d6d7a1c)

Changed

  • A refused transcription names the upstream status and the container it was sent as, so the phone's error says which format the provider rejected (#148) (d6d7a1c)
  • A functional commit now records one line under ## [Unreleased] instead of bumping the version; the pre-commit hook enforces both halves, and only the chore(release): commit bumps and dates the heading. (f6805cb)
  • The mirror's default font size is 10px, down from 12; a device that already picked a size keeps it (4b005aa)
  • Dashboard rows lead with the pane title beside a small agent tile, with the space and tab as the address beneath; the big tile, the bold space name and its truncation are gone (c442429)

Fixed

  • Renaming a tab or pane from its sheet works on the phone again; the rename field's own keyboard used to fold the strip band and unmount the sheet mid-edit (93373ce)
  • oh-my-pi panes show omp's own π mark, painted with its official three-stop gradient, instead of the initials tile; the brand table now says every mark must be painted, thanks @enieuwy (#151) (17386ef)
  • The OMP adapter recognises the open-ended ╰─ <draft> composer row and standalone status row that OMP 18.1.2 paints on a wide pane; the closed OMP 17 box and the corner-to-corner modal rule are unchanged, thanks @ImArtisann (#149, #150) (6081520)
  • A notification tap on Android opens the deep-linked pane again when the Collie tab had been discarded; navigate before focus, and fall through to a new window when no tab survives. (#147) (18cd9cb)
  • Android push notifications show a proper small badge glyph and a full-size Collie mark; the maskable home-screen tile was doing both jobs and rendered as a grey block on the notification (177a8a9)

Update

A downloaded install (install.sh, or a tarball below):

collie update

A Herdr plugin install — advances the checkout, rebuilds, restarts (runs from any directory):

herdr plugin action invoke update --plugin herdr.collie

Or just restart the bridge to pick up an already-built change:

herdr plugin action invoke restart --plugin herdr.collie

Verify a download by hand

curl -fLO https://github.com/AltanS/collie/releases/download/v1.2.0/collie-1.2.0-linux-x64.tar.gz
curl -fLO https://github.com/AltanS/collie/releases/download/v1.2.0/collie-1.2.0-linux-x64.tar.gz.sha256
sha256sum -c collie-1.2.0-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.