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