Skip to content

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 01:59
· 16 commits to main since this release

0.15.2 - 2026-08-02

Added

  • Contacts: add contacts check <phone> [phone...] to query live whether numbers are registered on WhatsApp, with JSON output for scripting; per-number responded distinguishes a server non-answer from a confirmed "not registered". (#331)

Fixed

  • Send: surface local history failures after a delivered file, voice, or status send as a store_warning (stderr warning plus JSON field) instead of silently diverging local history, while keeping the delivered message id so scripts do not retry an already-sent message. (#328 - thanks @SebTardif)
  • Send: extend the store_warning partial-success contract to every remaining send surface — text, sticker, reactions, polls, poll votes, button/list selections, and message forwarding — including sends delegated to a running sync --follow process.

Docs

  • README: align the project overview, install paths, quickstart, and command map with the shared documentation standard.