]> kaliko git repositories - python-musicpd.git/blob - CHANGES.txt
d4c712248f22b195a5380939b9fbd27c392b2bdb
[python-musicpd.git] / CHANGES.txt
1 python-musicpd Changes List
2 ===========================
3
4 Changes in 0.6.0
5 ----------------
6
7 * Remove bztar from sdist
8 * Switch to xztar sdist
9
10 Changes in 0.5.0
11 ----------------
12
13 * Add readpicture command
14 * Add getfingerprint command
15 * Add delpartition command
16 * Add moveoutput command
17 * Update host and port attributes when reconnecting
18 * Fixed albumart
19
20 Changes in 0.4.4
21 ----------------
22
23 * Add tcp socket timeout, exposed in musicpd.CONNECTION_TIMEOUT, defaults to 5s
24   (Thanks to Bart Van Loon)
25 * Add partition commands (Thanks Naglis Jonaitis)
26 * Add listfiles command
27 * Add tagtypes (disable|enable|clear|all) commands
28 * Add albumart command
29
30 Changes in 0.4.3
31 ----------------
32
33 * Use setuptools
34 * Add sphinx documentation
35 * Add sensible defaults and honor environment variables
36   Use MPD_HOST/MPD_PORT (honor password setting in MPD_HOST)
37   If MPD_HOST is not set, tries to find a socket in
38   ${XDG_RUNTIME_DIR:-/run}/mpd/socket
39
40 Changes in 0.4.2
41 ----------------
42
43 * Add unittest (requires mock)
44 * Add mounts and neighbors commands (mount, unmount, listmounts and
45   listneighbors)
46 * Add rangeid command
47 * Add tag editing commands (addtagid and cleartagid)
48 * Add missing priority commands (prio and prioid)
49 * Add config command
50
51 Changes in 0.4.1
52 ----------------
53
54 * Fixed noidle command
55
56 Changes in 0.4.0
57 ----------------
58
59 * support range
60
61 Changes in 0.3.1 UNRELEASED
62 ---------------------------
63
64 * renamed musicpd
65 * python3 port
66 * no python2 support
67 * added searchadd and searchaddpl commands
68 * added seekcur command
69 * added client to client commands
70 * added readcomments and toggleoutput commands
71
72 Changes in 0.3.0
73 ----------------
74
75 * added replay_gain_mode and replay_gain_status commands
76 * added mixrampdb and mixrampdelay commands
77 * added findadd and rescan commands
78 * added decoders command
79 * changed license to LGPL
80 * added sticker commands
81 * correctly handle errors in command lists (fixes a longstanding bug)
82 * raise IteratingError instead of breaking horribly when called wrong
83 * added fileno() to export socket FD (for polling with select et al.)
84 * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)
85 * support for connecting to unix domain sockets
86 * added consume and single commands
87 * added idle and noidle commands
88 * added listplaylists command
89
90 Changes in 0.2.1
91 ----------------
92
93 * connect() no longer broken on Windows
94
95 Changes in 0.2.0
96 ----------------
97
98 * support for IPv6 and multi-homed hostnames
99 * connect() will fail if already connected
100 * commands may now raise ConnectionError
101 * addid and update may now return None