miyagawa / remedie

perl based pluggable media center application

This URL has Read+Write access

remedie / Changes
100644 64 lines (55 sloc) 2.94 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Revision history for Perl extension Remedie
 
0.4.1 Sun Mar 15 14:30:17 PDT 2009
        * Support deleting original files in File system channel [#175]
        * updated southparkstudios.com plugin with their new season
        * Implemented Drag & Drop sorting channels
        * Implemented incremental channel and item filter
        * Delay loading piclens JavaScript
 
0.4.0 Sun Mar 8 17:04:23 PDT 2009
        * new iPhone UI with iUI
        * Integration with Fluid (native Growl, Dock Badge etc.)
        * Fixed a bug with tools/refresh with channel_id arg
 
0.3.4 Sun Mar 1 18:07:02 PST 2009
        * Use Any::Moose and MouseX:: modules for speedy startup and smaller dependencies
        * New site plugins: scribd.com, whitehouse.gov, dpj.or.jp, ikkostyle.jp, academicsearch.org,
          fliggo.com, crunchyroll.com and thewb.com
        * Fixed veoh.com plugin to adjust image thumbnails
        * Coloring tools/refresh output
 
0.3.3 Sun Feb 22 19:11:40 PST 2009
        * Fixed width/height extraction from Media RSS
        * Remove unnecessary height offset in Silverlight playback
        * Upgraded jQuery to 1.3.2
        * Added quick-and-dirty CLI tool to export and refresh channels
        * Tweaked perl dependencies
        * New plugins: slideshare.net, hulu.com (since they dropped Media RSS player)
        * Updated video.watch.impress.co.jp
        * Updated veoh.com search result to exclude YouTube syndicated videos
 
0.3.2 Mon Feb 16 14:54:33 PST 2009
        * New plugins: survival.tv, mooom.jp, vids.myspace.com, bptv.nikkeibp.co.jp, woopie.jp
        * Test tweaks on portability
        * Added 'play item in an iframe' option
        * YouTube plugin now checks if the embedding is disabled [#165]
        * Escape JSON high-bit characters to avoid jQuery JSON parser error [#166]
 
0.3.1 Sun Feb 8 23:08:09 PST 2009
        * Shadowbox title now links to entry if there's a link URL
        * Fix blockUI to close with click overlay rather than double clicks
        * Changed Shadowbox animation to sync
        * Updated Veoh.com plugins to work with their site upgrade
        * Handle YouTube search feed to default to reverse chron
        * Added MSN Video plugin
        * Updated jquery.form.js to work with jQuery 1.3
        * Added Ask Video, Ameba Vision, Guba.com plugins
        * Refactored test suite
 
0.3.0 Tue Feb 3 03:23:18 PST 2009
        * Moved the source code repository to github
        * reorganized how to handle site-specific plugins under root/plugins/{domain}
        * Integrated Shadowbox.js player
        * Upgraded JW to 4.3.x
        * Upgraded jQuery to 1.3.1
        * new site-specific Discovery::Site
        * new plugin CustomFeed::Scraper
        * Experimental support for HTML enclosures via iframe
        * Experimental Web notification using jGrowl
        * Tons of video site plugins
 
0.01 Fri Oct 31 20:27:14 2008
        - original version