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