New FastSM Release: latest
Built: 2026-01-18T16:37:02-06:00

Fix spaces removed after punctuation in notifications

The strip_html function in platforms/mastodon/models.py was missing
space-preservation logic for block elements. HTML like
<p>Hello!</p><p>World</p> was being converted to 'Hello!World' instead
of 'Hello! World'.

Added the same space-preservation logic from application.py:
- Add space before </p> and </div> closing tags
- Add space for <br> line breaks

Downloads:
- FastSM-0.3.0-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.3.0.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release