[project @ 6202]
[poe-component-client-mpd.git] / Changes
blob1a1846c662270766f55ebcc67f48f6a019f73516
1 Revision history for POE-Component-Client-MPD
3 High-level changelog
4 ====================
6 0.4.x  pre-events, data transform, more pococm-commands implemented
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.2 Mon May 21 18:39:07 CEST 2007
17  - new events handled:
18     . urlhandlers
19     . volume
20     . repeat, random, fade
21     . song, songid
22  - which means that all commands are now handled! (except password of course)
24 0.4.1 Sun May 20 12:21:08 CEST 2007
25  - possibility to add transform to whole data instead of having to use post-callbacks
26  - new events handled: kill, version
27  - improved non-regression test suite
29 0.4.0 Sun May 13 18:19:07 CEST 2007
30  - possibility to use pre-events
31  - new events handled:
32     . updatedb, seek, seekid
33     . pl.add, pl.delete, pl.clear
37 0.3.1 Sun May 13 14:55:42 CEST 2007
38  - new events handled:
39     . current, status
40     . play, playid, pause, stop, next, prev
43 0.3.0 Sun May 13 14:03:50 CEST 2007
44  - pococm now supports post callbacks, for post-treatments
45  - new helper classes: pococm-time, pococm-status, pococm-stats
46  - new event handled: stats
50 0.2.0 Sun May 13 12:30:58 CEST 2007
51  - new module handling general commands: pococm-commands
52  - new events handled:
53     . output_enable
54     . output_disable
55  - serious pod cleaning
56  - improved test framework
60 0.1.2 Sat May 12 19:30:11 CEST 2007
61  - pococm-conn implements all cookings ($AS_ITEMS, $AS_KV)
62  - pococm-conn now spawns an error if:
63     . connection can't be made
64     . remote server isn't mpd
65  - added tests for pococm-conn
66  - new item available: pococmi-playlist
68 0.1.1 Sat May 12 13:53:55 CEST 2007
69  - pococm-request renamed in pococm-message
70  - messages now use dot (.) instead of colon (:)
71  - splitted ServerInput in pococm-conn
72  - pococm-conn implements $STRIP_FIRST cooking
74 0.1.0 Thu May 10 20:53:30 CEST 2007
75  - new helper class: pococm-request
76  - migrated api to use it to pass data around
80 0.0.3 Thu May 10 19:11:56 CEST 2007
81  - added test framework taken from audio::mpd
82  - updated this framework to be poe-aware
83  - first functional test: coll:all_files
85 0.0.2 Wed May  9 18:14:12 CEST 2007
86  - missing prereq readonly
87  - tests for pococm-item
89 0.0.1 Tue May  8 18:00:57 CEST 2007
90  - first version based on audio::mpd, ported to poe.
91  - connection to mpd done by pococ-tcp.
92  - first commands implemented: coll:all_files, pl:add, pl:delete.
93  - test client available: bin/client.pl
94  - almost no tests. :-(