This release focuses on making email subscriptions work smoothly for changelogs hosted on custom domains. Users on both custom domains and standard paths can now subscribe without running into confusing errors.
Fixes for Custom Domain Subscriptions
We resolved an issue where the email notification modal on custom domain changelogs was returning an "Error Not Found" message after submission. The subscription endpoint on custom domains now matches what the subscription form expects, so those requests complete successfully.
We also updated how projects are detected when handling subscriptions. The system now recognizes projects by their custom domain first, and still falls back to the standard owner and repo path, which keeps subscriptions working reliably in both setups.