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