Changeset 380

Show
Ignore:
Timestamp:
03/09/06 09:58:28
Author:
miyagawa
Message:

Oops, forgot to update Changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/Changes

    r265 r380  
    11The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 
     2 
     3== 0.5.6 (2006/03/08) == 
     4 
     5=== Core === 
     6 
     7 * New AUTHORS: Yuichi Tateno, Gosuke Miyashita, Casey West, Jesse Vincent, Naoya Ito and Kenichi Ishigaki 
     8 * Make ~/.plagger directory not readable by other users. (Thanks to typester) 
     9 * Better package management and pod tests (obra) 
     10 * config examples/ directory (cwest) 
     11 * Templates and other plugins resource rename (cwest) 
     12 * SmartFeed now has $entry->source to point to source feed (miyagawa) 
     13 * $context->templatize($plugin, $file, $var) conveniene method (miyagawa) 
     14 * Plagger::Date now uses local timezone as a default, when there's no config 
     15 * Added aggregator.aggregate.filter experimental hook for Aggregator::Simple (miyagawa) 
     16 * Implement define_recipes, recipes and includes directive in config for DRY (Yappo, secondlife) 
     17 * $plugin->cache->path_to() to point plugin specifc temp file (miyagawa) 
     18 * Added 'plugin.init' hook (miyagawa) 
     19 
     20=== New Plugins === 
     21 
     22 * Notify::SSTP: Notify updates to Sakura Script Transfer Protocol (secondlife) 
     23 * Publish::Playlog: Use Atom Publishing Protocol to post iTunes playlog (mizzy) 
     24 * CustomFeed::iTunesRecentPlay: iTunes' recent playlist as a custom feed (mizzy) 
     25 * SmartFeed::All: All updates as one feed (miyagawa, cwest) 
     26 * Publish::CSV: publish updates as Comma Separated Value format (naoya) 
     27 * Filter::HatenaFormat: filter hatena format (naoya) 
     28 * Publish::MT: publish updates using MT XML-RPC API (naoya) 
     29 * Publish::Planet: Planet-Planet clone in Plagger (cwest) 
     30 * Publish::OPML: publish OPML files based on subscription (miyagawa) 
     31 * CustomFeed::FlickrSearch: Use Flickr API to create custom feeds (cwest) 
     32 * CustomFeed::AmazonAssociateReportJP: Fetch Amazon's associate report (naoya) 
     33 * Filter::ImageInfo: fetch information of $feed->image and $entry->icon (miyagawa) 
     34 * Subscription::HatenaGroup: fetch Hatena Group blogs as subscription (tokuhirom) 
     35 * Filter::BlogPet: Strip BlogPet's post (naoya) 
     36 * Filter::SpamAssassin: Use SpamAssassin to strip spam posts (charsbar) 
     37 
     38=== Plugins Updates === 
     39 
     40 * Aggregator::Xango: Added conditional GET support #93 (Daisuke) 
     41 * CustomFeed::Mixi: Support links to deleted entry #96 (miyagawa) 
     42 * Aggregator::Simple: Fixed error handling bug when URL is 404 #97 (miyagawa) 
     43 * CustomFeed::POP3: Create one feed per one mail (tokuhirom) 
     44 * Publish::Gmail: Fixed bad MAIL FROM: when used with Sendmail (Thanks to maru.gs) 
     45 * Subscription::Config: Support array of just URLs (miyagawa) 
     46 * Publish::PSP: template typo fix in permalink (miyagawa) 
     47 * Rule::Fresh: no datetime field means it's fresh (miyagawa) 
     48 * Subscription::Bloglines: Liberal parser support. Fallbacks to loop mode when it still finds error (miyagawa) 
     49 * Aggregator::Simple: uses XML::RSS::Liberal if it's installed (miyagawa) 
     50 * Publish::Gmail: resizes feed and entry images when it's too big (miyagawa) 
     51 * Filter::StripRssAd: Support Pheedo ads pattern (miyagawa) 
     52 * Rule::Fresh: Handle empty dates better (cwest) 
     53 * Aggregator::Simple: handle Atom 1.0 date fields (miyagawa, cwest) 
     54 * Widget::HatenaBookmarkUsersCount: Support '#' in the URL (otsune) 
     55 * CustomFeed::Frepa: Fixed to support Frepa's new HTML (miyagawa) 
    256 
    357== 0.5.5 (2006/03/03) == 
     
    2276 * Notify::Eject: eject your CD drive to notify feed updates! :-) (Yappo, fumiakiy, otsune) 
    2377 * Publish::Pipe: use UNIX pipe to notify the updates to commands (e.g: lpr, /usr/bin/say) (youpy) 
    24  * Notidy::Campfire: Notify feed updates to 37 signals' Campfire chat service (nagayama) 
     78 * Notify::Campfire: Notify feed updates to 37 signals' Campfire chat service (nagayama) 
    2579 * Filter::Regexp: Update entry body by a regular expression in config (miyagawa) 
    2680 * Publish::HatenaBookmark: post updates to Hatena Bookmark using Atom Protocol (fuba) 
    2781 * CustomFeed::POP3: Fetch email using POP3 protocl and creates feed off of it (tokuhirom) 
    28  * Filter::RSSTimeZone: Fix RSS 2.0 bad timezone string in RFC 822 date format (miyagawa) 
    29  * Filter::FloatingDate: Fix floating datetime (dc:date and such) to your local timezone (kazeburo) 
     82 * Filter::RSSTimeZoneString: Fix RSS 2.0 bad timezone string in RFC 822 date format (miyagawa) 
     83 * Filter::FloatingDateTime: Fix floating datetime (dc:date and such) to your local timezone (kazeburo) 
    3084 
    3185=== Plugins Updates ===