[project @ 6106]
[poe-component-client-mpd.git] / Changes
blob2d97bcf69f19425a97fd6e222c586f9a5ac2251e
1 Revision history for POE-Component-Client-MPD
3 High-level changelog
4 ====================
6 0.4.x  pre-events
7 0.3.x  post-events, helper classes, more pococm-commands implemented
8 0.2.x  pococm-commands
9 0.1.x  pococm-conn cleaning + features, pococm-message
10 0.0.x  imported stuff from audio::mpd + porting to poe
13 Low-level changelog
14 ===================
16 0.4.0 Sun May 13 18:19:07 CEST 2007
17  - possibility to use pre-events
18  - new events handled:
19     . updatedb, seek, seekid
20     . pl.add, pl.delete, pl.clear
24 0.3.1 Sun May 13 14:55:42 CEST 2007
25  - new events handled:
26     . current, status
27     . play, playid, pause, stop, next, prev
30 0.3.0 Sun May 13 14:03:50 CEST 2007
31  - pococm now supports post callbacks, for post-treatments
32  - new helper classes: pococm-time, pococm-status, pococm-stats
33  - new event handled: stats()
37 0.2.0 Sun May 13 12:30:58 CEST 2007
38  - new module handling general commands: pococm-commands
39  - new events handled:
40     . output_enable()
41     . output_disable()
42  - serious pod cleaning
43  - improved test framework
47 0.1.2 Sat May 12 19:30:11 CEST 2007
48  - pococm-conn implements all cookings ($AS_ITEMS, $AS_KV)
49  - pococm-conn now spawns an error if:
50     . connection can't be made
51     . remote server isn't mpd
52  - added tests for pococm-conn
53  - new item available: pococmi-playlist
55 0.1.1 Sat May 12 13:53:55 CEST 2007
56  - pococm-request renamed in pococm-message
57  - messages now use dot (.) instead of colon (:)
58  - splitted ServerInput in pococm-conn
59  - pococm-conn implements $STRIP_FIRST cooking
61 0.1.0 Thu May 10 20:53:30 CEST 2007
62  - new helper class: pococm-request
63  - migrated api to use it to pass data around
67 0.0.3 Thu May 10 19:11:56 CEST 2007
68  - added test framework taken from audio::mpd
69  - updated this framework to be poe-aware
70  - first functional test: coll:all_files
72 0.0.2 Wed May  9 18:14:12 CEST 2007
73  - missing prereq readonly
74  - tests for pococm-item
76 0.0.1 Tue May  8 18:00:57 CEST 2007
77  - first version based on audio::mpd, ported to poe.
78  - connection to mpd done by pococ-tcp.
79  - first commands implemented: coll:all_files, pl:add, pl:delete.
80  - test client available: bin/client.pl
81  - almost no tests. :-(