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