Skip to content

v1.3.0

Latest

Choose a tag to compare

@PalWorks PalWorks released this 21 Feb 18:05

WhatsCLI v1.3.0

Highlights

  • SQLite-backed persistence — chats and messages survive restarts
  • Auto-reconnect — exponential backoff on disconnect
  • Full-text search — search across all messages with /search
  • Modular command architecture — command registry pattern
  • Comprehensive test coverage — unit tests with race detection

Features

  • ANSI QR code rendering with countdown timer
  • Group management: /create, /add, /remove, /admin, /sync-groups
  • Media: /sendimage, /sendvideo, /sendaudio, /upload
  • Paginated message loading with /more and /backlog
  • Desktop notifications via beeep or terminal bell
  • Debug mode with --debug flag

Build from Source

git clone https://github.com/PalWorks/whatscli.git
cd whatscli && make build
./whatscli

Requires Go 1.22+ and GCC (for CGO/SQLite).