Update NEWS for v0.4.4
[libquvi-scripts.git] / NEWS
blobf897256eb22f10f528f80dbebe460e81a730a8c5
1 v0.4.4 (2012-03-23) / Toni Gundogdu
3 Toni Gundogdu:
4   - Rewrite scripts using "foo:match" instead of "foo:find"
5   - FIX: clipfish.lua: Use new config URL [bb8bf4c]
6   - FIX: dailymotion.lua: Issue with some videos (#92) [325b20e]
7       - Thanks to David Pugnasse for the fix
8   - FIX: Lua-5.2: Use gmatch instead of gfind (#89) [b5ae4e1]
9   - FIX: Lua-5.2: Use the # operator instead (#89) [04f0284]
10   - FIX: youtube.lua: Allow embed URLs w/ params (#90) [386aae2]
11   - FIXME: bikeradar.lua [6d64461]
14 v0.4.3 (2012-03-01) / Toni Gundogdu
16 Anonymous:
17   - Add tcmag.lua [5f8d188]
18   - FIX: xhamster.lua (HTTP/403) [2bd53fd]
20 Bastien Nocera:
21   - Add special-case suffix for audio/mpeg [ca784e3]
22   - FIX: soundcloud.lua: Multi-byte char handling [82d1818]
24 mutantmonkey:
25   - Add IMDb support (#88) [7198600]
27 PaulK:
28   - Add support for pornhub.com (NSFW) [968143b]
29   - Add support for tnaflix.com (NSFW) [d34caf1]
30   - FIX: youjizz [b60401e]
32 Toni Gundogdu:
33   - Add videa.hu support (#84, Bastien) [ab56c38]
34   - FIX: liveleak.lua: attempt to index field 'path' (nil) [4919605]
35   - FIX: mgnetwork.lua: return duration in msec [b34fef6]
36   - FIX: videobash.lua: media URL pattern [8072eac]
37   - guardian.lua: Parse from JSON instead (#83) [019f38e]
38   - liveleak.lua: Support embedded URLs [fdd223a]
39   - Mark globo.lua as FIXME [26f48f5]
40   - Mark tube8.lua as FIXME [de13a39]
41   - Remove buzzhumor.lua [a568afc]
42   - Remove megavideo.lua [dc08e00]
43   - soundcloud.lua: Rework title parsing [53204fd]
44   - tcmag.lua: Make query_formats work with external content [f5cbd0d]
45   - ted.lua: Support the "default" format only [2caf52b]
48 0.4.2  Tue Nov 29 2011  Toni Gundogdu
49 Changes:
50     - Add mgnetwork.lua, mutantmonkey <mutantmonkey@mutantmonkey.in> (#78)
51     - Remove foundrymusic.lua
52 Fixes:
53     - tube8.lua: media URL parsing, Tomas Janousek <tomi@nomi.cz> (#80)
54     - Multiple: potential "attempt to index ... (a nil value)"
55     - dailymotion.lua: no match: video plugin params
56     - videobash.lua: media URL parsing (#81)
59 0.4.1  Sun Nov 06 2011  Toni Gundogdu
60 Changes:
61     - ted.lua: Handle off-site media
62 Fixes:
63     - ted.lua: thumbnail URL pattern
64     - xhamster.lua: title pattern
65     - yfrog.lua: title pattern
66     - ted.lua: media URL check
69 0.4.0  Wed Oct 05 2011  Toni Gundogdu
71 Changes:
72   - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi-scripts.git>
73   - videobash.lua (#71), thanks to Thomas Preud'homme <robotux@celest.fr>
74   - Add quvi/html.lua, thanks to Hans Elbers for the permission to use
75   - foundrymusic.lua (#69), thanks howeyc
76   - totallynsfw.lua, thanks anon
78 Fixes:
79   - "attempt to call global parse_path (a nil value)" in quvi/url.lua
80   - youtube.lua: YouTube.normalize: handle youtu.be with '/watch?v='
81   - liveleak.lua: 'handles' pattern: accept word chars
82   - pluzz.lua: rewrite to use quvi/util.lua: handles
84 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.