Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Apr 13:15
3b80161

What's new

  • Fixed reconnection bug — the #1 user-facing issue. WhatsApp connections that drop and auto-reconnect now work correctly. No more persistent "WhatsApp is reconnecting" errors.
  • Smarter error messages — distinguishes between "reconnecting" (< 30s), "connection lost" (> 30s), and "session expired" (needs re-pair).
  • Query limit capget_messages capped at 500 results to prevent memory issues.
  • Faster queries — added SQLite indexes on push_name and media_type.
  • Cleaner logs — disconnect events are debounced (no more stderr spam on network blips).

Install / Update

# macOS / Linux
curl -sSL https://raw.githubusercontent.com/toloco/whasapo/main/install.sh | bash

# Windows
irm https://raw.githubusercontent.com/toloco/whasapo/main/install.ps1 | iex

# Already installed
whasapo update