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