Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

74 lines (42 loc) · 2.14 KB

Changelog

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.

In Progress

2.1.0 - 2024-03-07

Added

  • Add ability to include the number of posts fetched in the subject
  • Add ability to skip sending if no posts fetched

Changed

  • The email now lets the user know that no new posts were found instead of being empty.

2.0.0 - 2024-02-06

Added

  • Can now send emails to multiple recipients

Changed

  • RECIPIENT_ADDRESSES and SUBJECT environment variables are now required

1.1.1 - 2023-08-23

Fixed

  • Fixed a bug where parsing would break if a feed would end on a newline

Changed

  • 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

1.0.1 - 2023-01-03

Added

  • 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 the update date

1.0.0 - 2022-12-06

Initial release 🎉