Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:25
· 484 commits to main since this release

Changed

  • πŸ’¬ Telegram rich message formatting. Telegram messages now use sendRichMessage / sendRichMessageDraft (Bot API InputRichMessage) for properly rendered Markdown with bold, italic, code blocks, and links. Falls back gracefully to plain text when the API is unavailable.
  • πŸ“ Increased Telegram streaming buffer. The streaming buffer limit for Telegram was raised from 4 096 to 32 768 characters, allowing longer messages to stream without premature chunking.
  • πŸ”’ Proxy middleware authentication. The reverse-proxy middleware now verifies the cptr_session cookie before forwarding requests, preventing unauthenticated access to proxied local services.
  • πŸ“– README refresh. Updated the README with revised feature descriptions and setup instructions.