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