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