]> kaliko git repositories - python-musicpd.git/blob - CHANGES.txt
Releasing v0.4.0
[python-musicpd.git] / CHANGES.txt
1 python-musicpd Changes List
2 ===========================
3
4 Changes in 0.4.0
5 ----------------
6
7 * support range
8
9 Changes in 0.3.1 UNRELEASED
10 ---------------------------
11
12 * renamed musicpd
13 * python3 port
14 * no python2 support
15 * added searchadd and searchaddpl commands
16 * added seekcur command
17 * added client to client commands
18 * added readcomments and toggleoutput commands
19
20 Changes in 0.3.0
21 ----------------
22
23 * added replay_gain_mode and replay_gain_status commands
24 * added mixrampdb and mixrampdelay commands
25 * added findadd and rescan commands
26 * added decoders command
27 * changed license to LGPL
28 * added sticker commands
29 * correctly handle errors in command lists (fixes a longstanding bug)
30 * raise IteratingError instead of breaking horribly when called wrong
31 * added fileno() to export socket FD (for polling with select et al.)
32 * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)
33 * support for connecting to unix domain sockets
34 * added consume and single commands
35 * added idle and noidle commands
36 * added listplaylists command
37
38 Changes in 0.2.1
39 ----------------
40
41 * connect() no longer broken on Windows
42
43 Changes in 0.2.0
44 ----------------
45
46 * support for IPv6 and multi-homed hostnames
47 * connect() will fail if already connected
48 * commands may now raise ConnectionError
49 * addid and update may now return None