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