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