Skip to content

Telemetry Tracker v1.8.6

Choose a tag to compare

@unjica unjica released this 12 Jul 18:50
f1262c2

[1.8.6] - 2026-07-12

Added

  • Profile avatars — upload PNG/JPEG/WebP (≤512 KB) to Cloudflare R2; avatar_key on User; authenticated API and dashboard /avatar/[userId] proxy; profile settings, user menu, and team members (#361, #396)

Fixed

  • Avatar upload — accept standard image Content-Type values so browser uploads are not rejected with 415 (#396)
  • Avatar serve — return image when client v query is stale after re-upload (#397)

Upgrade

Run pnpm --filter api exec prisma migrate deploy before or with API deploy (migration 20260712180000_user_avatar). Configure R2 env vars per DEPLOYMENT.md if self-hosting.