Changeset 1145
- Timestamp:
- 07/25/06 07:56:53
- Files:
-
- trunk/plagger/Changes (modified) (1 diff)
- trunk/plagger/MANIFEST (modified) (10 diffs)
- trunk/plagger/lib/Plagger.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/Changes
r1007 r1145 1 1 The 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 2 43 3 44 == 0.7.3 (2006/06/22) == trunk/plagger/MANIFEST
r1007 r1145 32 32 assets/plugins/Filter-EntryFullText/extremetech.yaml 33 33 assets/plugins/Filter-EntryFullText/forbes.yaml 34 assets/plugins/Filter-EntryFullText/ft.yaml 34 35 assets/plugins/Filter-EntryFullText/gyao_content.pl 35 36 assets/plugins/Filter-EntryFullText/hatena_diary.pl … … 41 42 assets/plugins/Filter-EntryFullText/itpro_nikkeibp.yaml 42 43 assets/plugins/Filter-EntryFullText/japan_zdnet_com.yaml 44 assets/plugins/Filter-EntryFullText/juno.yaml 43 45 assets/plugins/Filter-EntryFullText/kyodo.yaml 44 46 assets/plugins/Filter-EntryFullText/kyoko_shimbun_news.yaml … … 63 65 assets/plugins/Filter-EntryFullText/osaka_nikkansports.yaml 64 66 assets/plugins/Filter-EntryFullText/physorg.yaml 67 assets/plugins/Filter-EntryFullText/pitchforkmedia.yaml 65 68 assets/plugins/Filter-EntryFullText/plaza_rakuten.yaml 66 69 assets/plugins/Filter-EntryFullText/pmachine.pl … … 86 89 assets/plugins/Filter-EntryFullText/ti-da_net.yaml 87 90 assets/plugins/Filter-EntryFullText/til_info_apple_co_jp.yaml 91 assets/plugins/Filter-EntryFullText/tiyu_to.yaml 88 92 assets/plugins/Filter-EntryFullText/usatoday.yaml 89 93 assets/plugins/Filter-EntryFullText/usewill_com_diary.pl … … 121 125 assets/plugins/Filter-TruePermalink/msn-mainichi.yaml 122 126 assets/plugins/Filter-TruePermalink/namaan.yaml 127 assets/plugins/Filter-TruePermalink/oreillynet_com.yaml 123 128 assets/plugins/Filter-TruePermalink/podtrac.yaml 124 129 assets/plugins/Filter-TruePermalink/rd_yahoo.yaml … … 127 132 assets/plugins/Filter-TruePermalink/refrss.yaml 128 133 assets/plugins/Filter-TruePermalink/tech_souken.yaml 134 assets/plugins/Filter-TruePermalink/tiyu_to.yaml 129 135 assets/plugins/Filter-TruePermalink/yahoo_blog_search.yaml 130 136 assets/plugins/Filter-TruePermalink/yahoo_blog_search2.yaml … … 214 220 lib/Plagger/Plugin/CustomFeed/Mixi.pm 215 221 lib/Plagger/Plugin/CustomFeed/MixiDiarySearch.pm 222 lib/Plagger/Plugin/CustomFeed/PerlMonks.pm 216 223 lib/Plagger/Plugin/CustomFeed/POP3.pm 217 224 lib/Plagger/Plugin/CustomFeed/Simple.pm … … 270 277 lib/Plagger/Plugin/Filter/TTP.pm 271 278 lib/Plagger/Plugin/Filter/URLBL.pm 279 lib/Plagger/Plugin/Notify/Balloon.pm 272 280 lib/Plagger/Plugin/Notify/Beep.pm 273 281 lib/Plagger/Plugin/Notify/Campfire.pm … … 293 301 lib/Plagger/Plugin/Publish/IMAP.pm 294 302 lib/Plagger/Plugin/Publish/JavaScript.pm 303 lib/Plagger/Plugin/Publish/LivedoorClip.pm 295 304 lib/Plagger/Plugin/Publish/Maildir.pm 296 305 lib/Plagger/Plugin/Publish/MT.pm … … 303 312 lib/Plagger/Plugin/Publish/Planet.pm 304 313 lib/Plagger/Plugin/Publish/Playlog.pm 314 lib/Plagger/Plugin/Publish/PowerPoint.pm 305 315 lib/Plagger/Plugin/Publish/PSP.pm 306 316 lib/Plagger/Plugin/Publish/Speech.pm 307 317 lib/Plagger/Plugin/Publish/Speech/MacOSX.pm 308 318 lib/Plagger/Plugin/Publish/Speech/Win32.pm 319 lib/Plagger/Plugin/Publish/SWF.pm 309 320 lib/Plagger/Plugin/Publish/Takahashi.pm 310 321 lib/Plagger/Plugin/Search/Estraier.pm trunk/plagger/lib/Plagger.pm
r1079 r1145 1 1 package Plagger; 2 2 use strict; 3 our $VERSION = '0.7. 3';3 our $VERSION = '0.7.4'; 4 4 5 5 use 5.8.1;
