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