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