v26.11

Notifuse/notifusev26.11Jan 24, 2026by pierre-b

AI Summary

v26.11 is a bug fix release that addresses two issues: fixing URL corruption in SMTP emails where dots were incorrectly stripped after quoted-printable line breaks by implementing proper SMTP dot-stuffing (RFC 5321), and resolving a crash on the Broadcasts page that occurred when the variations field was null instead of an empty array.

Key Highlights

  • Fixed SMTP email URL corruption by implementing proper SMTP dot-stuffing (RFC 5321)
  • Fixed crash on Broadcasts page when variations is null instead of empty array (#233)

Full Release Notes

# v26.11 Release Notes

- **SMTP Email**: Fixed URL corruption in emails where dots were stripped after quoted-printable line breaks by adding proper SMTP dot-stuffing (RFC 5321)
- **Broadcasts**: Fixed crash on Broadcasts page when `variations` is null instead of empty array (#233)