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