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