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