All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
See this pull request.
Explore the idea of letting the user inject their own CSS through environment variables and predefined "themes".
2.1.0 - 2024-03-07
- Add ability to include the number of posts fetched in the subject
- Add ability to skip sending if no posts fetched
- The email now lets the user know that no new posts were found instead of being empty.
2.0.0 - 2024-02-06
- Can now send emails to multiple recipients
RECIPIENT_ADDRESSES
andSUBJECT
environment variables are now required
1.1.1 - 2023-08-23
- Fixed a bug where parsing would break if a feed would end on a newline
- Feeds are now first read from the env variable and if that does not exist, the file is checked
1.1.0 - 2023-07-10
- Added support for Resend
1.0.1 - 2023-01-03
- Error reporting now includes details on which post errored and what the error was specifically.
- Post's date now defaults to
publication
date and fallbacks to theupdate
date
1.0.0 - 2022-12-06
Initial release 🎉