-
v0.1.1 Stable
released this
2026-04-10 12:10:00 -04:00 | 1 commits to main since this releaseBug 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 overlappingBodyRangesfor Signal'stextStyleprotobuf semantics.
Infrastructure
- Add Woodpecker CI pipeline for lint, build, and test
- Migrate project instructions to
.claude/and addAGENTS.mdfor Codex - Add TypeScript conventions doc at
.claude/docs/typescript.md - Add Gitea pull request template
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- fix: handle nested formatting markers in markdownToSignal — The regex-based marker extractor leaked literal marker names (