Chatto logo

Chatto

Self-hosted team and community chat with built-in voice and video calls

Alternative to: slack, discord, microsoft teams


About Versions (100)

v0.1.0

2026-06-16

Highlights

  • Bearer-First Origin Sessions: Direct login and registration now store bearer tokens for the origin server and use them for GraphQL HTTP and WebSocket authentication, with cookie fallback kept for compatibility paths.
  • More Predictable Chat Entry: Returning to Chatto now remembers the last DM room as well as channel rooms, so the default chat entry points reopen the conversation you were using.
  • Fresh Sessions Show Navigation: Fixed an issue where persisted sidebar state could hide primary navigation or room panels on a fresh session.

Upgrade Notes

  • Client Authentication: Client developers should expect origin GraphQL requests and subscriptions to prefer bearer-token authentication after direct login or registration. Existing cookie-compatible paths remain available where needed.
  • 0.1 Data Model: Server operators should continue treating this as the 0.1 event-sourced architecture. Pre-0.1 boot import paths are not part of this release line.

Generated Changelog

0.1.0 (2026-06-16)

Features

  • auth: use bearer tokens for origin GraphQL (#897) (cf9b552)

Bug Fixes

  • frontend: keep sidebars visible on fresh sessions (#891) (1cb5717)
  • frontend: remember last visited DM rooms (#894) (de8efb0)