The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog

== 0.5.4 (2006/02/27) ==

=== Core ===

 * Makefile.PL has a much better dependencies #59 (Thanks to Daisuke Maki)
 * Fixed multiple categories handling bug in Aggregator::Simple (Thanks to koyachi)
 * Added body_text, title_text convinience methods to Feed and Entry
 * Now uses FindBin module to find templates directory in a better way (youpy)
 * New authors: Daisuke Maki, Tokuhiro Matsuno and Tsutomu Koyachi

=== New Plugins ===

 * Aggregator::Xango - POE based high-speed parallel crawling (daisuke)
 * Publish::PDF - Create PDF files based on feeds (miyagawa)
 * Publish::Speech - Make the feeds as an audio using Text-to-Speech (miyagawa)
 * Publish::MSAgent - Let Microsoft Agent to speak feeds content (miyagawa)
 * Publish::Growl - Send feed notifications to Mac OSX Growl (kazeburo)
 * Filter::tDiaryComment - strip comments from tDiary RSS (tokuhirom)
 * Filter::TTP - replace ttp: with http: (tokuhirom)
 * Filter::DeliciousFeedTags - split del.icio.us "foo bar baz" tags into array (miyagawa)
 * Publish::Delicious - post entries to del.icio.us automatically (koyachi)

=== Plugins Updates ===

 * Publish::Spotlight: Now it without Mac::Glue using osascript call
 * Publish::MTWidget: Added an option to rebuild the blog templates after updating widgets
 * Publish::Gmail: Added an option to support POP3 before SMTP (tokuhirom)

== 0.5.3 (2006/02/25) ==

=== Core ===

 * Added aggregator.finalize, publish.entry and publish.init hook
 * Added Plagger::Rule::Fresh to match with 'fresh' entries (thanks to youpy)
 * Fixed bug with SmartFeed creating duplicated entries #61
 * Support log:level global configuration flag to set min loglevel

=== Plugins ===

 * Added Publish::Spotlight to create WebBookmark searchable with Spotlight (youpy)
 * Added Search::Namazu to create HTML files searchable with Namazu (miyagawa)
 * Added Search::Rast to index entries with Rast (Yappo)
 * Added Publish::MTWidget to publish Movable Type Sidebar Manager widget (miyagawa)
 * Added an option 'show_icon: 1', to show users pic in Frepa and Mixi custom feeds
 * Fixed Subscription::Mailman to handle subject prefixes without index
 * Publish::IRC now has 'announce: action' option to use CTCP ACTION rather than NOTICE
 * Filter::StripRSSAd now strips Rakuten Hiroba (plaza.rakuten.co.jp) ad pattern
 * Fixed CustomFeed::Frepa to complete the trimmed title under fetch_body mode
 * Fixed typo in Subscription::HatenaRSS

== 0.5.2 (2006/02/22) ==

 * Added Subscription::HatenaRSS plugin to fetch subscription from Hatena RSS (http://r.hatena.ne.jp/)
 * Added Subscription::Odeo plugin to fetch subscription from Odeo (http://www.odeo.com/): #43
 * Added Publish::IRC plugin to notify updates to IRC channel: #46 (Masayoshi Sekimura)
 * Fixed critical bug that Rule::Expression is broken: #51
 * Fixed Mailman CustomFeed bug around English localization: #49
 * Added Filter::RSSStripAd plugin to strip ads of Google AdSense or RssAd.jp: #33

== 0.5.1 (2006/02/17) ==
 
 * Updated package name from "plagger" to "Plagger"
 * Fixed MANIFEST problem that doesn't contain "config.yaml.sample"

== 0.5.0 (2006/02/17) ==

 * First release