Skip to content

Releases: leviyanx/Webpage-Monitor

Webpage-Monitor 3.0.0

10 Mar 09:09
Compare
Choose a tag to compare

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

08 Mar 15:22
d457b3d
Compare
Choose a tag to compare

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

08 Mar 10:46
Compare
Choose a tag to compare

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.