-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
106 lines (82 loc) · 3.24 KB
/
ChangeLog
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
2008-03-04 Thomas Perl <thp.io/about>
* Initial Version
2008-03-17 Thomas Perl <thp.io/about>
* Release version 1.0
2008-03-20 Lukas Vana <[email protected]>
* Add support for error handling missing URLs
* Notify users when NEW sites appear
* Option "display_errors" can be set in watch.py
2008-03-22 Thomas Perl <thp.io/about>
* Release version 1.1
2008-05-09 Lukas Upton <[email protected]>
* Fix problem with Mac OS X 10.5.2 and Ubuntu 8.04
2008-05-10 Thomas Perl <thp.io/about>
* Release version 1.2
2008-05-15 Craig Hoffman <[email protected]>
* Add support for sending a User-Agent header
2008-05-16 Thomas Perl <thp.io/about>
* Release version 1.3
2008-11-14 Thomas Perl <thp.io/about>
+ Add example for using HTML Tidy (needs python-utidylib)
+ Add example for using the ical2txt module (needs python-vobject)
+ Add ical2txt.py module for converting ics to plaintext
* More comments in hooks.py for better user documentation
* Release version 1.4
2008-11-18 Thomas Perl <thp.io/about>
* Support for installing into the system
* Use ~/.urlwatch/ for config, cache and hooks
* Apply BSD license
* Add setup.py (and remove makefile)
* Command-line options
* Verbose logging mode
* Example urls.txt and hooks.py
* Update README
* Add manpage (urlwatch.1)
* Release version 1.5
2008-12-23 Thomas Perl <thp.io/about>
* Use hashlib in Python 2.5 and above for SHA-1 generation
* Release version 1.6
2009-01-03 Thomas Perl <thp.io/about>
* Add urlwatch.html2txt module to convert/format HTML to plaintext
* Add example of using html2txt in the example hooks file
* The html-to-plaintext feature has been suggested by Evert Meulie
* Release version 1.7
2009-01-05 Thomas Perl <thp.io/about>
* Fix a problem with relative links in Lynx' "-dump" mode
2009-01-07 Thomas Perl <thp.io/about>
* Fix another problem with file-relative links in html2text w/ Lynx
2009-01-12 Thomas Perl <thp.io/about>
* Describe ical2txt and html2txt with examples in manpage
2009-01-15 Thomas Perl <thp.io/about>
* Add TODO list
2009-01-20 Thomas Perl <thp.io/about>
* Set the socket timeout to one minute to avoid hangs
2009-07-27 Thomas Perl <thp.io/about>
* Catch and handle IOErrors from FTP timeouts
2009-08-01 Thomas Perl <thp.io/about>
* Add error handling for socket timeouts (HTTP mode)
2009-08-10 Thomas Perl <thp.io/about>
* Handle httplib errors (Debian bug 529740)
(Thanks to Bastian Kleineidam and Franck Joncourt)
* urlwatch 1.8 released
2009-09-29 Thomas Perl <thp.io/about>
* Support for shell pipe (|) in urls.txt
* Support for If-Modified-Since header + HTTP 304
* Show previous/current timestamp in diff output
* Remove TODO list
* urlwatch 1.9 released
2010-05-10 Thomas Perl <thp.io/about>
* Get encoding from headers and convert to UTF-8
(suggested by Ján Ondrej)
* urlwatch 1.10 released
2010-07-30 Thomas Perl <thp.io/about>
* Detect non-zero shell command exit codes and raise an error
* urlwatch 1.11 released
2011-02-10 Thomas Perl <thp.io/about>
* Allow None as return value for filters
(if a filter returns None, interpret it as "don't filter")
* Update website URL, contact info and copyright years
* urlwatch 1.12 released
2011-06-12 WangChuan
* Add support for Windows.
* Remove html tags when watch urls.