Changelog

Release notes and updates, straight from the oven.

v0.1.1

v0.1.1

  • File uploads: configurable size limits, all file types, download cards for non-images, clipboard paste
  • File downloads: open files directly, preserve original filenames, non-image preview
  • Bot API: server-side bot management, bot runtime binary, management UI, documentation and example bots
  • Message history: local history, server-side catch-up on reconnect and channel switch
  • E2EE fixes: message editing/deletion with negative IDs, skip own message decryption, local echo
  • Context menu: right-click messages to edit, delete, reply, or copy
  • Emoji auto-replacement in chat input
  • GIF auto-scroll and multiple attachment fixes
  • Server startup info prints to stdout (no RUST_LOG needed)
  • Windows installer uses Program Files instead of AppData
v0.1.0

First Release

  • Chat server with rooms, threads, roles, and permissions
  • End-to-end encrypted direct messages
  • File hosting with LoafCDN (upload, download, thumbnails)
  • WebSocket-based real-time messaging
  • Windows, Linux, and Android clients (Tauri + WebUI)
  • Self-hostable server for Windows and Linux
  • Bot API support