Skip to content

v0.7.1 — mobile launch + resumable streams

Choose a tag to compare

@yoloyash yoloyash released this 27 May 09:54
64f4dd9

Mobile launch — Android client now in closed beta

First public release of overtchat for Android. Same chat surface, same model picker, same uploads / voice / web search you have on web. Bring your own server: enter a URL on first launch and you're in.

  • Closed beta on Google Play — submitted for review. Open an issue to request a slot in the meantime.
  • Sideload APK — attached to this release as overtchat-preview.apk (~122 MB).

Web — v0.7.1

  • Resumable streams. A tiny Redis sidecar buffers in-flight tokens so a page reload mid-reply no longer drops you.
  • Lazy stream-context init so docker build doesn't need REDIS_URL at build time.
  • Docker image: ghcr.io/yoloyash/overtchat-app:0.7.1. Same docker compose pull && docker compose up -d upgrade path.

Fixes

  • /settings/data page was missing from every Docker image since the monorepo migration — overly broad **/data glob in .dockerignore. Closes #20.

Internals

  • Workspace gets a packages/shared for theme tokens, fonts, and cross-target types shared between web and mobile.
  • New mobile-eas.yml workflow: tag mobile-v* to trigger an EAS Android build.

Full Changelog: v0.6.0...v0.7.1