« Back to Changelog
V3.47.3 Released
v3.47.3
March 28, 2026
This release introduces a rich text editor to movie notes, list and event descriptions, and comments.
Details
- Add reusable rich text editor as shared partial and initialization helper
- Add HTML sanitizing library for server-side sanitization of all user-submitted HTML (notes, comments, list/event descriptions)
- Apply rich text editor to movie notes (add/edit), changelog body (add/edit), list description (add/edit), event description (add/edit), and movie comments
- Fix ul/ol rendering bug in rich text editor
- Update AJAX handlers to read from rich text instances instead of raw textarea values
- Update all display views to render stored HTML directly
- Add new CSS rules for notes, descriptions, and comments to normalize font sizes, list sizing, blockquote styling, and link URL tooltips
- Harden links with rel="noreferrer"