Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 878 Bytes

Change Log

[3.0.2] 2025-01-03

Fixes

  • Fix writing headers after sending response in authentication server.
  • Gracefully handle channel page giving 404 (instead of killing the process) (#22).

[3.0.1] 2024-12-31

Fixes

  • Fix regression that the process would exit when the email quota is up (#23)

[3.0.0] 2024-11-18

Breaking changes

  • Increase the minimum supported node version from 14 to 16 This is the reason for the major release. However, the previous version was not really compatible with node 14. It was a mistake to list compatibility.

New features

  • Do not use YouTube API to get whitelisted subscriptions (#19)
  • Do not permanently delete subscriptions. This shows you the channel name in the database if the channel is deleted.

Maintenance

  • Add simple tests (currently only config) that run for all supported node versions