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