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