From f81f432af5edb781f7b68e9ceb6a690556859e21 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 25 Nov 2025 18:12:44 +0100 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d12ddf5..892c626d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## [Unreleased] 0.1.4 +## [Unreleased] 1.0.5 ### Pending +- (add entries here) + +## 1.0.4 — 2025-11-25 + +### Changes - Auto-replies now send a WhatsApp fallback message when a command/Claude run hits the timeout, including up to 800 chars of partial stdout so the user still sees progress. - Added tests covering the new timeout fallback behavior and partial-output truncation. - Web relay auto-reconnects after Baileys/WebSocket drops (with log-out detection) and exposes close events for monitoring; added tests for close propagation and reconnect loop. diff --git a/package.json b/package.json index d3831c3dd..8680ba174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warelay", - "version": "0.1.4", + "version": "1.0.4", "description": "WhatsApp relay CLI (send, monitor, webhook, auto-reply) using Twilio", "type": "module", "main": "dist/index.js",