]> kaliko git repositories - python-musicpd.git/blob - CHANGES.txt
CHANGES.txt: adding more changes in prep for 0.3.0 release
[python-musicpd.git] / CHANGES.txt
1 python-mpd Changes List
2 =======================
3
4 Changes in 0.3.0
5 ----------------
6
7 * added replay_gain_mode and replay_gain_status commands
8 * added mixrampdb and mixrampdelay commands
9 * added findadd and rescan commands
10 * added decoders command
11 * changed license to LGPL
12 * added sticker commands
13 * correctly handle errors in command lists (fixes a longstanding bug)
14 * raise IteratingError instead of breaking horribly when called wrong
15 * added fileno() to export socket FD (for polling with select et al.)
16 * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)
17 * support for connecting to unix domain sockets
18 * added consume and single commands
19 * added idle and noidle commands
20 * added listplaylists command
21
22 Changes in 0.2.1
23 ----------------
24
25 * connect() no longer broken on Windows
26
27 Changes in 0.2.0
28 ----------------
29
30 * support for IPv6 and multi-homed hostnames
31 * connect() will fail if already connected
32 * commands may now raise ConnectionError
33 * addid and update may now return None