Bump version and changelog for release
[planetfilter.git] / Changelog.txt
blob0fc498470467495c2cedb2817a762fed9ec714a7
1 0.8.0 (2017-08-25)
2 - Fake the Tor user agent to work around blogs that ban scripts
3 - Treat CDATA nodes as text nodes when filtering
5 0.7.4 (2017-08-05)
6 - Avoid deleting files when errors occur
8 0.7.3 (2017-04-04)
9 - Gracefully handle OSError
10 - Gracefully handle ConnectionResetError
12 0.7.2 (2016-01-19)
13 - Match blacklisted titles anywhere in Atom post titles
15 0.7.1 (2015-12-05)
16 - Ignore TCP connection errors
18 0.7.0 (2015-10-23)
19 - Fix unescaped ampersands in feeds (bug 1509598)
21 0.6.0 (2015-10-20)
22 - Support feeds with non-UTF8 characters (bug 1508316)
24 0.5.0 (2015-09-05)
25 - Support easily fixable feeds (bug 1490626)
26 - Include parse error details on invalid feeds
27 - Move from "beta" state to "production/stable"
29 0.4.4 (2015-08-21)
30 - URL-escape the path of feed URLs (bug 1485854)
32 0.4.3 (2015-08-06)
33 - Ignore timeout errors
34 - Add pylint3 to the test suite (bug 1423353)
35 - Add pep257 to the test suite
37 0.4.2 (2015-06-08)
38 - Don't crash on blog posts without titles
40 0.4.1 (2015-04-14)
41 - Trim authors, titles and URLs before matching them
43 0.4.0 (2015-04-03)
44 - Add ability to filter by URL prefixes (bug 1424324)
45 - Ignore RSS post titles unless there are blacklisted titles or authors
46 - Ignore another HTTP client error
48 0.3.4 (2015-03-30)
49 - Warn about incomplete fetches but ignore them
50 - Don't crash on missing author textnodes
51 - Move from "alpha" state to "beta"
53 0.3.3 (2015-02-28)
54 - Remove the requirement for colons in RSS1 titles
55 - Catch domain name errors
56 - Ignore incomplete reads
57 - Delete feeds on invalid fetches
59 0.3.2 (2015-02-25)
60 - Fix double deletion of blacklisted entries
62 0.3.1 (2015-02-22)
63 - Fix UTF-8 errors reading from the config file
64 - Fix UTF-8 errors writing to the output file
65 - Add compatibility info to the README (bug 1424323)
67 0.3.0 (2015-02-21)
68 - Add ability to filter by titles (bug 1424142)
70 0.2.2 (2015-02-19)
71 - Make HTTP and gzip errors non-fatal (bug 1422505)
72 - Send warnings and errors to STDERR (bug 1422685)
74 0.2.1 (2015-02-17)
75 - More tolerant parsing of blacklist entries
77 0.2.0 (2015-02-10)
78 - Use defusedxml to fecth feeds (bug 1419414)
79 - Request gzip-encoded feeds (bug 1419662)
80 - Add --force option to overwrite output file
81 - Check for errors and exceptions
83 0.1.1 (2015-02-09)
84 - Fix pip installation
85 - Ship config file examples
86 - Add -V as an alias to --version
87 - Include a copy of the AGPL
89 0.1.0 (2015-02-08)
90 - Initial public release