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