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