0.9.0 (alpha)
- initial release

0.9.1 (alpha)
- minor bugfixes - added output RSS feed as ANSI SQL - added output RSS feed as bookmarks.html - added output RSS feed as comma-separated values CSV - added output RSS feed as RSS feed (for merge) - added -s strip HTML code from RSS (or Atom) feeds - added (hack) --href=FILE|URL get all links from a HTML document - changed --template=FILE into --template=FILE|URL

0.9.2 (beta)
- added (hack) youtube-download-link to RSS feed - added -u=AGENT use user-AGENT for connections - changed ANSI SQL script output a little - fixed RSS1.0 and RSS2.0 layouts to meet specs more closely

0.9.3
- removed a very annoying bug in the template code which caused segfaults if urls contained '%''s

0.9.4
- added --log=FILE write a log to FILE (including HTTP headers) - added md5 hashes to the ANSI SQL structure - added crc32 to the ANSI SQL structure - optimized the ANSI SQL structure again - added --sd strip descriptions from feeds - added (hack) --xxx generate RSS feed from several free XXX sites - made compilation of hacks optional (default: disabled) - added (hack) --google[=LANG] search Google for all available RSS feeds in LANG (default: en)

0.9.5
- added --shtml strip HTML code from descriptions - added --swhite strip whitespace from descriptions - added --slf strip line feeds/carriage returns from descriptions - added --sdesc strip the whole descriptions from feeds - options -s, --sd and -1 have been deprecated - added md5 hashes and crc32 for titles to the ANSI SQL structure to prevent feeds (like Google/News) with changing urls but the same title and description from bloating your db with dupes

0.9.6
- small fix for some malformed feeds (Thanks to Justin Piszcz)

0.9.7
- added --input-file=FILE download feeds found in FILE - added --shtml2 like --shtml but keeps links intact - have written a faq.html which should answer most questions

0.9.8
- added (hack) --troll generate RSS feed from the latest Slashdot trolls - fixed support for Atom feeds (tested with v0.3 feeds) - reduced memory footprint

0.9.9
- small change in the Makefile (Thanks to Christian Wiese) - added -o=FILE output into FILE (default: stdout) - option --property has bee deprecated; use --prop and -o instead - fixed the sort function which wasn't working since 0.9.8

0.9.10
- made some small fixes - made another small change to the ANSI SQL structure which should greatly improve speed of searches - added --sqlold output as ANSI SQL script (old structure)