Release 1.0.4

This commit is contained in:
Peter Steinberger
2025-11-25 18:12:44 +01:00
parent dda017df23
commit f81f432af5
2 changed files with 7 additions and 2 deletions

View File

@@ -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.