This release introduces support for restricting feed monitoring to a specific time period during the day.
feeds:
- name: GitHub Status
url: https://www.githubstatus.com/history.rss
interval: 600
active_hours:
start_time: '09:30'
end_time: '17:00'
See active hours in the feeds documentation for the details.
Changelog:
- Added active hours. (#220,
57b76d4
) - Dropped support for php 8.1 (#230,
8cb208b
) - Updated symfony/yaml from 6.4.8 to 7.1.1 (#222,
c038e1e
) - Updated guzzlehttp/guzzle from 7.8.1 to 7.9.0 (#223,
25cc8ea
) - Updated verifiedjoseph/ntfy-php-library from 4.5.2 to 4.6.0 (#226,
e88b1f3
) - Updated verifiedjoseph/gotify-api-php from 1.8.2 to 1.8.3 (#227,
a53bf80
)
All changes: v1.3.0...v1.4.0
Docker image
ghcr.io/verifiedjoseph/vigilant:1.4.0