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