• 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