Changeset 1145

Show
Ignore:
Timestamp:
07/25/06 07:56:53
Author:
miyagawa
Message:

packaging 0.7.4

Files:

Legend:

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

    r1007 r1145  
    11The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 
     2 
     3== 0.7.4 (2006/07/24) == 
     4 
     5=== Core === 
     6 
     7 * Support parsing multiple enclosures in RSS 2.0 
     8 * require URI::Fetch 0.071 which is not broken 
     9 * Aggregator::Simple: More Liberal RSS 2.0 detection code 
     10 * Rule::Deduped: Use entry's datetime as a part of key if it's there 
     11 * Purge cache on the global destruction phase of every run. #306 
     12 * Fix Mac dependencies  
     13 * RSS 2.0 feed will have the 1st enclosure with the URL defined. #325 
     14 * CustomFeed::Simple now resolves relative link before parsing. #325 
     15 * SmartFeed now allows setting 'link' (otsune, Dave Cross) 
     16 * Don't override XML::LibXML with Liberal other than feed parsing. #324, #328 
     17 * plugin_path now can be a scalar 
     18 * Use Term::Encoding to detect terminal encoding automatically if available. #329 
     19 * Updated Encode.pm dependency for callbacks. #322 
     20 * Filter::EntryFullText now allows to write XPath expression to extract entry body (youpy) 
     21 * Replace 'FOREACH foo IN bar' with 'FOREACH foo = bar' for TT backward compatibility (cmarcelo) 
     22 
     23=== New Plugins === 
     24 
     25 * CustomFeed::PerlMonks: Newest nodes on perlmonks (Jeff Bisbee) 
     26 * Publish::LivedoorClip: Post entries to Livedoor Clip (Yappo) 
     27 * Notify::Balloon: Notify updates using BalloonNotify on Win32 (miyagawa)  
     28 * Publish::PowerPoint: Publish slides off of feeds (charsbar) 
     29 * Publish::SWF: Publish Flash .swf file off of feed entries (akihito) 
     30 
     31=== Plugins Updates === 
     32 
     33 * Notify::IRC: better document, ick_taken error handling (Thanks to Jeff Bisbee), update template 
     34 * Notify::IRC: refactored internal code and check IKC on init (Jeff Bisbee) 
     35 * Subscription::LivedoorReader: Better JSON error handling 
     36 * CustomFeed::Debug: Now being able to set datetime 
     37 * Widget::Delicious: Update the post URI to v4. No username needed anymore. 
     38 * Widget::HatenaBookmarkUsersCount: Use image based API if XMLRPC is not enabled (default) 
     39 * Publish::Gmail: use permalink rather then entry.link 
     40 * CustomFeed::AmazonAssociateReportJP: Added ordersReport (otsune) 
     41 * CustomFeed::YouTube: update regular expressions (mizzy) 
     42 * Filter::BreakEntriesToFeeds: Added 'use_entry_title' config 
    243 
    344== 0.7.3 (2006/06/22) == 
  • trunk/plagger/MANIFEST

    r1007 r1145  
    3232assets/plugins/Filter-EntryFullText/extremetech.yaml 
    3333assets/plugins/Filter-EntryFullText/forbes.yaml 
     34assets/plugins/Filter-EntryFullText/ft.yaml 
    3435assets/plugins/Filter-EntryFullText/gyao_content.pl 
    3536assets/plugins/Filter-EntryFullText/hatena_diary.pl 
     
    4142assets/plugins/Filter-EntryFullText/itpro_nikkeibp.yaml 
    4243assets/plugins/Filter-EntryFullText/japan_zdnet_com.yaml 
     44assets/plugins/Filter-EntryFullText/juno.yaml 
    4345assets/plugins/Filter-EntryFullText/kyodo.yaml 
    4446assets/plugins/Filter-EntryFullText/kyoko_shimbun_news.yaml 
     
    6365assets/plugins/Filter-EntryFullText/osaka_nikkansports.yaml 
    6466assets/plugins/Filter-EntryFullText/physorg.yaml 
     67assets/plugins/Filter-EntryFullText/pitchforkmedia.yaml 
    6568assets/plugins/Filter-EntryFullText/plaza_rakuten.yaml 
    6669assets/plugins/Filter-EntryFullText/pmachine.pl 
     
    8689assets/plugins/Filter-EntryFullText/ti-da_net.yaml 
    8790assets/plugins/Filter-EntryFullText/til_info_apple_co_jp.yaml 
     91assets/plugins/Filter-EntryFullText/tiyu_to.yaml 
    8892assets/plugins/Filter-EntryFullText/usatoday.yaml 
    8993assets/plugins/Filter-EntryFullText/usewill_com_diary.pl 
     
    121125assets/plugins/Filter-TruePermalink/msn-mainichi.yaml 
    122126assets/plugins/Filter-TruePermalink/namaan.yaml 
     127assets/plugins/Filter-TruePermalink/oreillynet_com.yaml 
    123128assets/plugins/Filter-TruePermalink/podtrac.yaml 
    124129assets/plugins/Filter-TruePermalink/rd_yahoo.yaml 
     
    127132assets/plugins/Filter-TruePermalink/refrss.yaml 
    128133assets/plugins/Filter-TruePermalink/tech_souken.yaml 
     134assets/plugins/Filter-TruePermalink/tiyu_to.yaml 
    129135assets/plugins/Filter-TruePermalink/yahoo_blog_search.yaml 
    130136assets/plugins/Filter-TruePermalink/yahoo_blog_search2.yaml 
     
    214220lib/Plagger/Plugin/CustomFeed/Mixi.pm 
    215221lib/Plagger/Plugin/CustomFeed/MixiDiarySearch.pm 
     222lib/Plagger/Plugin/CustomFeed/PerlMonks.pm 
    216223lib/Plagger/Plugin/CustomFeed/POP3.pm 
    217224lib/Plagger/Plugin/CustomFeed/Simple.pm 
     
    270277lib/Plagger/Plugin/Filter/TTP.pm 
    271278lib/Plagger/Plugin/Filter/URLBL.pm 
     279lib/Plagger/Plugin/Notify/Balloon.pm 
    272280lib/Plagger/Plugin/Notify/Beep.pm 
    273281lib/Plagger/Plugin/Notify/Campfire.pm 
     
    293301lib/Plagger/Plugin/Publish/IMAP.pm 
    294302lib/Plagger/Plugin/Publish/JavaScript.pm 
     303lib/Plagger/Plugin/Publish/LivedoorClip.pm 
    295304lib/Plagger/Plugin/Publish/Maildir.pm 
    296305lib/Plagger/Plugin/Publish/MT.pm 
     
    303312lib/Plagger/Plugin/Publish/Planet.pm 
    304313lib/Plagger/Plugin/Publish/Playlog.pm 
     314lib/Plagger/Plugin/Publish/PowerPoint.pm 
    305315lib/Plagger/Plugin/Publish/PSP.pm 
    306316lib/Plagger/Plugin/Publish/Speech.pm 
    307317lib/Plagger/Plugin/Publish/Speech/MacOSX.pm 
    308318lib/Plagger/Plugin/Publish/Speech/Win32.pm 
     319lib/Plagger/Plugin/Publish/SWF.pm 
    309320lib/Plagger/Plugin/Publish/Takahashi.pm 
    310321lib/Plagger/Plugin/Search/Estraier.pm 
  • trunk/plagger/lib/Plagger.pm

    r1079 r1145  
    11package Plagger; 
    22use strict; 
    3 our $VERSION = '0.7.3'; 
     3our $VERSION = '0.7.4'; 
    44 
    55use 5.8.1;