Bump version and changelog for release
[planetfilter.git] / Changelog.txt
blob540e0d3d8bf7b77cd2a5f8e79b823ffcb34d846c
1 0.4.0 (2015-04-03)
2 - Add ability to filter by URL prefixes (bug 1424324)
3 - Ignore RSS post titles unless there are blacklisted titles or authors
4 - Ignore another HTTP client error
6 0.3.4 (2015-03-30)
7 - Warn about incomplete fetches but ignore them
8 - Don't crash on missing author textnodes
9 - Move from "alpha" state to "beta"
11 0.3.3 (2015-02-28)
12 - Remove the requirement for colons in RSS1 titles
13 - Catch domain name errors
14 - Ignore incomplete reads
15 - Delete feeds on invalid fetches
17 0.3.2 (2015-02-25)
18 - Fix double deletion of blacklisted entries
20 0.3.1 (2015-02-22)
21 - Fix UTF-8 errors reading from the config file
22 - Fix UTF-8 errors writing to the output file
23 - Add compatibility info to the README (bug 1424323)
25 0.3.0 (2015-02-21)
26 - Add ability to filter by titles (bug 1424142)
28 0.2.2 (2015-02-19)
29 - Make HTTP and gzip errors non-fatal (bug 1422505)
30 - Send warnings and errors to STDERR (bug 1422685)
32 0.2.1 (2015-02-17)
33 - More tolerant parsing of blacklist entries
35 0.2.0 (2015-02-10)
36 - Use defusedxml to fecth feeds (bug 1419414)
37 - Request gzip-encoded feeds (bug 1419662)
38 - Add --force option to overwrite output file
39 - Check for errors and exceptions
41 0.1.1 (2015-02-09)
42 - Fix pip installation
43 - Ship config file examples
44 - Add -V as an alias to --version
45 - Include a copy of the AGPL
47 0.1.0 (2015-02-08)
48 - Initial public release