Skip to content

v0.4.4

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:07
· 269 commits to main since this release
c2b6921

Owlat v0.4.4

Self-hosted server

From the admin dashboard → Settings → System & Updates → "Update now", or:

owlat upgrade --version 0.4.4

Manual upgrade (fetch compose + SHA256, verify, apply):

curl -fsSL https://github.com/wolvesdotink/owlat/releases/download/v0.4.4/docker-compose-0.4.4.yml -o docker-compose.yml
curl -fsSL https://github.com/wolvesdotink/owlat/releases/download/v0.4.4/docker-compose-0.4.4.yml.sha256 -o docker-compose.yml.sha256
sha256sum -c <(sed "s|docker-compose-0.4.4.yml|docker-compose.yml|" docker-compose.yml.sha256)
docker compose pull && docker compose up -d
docker compose --profile deploy run --rm convex-deploy

Desktop 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.4.4 \
  --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/owlat

Images: web, mta, updater, convex-deploy, imap, mail-sync, code-worker, setup — all ghcr.io/wolvesdotink/<name>:0.4.4

What's Changed

Other Changes

  • Release pipeline follow-ups from #551: e2e install gate, digest pinning, loud installer failures, runbook by @marcelxpfeifer in #555
  • UX plan C: Email builder — keyboard, canvas a11y, alt nudge, plain text, version history by @marcelxpfeifer in #557
  • UX improvement plan: all nine themes (identity, builder, half-features, onboarding, deliverability, i18n, mobile, a11y, dark mode) by @marcelxpfeifer in #566
  • i18n: full coverage — app, marketing site, and docs in English and German by @marcelxpfeifer in #567
  • Close the adoption gaps: external-mail AI drafting, in-app service apply, review-queue ergonomics, offline outbox, PGP signature verification by @marcelxpfeifer in #568
  • Probe clamdcheck.sh in the ClamAV healthcheck (unblocks the v0.4.4 release) by @marcelxpfeifer in #571
  • Unblock the v0.4.4 release e2e gate: idle worker heartbeat + seeded-leg ClamAV override by @marcelxpfeifer in #572

Full Changelog: v0.4.3...v0.4.4