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