]> kaliko git repositories - python-musicpd.git/blob - CHANGES.txt
f4e3eb7166a10b489710d7d9b3182769c2b57e95
[python-musicpd.git] / CHANGES.txt
1 python-musicpd Changes List
2 ===========================
3
4 Changes in 0.5.1
5 ----------------
6
7 * Clean up packaging (remove useless files and html doc)
8 * Remove bztar from sdist
9 * Switch to xztar sdist
10
11 Changes in 0.5.0
12 ----------------
13
14 * Add readpicture command
15 * Add getfingerprint command
16 * Add delpartition command
17 * Add moveoutput command
18 * Update host and port attributes when reconnecting
19 * Fixed albumart
20
21 Changes in 0.4.4
22 ----------------
23
24 * Add tcp socket timeout, exposed in musicpd.CONNECTION_TIMEOUT, defaults to 5s
25   (Thanks to Bart Van Loon)
26 * Add partition commands (Thanks Naglis Jonaitis)
27 * Add listfiles command
28 * Add tagtypes (disable|enable|clear|all) commands
29 * Add albumart command
30
31 Changes in 0.4.3
32 ----------------
33
34 * Use setuptools
35 * Add sphinx documentation
36 * Add sensible defaults and honor environment variables
37   Use MPD_HOST/MPD_PORT (honor password setting in MPD_HOST)
38   If MPD_HOST is not set, tries to find a socket in
39   ${XDG_RUNTIME_DIR:-/run}/mpd/socket
40
41 Changes in 0.4.2
42 ----------------
43
44 * Add unittest (requires mock)
45 * Add mounts and neighbors commands (mount, unmount, listmounts and
46   listneighbors)
47 * Add rangeid command
48 * Add tag editing commands (addtagid and cleartagid)
49 * Add missing priority commands (prio and prioid)
50 * Add config command
51
52 Changes in 0.4.1
53 ----------------
54
55 * Fixed noidle command
56
57 Changes in 0.4.0
58 ----------------
59
60 * support range
61
62 Changes in 0.3.1 UNRELEASED
63 ---------------------------
64
65 * renamed musicpd
66 * python3 port
67 * no python2 support
68 * added searchadd and searchaddpl commands
69 * added seekcur command
70 * added client to client commands
71 * added readcomments and toggleoutput commands
72
73 Changes in 0.3.0
74 ----------------
75
76 * added replay_gain_mode and replay_gain_status commands
77 * added mixrampdb and mixrampdelay commands
78 * added findadd and rescan commands
79 * added decoders command
80 * changed license to LGPL
81 * added sticker commands
82 * correctly handle errors in command lists (fixes a longstanding bug)
83 * raise IteratingError instead of breaking horribly when called wrong
84 * added fileno() to export socket FD (for polling with select et al.)
85 * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)
86 * support for connecting to unix domain sockets
87 * added consume and single commands
88 * added idle and noidle commands
89 * added listplaylists command
90
91 Changes in 0.2.1
92 ----------------
93
94 * connect() no longer broken on Windows
95
96 Changes in 0.2.0
97 ----------------
98
99 * support for IPv6 and multi-homed hostnames
100 * connect() will fail if already connected
101 * commands may now raise ConnectionError
102 * addid and update may now return None