]> kaliko git repositories - python-musicpd.git/blob - CHANGES.txt
CHANGES.txt: adding 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 * correctly handle errors in command lists (fixes a longstanding bug)
8 * raise IteratingError instead of breaking horribly when called wrong
9 * added fileno() to export socket FD (for polling with select et al.)
10 * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)
11 * support for connecting to unix domain sockets
12 * added consume and single commands
13 * added idle and noidle commands
14 * added listplaylists command
15
16 Changes in 0.2.1
17 ----------------
18
19 * connect() no longer broken on Windows
20
21 Changes in 0.2.0
22 ----------------
23
24 * support for IPv6 and multi-homed hostnames
25 * connect() will fail if already connected
26 * commands may now raise ConnectionError
27 * addid and update may now return None