v0.2.1
Owlat v0.2.1
Self-hosted server
From the admin dashboard → Settings → System & Updates → "Update now", or:
owlat upgrade --version 0.2.1Manual upgrade (fetch compose + SHA256, verify, apply):
curl -fsSL https://github.com/wolvesdotink/owlat/releases/download/v0.2.1/docker-compose-0.2.1.yml -o docker-compose.yml
curl -fsSL https://github.com/wolvesdotink/owlat/releases/download/v0.2.1/docker-compose-0.2.1.yml.sha256 -o docker-compose.yml.sha256
sha256sum -c <(sed "s|docker-compose-0.2.1.yml|docker-compose.yml|" docker-compose.yml.sha256)
docker compose pull && docker compose up -d
docker compose --profile deploy run --rm convex-deployDesktop app
Download the installer for your OS from the assets below (macOS .dmg,
Windows .msi/.exe, Linux .AppImage/.deb). Existing installs
auto-update to this version.
Supply-chain verification (recommended)
cosign verify ghcr.io/wolvesdotink/web:0.2.1 \
--certificate-identity-regexp "https://github.com/wolvesdotink/owlat/.github/workflows/.*@.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
gh attestation verify docker-compose.yml --repo wolvesdotink/owlatImages: web, mta, updater, convex-deploy, imap, mail-sync, code-worker, setup — all ghcr.io/wolvesdotink/<name>:0.2.1
What's Changed
Other Changes
- fix(api): read BETTER_AUTH_SECRET lazily so pushes survive component schema derivation by @marcelxpfeifer in #177
- refactor(web,ui): dedupe auto-imported helper exports by @marcelxpfeifer in #178
- Local dev seeding + desktop connect fixes by @marcelxpfeifer in #179
Full Changelog: v0.2.0...v0.2.1