-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
37 lines (22 loc) · 1.18 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
v3.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](https://github.com/leviyanx/Webpage-Monitor/issues/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
v2.0.0
features:
- You don't need to restart the script after changing the settings in every setting file. (i.e. Once your change settings in the setting file, the script will automatically apply the settings.)
v1.0.1
features:
- You can do not restart the script after only changing email settings (either sender or receiver).
v1.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.