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