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