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