• v0.1.1 f1305cf4c3

    v0.1.1 Stable

    abdo released this 2026-04-10 12:10:00 -04:00 | 1 commits to main since this release

    Bug Fixes

    • fix: handle nested formatting markers in markdownToSignal — The regex-based marker extractor leaked literal marker names (BOLD, ITALIC, MONO) and control bytes into the visible message body whenever formatting was nested (e.g. inline code inside bold, italic inside bold, triple-asterisk bold+italic). Replaced with a stack-based walker that produces correct overlapping BodyRanges for Signal's textStyle protobuf semantics.

    Infrastructure

    • Add Woodpecker CI pipeline for lint, build, and test
    • Migrate project instructions to .claude/ and add AGENTS.md for Codex
    • Add TypeScript conventions doc at .claude/docs/typescript.md
    • Add Gitea pull request template
    Downloads
  • v0.1.0 f632a33f4c

    abdoughnut released this 2026-04-07 12:35:00 -04:00 | 6 commits to main since this release

    Initial public release of Signal MCP Bridge.

    • DM-first Signal assistant via Claude Code channels
    • Trusted sender allowlist with pairing flow
    • Remote permission relay (approve tool use from Signal)
    • Group support with mention-pattern filtering
    • Persistent tmux session with launchd (macOS) and systemd (Linux) support
    • Headless scheduled jobs with proactive sends
    • Edit message handling, typing indicators, read receipts
    • Outbound message deduplication
    Downloads