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