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