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