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