-
v1.1.6 Stable
released this
2025-12-08 02:07:42 +01:00 | 517 commits to main since this releaseWhat's Changed
- refactor(changedetection): replace HTML formatting with markdown and add content cleanup (
67de960)
Replace HTML-based formatting with markdown for ChangeDetection notifications. Add send_markdown_direct() method to MatrixClient for non-default accounts (SDK auto-converts to HTML). Remove format_changedetection_html() and merge into format_changedetection_plain() with markdown output. Add cleanup_diff_content() to convert HTML links to markdown format, strip HTML tags, decode entities, and normalize whitespace.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- refactor(changedetection): replace HTML formatting with markdown and add content cleanup (