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