Plagger

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 * Notify::Balloon: Notify updates using BalloonNotify on Win32 (miyagawa) 
 * Publish::PowerPoint: Publish slides off of feeds (charsbar)
 * Publish::SWF: Publish Flash .swf file off of feed entries (akihito)

=== Plugins Updates ===

 * Notify::IRC: better document, ick_taken error handling (Thanks to Jeff Bisbee), update template
 * Notify::IRC: refactored internal code and check IKC on init (Jeff Bisbee)
 * Subscription::LivedoorReader: Better JSON error handling
 * CustomFeed::Debug: Now being able to set datetime
 * Widget::Delicious: Update the post URI to v4. No username needed anymore.
 * Widget::HatenaBookmarkUsersCount: Use image based API if XMLRPC is not enabled (default)
 * Publish::Gmail: use permalink rather then entry.link
 * CustomFeed::AmazonAssociateReportJP: Added ordersReport (otsune)
 * CustomFeed::YouTube: update regular expressions (mizzy)
 * Filter::BreakEntriesToFeeds: Added 'use_entry_title' config

== 0.7.3 (2006/06/22) ==

=== Core ===
 
 * Added Net::SMTP::TLS as a dependency
 * rewrite_config doesn't die if there's permission error
 * rewrite_config escapes regexp meta characters (Reported by s_fujiwara)
 * Don't include t/core in the distro now
 *   

=== New Plugins ===

 * Filter::FetchEnclosure::Curl: download enlcosures using Curl 
 * CustomFeed::MixiDiarySearch: CustomFeed handler for mixi.jp diary search 
 * Rule::Deduped: dedupe entries based on URL
 * CustomFeed::2chSearch: CustomFeed to handle find.2ch.net SERP
 * Notify::Beep: Beep your PC for feed notification using Audio::Beep
 * Subscription::Bookmarks: Extract subscription from Bookmarks of IE, Firefox and Safari (miyagawa, youpy)
 
=== Plugins Updates ===

 * Publish::Gmail: wrap MIME::Lite errors in eval
 * Filter::FindEnclosures: Added yourfilehost.com, Mainichi Interactive and TypePad.com enclosure finder 
 * CustomFeed::Flickr: refactored from scratch and added enclosure support 
 * Filter::FetchEnclosure::ParallelUA: support Cookie sharing
 * Filter::EntryFullText: misc upgrader files (topia, otsune, youpy, drawnboy)
 * Notify::SSTP: added missing template (secondlife)
 * Filter::2chRSSContent: Support id-less boards
 * Publish::Gmail: don't send email when there's no entry #297 
 * Filter::EntryFullText: Added config parameter "force_upgrade"
 * Rule::URLBL: support DNS caching 
 * Filter::TruePermalink: Don't rewrite permalink but link
 * Publish::JavaScript: code tweaks and document updates
 * Filter::EntryFullText: use Last-Modified to populate entry date even if there's no match 
 * Publish::CHTML: don't die if entry body contains non-sjis mappable entities. Change default to cp932
 * Subscription::Planet: Added feedster.jp
 * CustomFeed::Mixi: don't try to get unknown owner_id in RecentComment

== 0.7.2 (2006/06/02) ==

=== Core ===

 * Make Cookies instances Singleton (suggested by Yappo)
 * Calls env_proxy on Plagger::UserAgent so that HTTP_PROXY env variable is respected (woremacx)
 * Add w3m cookie files support
 * Aggregator::Simple globally overrides LibXML parser with Liberal if possible
 * Recommend newest XML::Liberal 0.11 so that liberal XML parsing would take the best effect 
 * $ua->mirror can take $req so that plugins can add custom HTTP headers like Referer. #208
 * Change flv MIME value to video/x-flv
 * Media RSS support in RSS parsers to extract enclosures and thumbnails. #141
 * XML::Feed, XML::Atom, XML::LibXML and XML::RSS::LibXML are now core required modules. #176
 * Support Hatena Fotolife and Apple photocast namespaces for thumbnail extraction. 

=== New Plugins ===

 * Filter::LivedoorKeywordUnlink: strip and normalize links to livedoor keywords (miyagawa)
 * Subscription::File: subscribe to URLs in plain text file (wolverian)
 * Subscription::FOAF: subscribe to friends' weblogs in FOAF:knows (wolverian)
 * Subscription::Feed: subscribe to item links in RSS/Atom Feeds (miyagawa)
 * Filter::FetchEnclosure::Xango: Xango-based asynchronous POE downloader (dmaki)
 * Filter::FetchEnclosure::Wget: use wget command line tool for async download (miyagawa)
 * Filter::FetchEnclosure::ParallelUA: use LWP::Parallel for async download (miyagawa)
  
=== Plugins Updates ===

 * Filter::2chRSSContent: Updated regexp so that it works without milliseconds (miagawa)
 * Filter::FeedBurnerPermalink: Work with Atom 1.0 feed to extract permalink
 * Subscription::Bloglines: Try with mark_read=0, then fallback to loop mode if it failed, to avoid data loss
 * CustomFeed::YouTube: updated regexp for thumbnail servers (fujiwara)
 * Filter::EntryFullText: move the place of hook before date parser to hack date format
 * Filter::BreakEntriesToFeeds: Don't change feed title. #220
 * Filter::FetchEnclosure: Added fake_referer config to add Referer header. 
 * Publish::Gmail: attaches inline img enclosures as multipart/related and replace img src with Content-IDs.
 * Publish::Gmail: attach_enclosures is now optional, defaults to off.
 * Fliter::RSSLiberalDateTime: Fixed bug around minus timezones
 * Filter::EntryFullText: Support icon extraction
 * Filter::EntryFullText: Added NoNetwork option to URI::Fetch so that it's much faster
 * Filter::EntryFullText: thinkit.co.jp and pasonatech.co.jp (otsune)
 * Subscription::Planet: Added new Bloglines feed search 
 * Filter::*Permalink: removed in favor of TruePermalink
 
== 0.7.1 (2006/05/24) ==

=== Core ===

 * Added woremacx, topia and cheebow as AUTHORS
 * Plagger::Cookies and Plagger::Mechanize allows Plagger to share cookies with your browser like Firefox, IE or Safari.

=== New Plugins ===

 * Notify::UpdatePing: notify updates via XMLRPC pings (miyagawa)
 * Notify::Tiarra: notify updates via Tiarra control socket (topia)
 * Publish::PalmDoc: publish updates to PalmDoc (cheebow)
 * Publish::OutlineText: publish updates as outline text (cheebow)

=== Plugins Updates ===

 * Filter::Regexp: now you can use utf-8 regular expressions (woremacx)
 * Widget::Delicious: Support one_click_post to automatically post by clicking (s_nobu)
 * Filter::FindEnclosures: Now it's extensible using meta-plugins. Added youtube.pl as an example. Thanks to mizzy
 * CustomFeed::Simple: deduplicate links by URLs. Don't add links associated with images without alt (miyagawa)
 * Filter::TruePermalink: Added YouTube, MSN Mainichi
 * Publish::MT: Fixed blog_id config bug. #252
 * Subscription::LivedoorReader: Adds ApiKey as a sticky query to their API (suggested by mala)



( run in 3.101 seconds using v1.01-cache-2.11-cpan-71847e10f99 )