Bump version and changelog for release
[planetfilter.git] / Changelog.txt
blob6f6df0e7f2ad68c336e2196532f671b08af39dc2
1 0.7.0 (2015-10-23)
2 - Fix unescaped ampersands in feeds (bug 1509598)
4 0.6.0 (2015-10-20)
5 - Support feeds with non-UTF8 characters (bug 1508316)
7 0.5.0 (2015-09-05)
8 - Support easily fixable feeds (bug 1490626)
9 - Include parse error details on invalid feeds
10 - Move from "beta" state to "production/stable"
12 0.4.4 (2015-08-21)
13 - URL-escape the path of feed URLs (bug 1485854)
15 0.4.3 (2015-08-06)
16 - Ignore timeout errors
17 - Add pylint3 to the test suite (bug 1423353)
18 - Add pep257 to the test suite
20 0.4.2 (2015-06-08)
21 - Don't crash on blog posts without titles
23 0.4.1 (2015-04-14)
24 - Trim authors, titles and URLs before matching them
26 0.4.0 (2015-04-03)
27 - Add ability to filter by URL prefixes (bug 1424324)
28 - Ignore RSS post titles unless there are blacklisted titles or authors
29 - Ignore another HTTP client error
31 0.3.4 (2015-03-30)
32 - Warn about incomplete fetches but ignore them
33 - Don't crash on missing author textnodes
34 - Move from "alpha" state to "beta"
36 0.3.3 (2015-02-28)
37 - Remove the requirement for colons in RSS1 titles
38 - Catch domain name errors
39 - Ignore incomplete reads
40 - Delete feeds on invalid fetches
42 0.3.2 (2015-02-25)
43 - Fix double deletion of blacklisted entries
45 0.3.1 (2015-02-22)
46 - Fix UTF-8 errors reading from the config file
47 - Fix UTF-8 errors writing to the output file
48 - Add compatibility info to the README (bug 1424323)
50 0.3.0 (2015-02-21)
51 - Add ability to filter by titles (bug 1424142)
53 0.2.2 (2015-02-19)
54 - Make HTTP and gzip errors non-fatal (bug 1422505)
55 - Send warnings and errors to STDERR (bug 1422685)
57 0.2.1 (2015-02-17)
58 - More tolerant parsing of blacklist entries
60 0.2.0 (2015-02-10)
61 - Use defusedxml to fecth feeds (bug 1419414)
62 - Request gzip-encoded feeds (bug 1419662)
63 - Add --force option to overwrite output file
64 - Check for errors and exceptions
66 0.1.1 (2015-02-09)
67 - Fix pip installation
68 - Ship config file examples
69 - Add -V as an alias to --version
70 - Include a copy of the AGPL
72 0.1.0 (2015-02-08)
73 - Initial public release