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