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