Releases: leviyanx/Webpage-Monitor
Releases · leviyanx/Webpage-Monitor
Webpage-Monitor 3.0.0
New features:
- You can monitor multiple webpages at the same time.
- Support multiple receivers.
- You can view logs in execution.log file.
Fixes:
- Fix the bug that error in monitor multiple webpages, threads can only be started once #2
Refactors:
- put the logic that get target page content into one function
- put the logic that init email util instance and get receiver email in a function
- separate the notify function from the website monitor
Webpage-Monitor 2.0.0
Features:
- You don't need to restart the script after changing the settings in any setting file, the running script will automatically apply the new settings.
Webpage-Monitor 1.0.0
In this release, include the following features:
- Monitor the specified webpage, if the webpage is updated, send a notification to the specified email address. In the notification email, the content of changes in the webpage is included.
- You can specify the interval of monitoring.
- You can set sender and receiver of the notification email.