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