Skip to content

v0.1.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:06
· 1 commit to main since this release

Fixed

  • Preserves <strong>, <b>, <em>, and <i> inside raw HTML tables during compatibility fallback, preventing literal **...** markers in cells.
  • Converts linked Markdown badge images into ordinary links when Telegram rejects them as unavailable rich-message media.
  • Records every Rich Markdown request/result attempt for retention-bound operator diagnostics.

Verification

  • Compared stored raw input, outbound Markdown, and Telegram rich_message responses for all traced production conversions.
  • Confirmed the only leaked bold markers were table-cell values addressed by this fix.
  • CI, race tests, vet, govulncheck, Docker build, and Compose validation passed.